mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-09-20 00:03:36 +02:00
57 lines
1.9 KiB
Django/Jinja
57 lines
1.9 KiB
Django/Jinja
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="robots" content="noindex">
|
|
<title>Registration temporarily closed — AUR</title>
|
|
<style>
|
|
:root { color-scheme: light dark; }
|
|
body {
|
|
margin: 0; padding: 2rem 1rem;
|
|
font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
|
|
line-height: 1.6; background: #f6f7f9; color: #1c1e21;
|
|
}
|
|
main {
|
|
max-width: 34rem; margin: 3rem auto; padding: 1.75rem 2rem;
|
|
background: #fff; border: 1px solid #d9dde3; border-radius: 6px;
|
|
}
|
|
h1 { margin: 0 0 1rem; font-size: 1.3rem; }
|
|
p { margin: 0 0 1rem; }
|
|
ul { margin: 0 0 1rem; padding-left: 1.25rem; }
|
|
a { color: #0b64c0; }
|
|
.note { font-size: .9rem; color: #5c6370; margin-bottom: 0; }
|
|
@media (prefers-color-scheme: dark) {
|
|
body { background: #16181c; color: #e3e5e8; }
|
|
main { background: #1e2126; border-color: #33383f; }
|
|
a { color: #6cb0f5; }
|
|
.note { color: #9aa1ab; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>New account registration is temporarily closed</h1>
|
|
|
|
<p>
|
|
Registration on the AUR is paused while we deal with a wave of automated
|
|
account creation. This is a temporary measure and it is not specific to
|
|
you or your network. There's no manual registration queue, and we will
|
|
not be able to respond to requests for new accounts during this time.
|
|
</p>
|
|
|
|
<p>Everything else works normally and we apologize for the inconvenience.</p>
|
|
|
|
<p>
|
|
Updates are announced on
|
|
<a href="https://lists.archlinux.org/mailman3/lists/aur-general.lists.archlinux.org/">aur-general</a>
|
|
and the <a href="https://archlinux.org/news/">Arch news feed</a>. Please
|
|
do not script retries against this page - it will not tell you anything
|
|
sooner than those will.
|
|
</p>
|
|
|
|
<p class="note">HTTP 503 · Service Unavailable</p>
|
|
</main>
|
|
</body>
|
|
</html>
|