123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- <!doctype html>
- <html lang="en">
- <meta charset="utf-8">
- <link rel="stylesheet" href="../static/bootstrap.min.css">
- <link rel="stylesheet" href="../static/style.css">
- <link rel="icon" type="image/gif" href="../static/favicon.gif">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="Newsletters, chatrooms and email contacts for Dragora">
- <title>Support — Dragora.org</title>
- <body>
- <header>
- <p>Support our efforts to release the final version of Dragora 3. <a href="/donate/">Donate now</a></p>
- <nav class="navbar navbar-expand-lg bg-primary bg-gradient shadow-sm user-select-none" data-bs-theme="dark">
- <div class="container-fluid">
- <a class="navbar-brand small fw-bold" href="/">
- Dragora
- </a>
- <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
- </button>
- <div class="collapse navbar-collapse" id="mainNavbar">
- <ul class="navbar-nav me-auto">
-
- <li class="nav-item">
-
- <a class="nav-link active pe-none">Support</a>
-
- </li>
-
- <li class="nav-item">
-
- <a class="nav-link" href="../preview/">Preview</a>
-
- </li>
-
- <li class="nav-item">
-
- <a class="nav-link" href="../download/">Download</a>
-
- </li>
-
- <li class="nav-item">
-
- <a class="nav-link" href="../donate/">Donate</a>
-
- </li>
-
- <li class="nav-item">
-
- <a class="nav-link" href="../news/">News</a>
-
- </li>
-
- </ul>
-
- </div>
- </div>
- </nav>
-
- </header>
- <div class="my-3 mx-5 page">
- <main>
-
- <p>Dragora is composed entirely by <a href="http://www.gnu.org/philosophy/free-sw.en.html">free software</a>, so you can receive assistance from the community at no cost and all developers in the world can easily find any reported issue. Following the project is also a good idea even if you've just started using the system.</p>
- <h2>Mailing lists</h2>
- <p>Subscribe to the <a href="https://lists.nongnu.org/mailman/listinfo/dragora-users"><code>dragora-users</code></a> mailing list to stay up-to-date on Dragora.<br>
- You can use the same list for general help and discussion.<br>
- You can also report non-free software and licensing issues.</p>
- <h2>Internet Relay Chat (IRC)</h2>
- <p>Join us in channel <code>#dragora</code> on Libera.Chat using any IRC client.<br>
- The network provides a <a href="https://libera.chat/guides/">guide</a> on how to connect and behave.</p>
- <p>You can also access our IRC channel via <a href="https://web.libera.chat/?channels=#dragora">web chat</a>.</p>
- <h2>Urgent issues</h2>
- <p>If there is no response for a while, you can report the bug using our <a href="https://notabug.org/dragora/dragora/issues">bug tracker</a>.</p>
- <p>Security issues must be reported to the <a href="mailto:selk@dragora.org">project maintainer's email</a> (<em>Matías Fonzo</em>).<br>
- Issues with this website can be reported to the mailing list.</p>
- </main>
- <footer class="small text-muted mt-5">
- <a class="btn btn-sm btn-outline-primary float-end" href="#"><span class="visually-hidden">TOP</span><img src="../static/top.webp" alt="" title="Go to top" height="24"></a>
- <div class="hstack">
- <img class="me-2" src="../static/logo/dragora-logo-modern.svg" alt="" height="64" draggable="false">
- <p class="vstack small mt-2">
- <span class="mb-1 fw-bold">Dragora is made available for free to everyone at no additional costs.</span>
- <span>© 2024 <a class="text-muted text-decoration-none" href="https://www.dragora.org">dragora.org</a> — published under the <a class="text-muted text-decoration-none d-inline-block" href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" title="CC BY-SA 4.0"><span class="visually-hidden">CC BY-SA 4.0</span><img height="16" src="../static/cc/cc.webp" alt="CC"><img class="mx-1" height="16" src="../static/cc/by.webp" alt="BY"><img height="16" src="../static/cc/sa.webp" alt="SA"> copyleft license</a>.</span>
- <span>This web domain never uses tracking or analytics cookies.</span>
- </p>
- </div>
- </footer>
- </div>
- <script src="../static/bootstrap.min.js"></script>
- </body>
- </html>
|