index.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <!doctype html>
  2. <html lang="en">
  3. <meta charset="utf-8">
  4. <link rel="stylesheet" href="../static/bootstrap.min.css">
  5. <link rel="stylesheet" href="../static/style.css">
  6. <link rel="icon" type="image/gif" href="../static/favicon.gif">
  7. <meta name="viewport" content="width=device-width, initial-scale=1">
  8. <meta name="description" content="Newsletters, chatrooms and email contacts for Dragora">
  9. <title>Support — Dragora.org</title>
  10. <body>
  11. <header>
  12. <p>Support our efforts to release the final version of Dragora 3. <a href="/donate/">Donate now</a></p>
  13. <nav class="navbar navbar-expand-lg bg-primary bg-gradient shadow-sm user-select-none" data-bs-theme="dark">
  14. <div class="container-fluid">
  15. <a class="navbar-brand small fw-bold" href="/">
  16. Dragora
  17. </a>
  18. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation">
  19. <span class="navbar-toggler-icon"></span>
  20. </button>
  21. <div class="collapse navbar-collapse" id="mainNavbar">
  22. <ul class="navbar-nav me-auto">
  23. <li class="nav-item">
  24. <a class="nav-link active pe-none">Support</a>
  25. </li>
  26. <li class="nav-item">
  27. <a class="nav-link" href="../preview/">Preview</a>
  28. </li>
  29. <li class="nav-item">
  30. <a class="nav-link" href="../download/">Download</a>
  31. </li>
  32. <li class="nav-item">
  33. <a class="nav-link" href="../donate/">Donate</a>
  34. </li>
  35. <li class="nav-item">
  36. <a class="nav-link" href="../news/">News</a>
  37. </li>
  38. </ul>
  39. </div>
  40. </div>
  41. </nav>
  42. </header>
  43. <div class="my-3 mx-5 page">
  44. <main>
  45. <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>
  46. <h2>Mailing lists</h2>
  47. <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>
  48. You can use the same list for general help and discussion.<br>
  49. You can also report non-free software and licensing issues.</p>
  50. <h2>Internet Relay Chat (IRC)</h2>
  51. <p>Join us in channel <code>#dragora</code> on Libera.Chat using any IRC client.<br>
  52. The network provides a <a href="https://libera.chat/guides/">guide</a> on how to connect and behave.</p>
  53. <p>You can also access our IRC channel via <a href="https://web.libera.chat/?channels=#dragora">web chat</a>.</p>
  54. <h2>Urgent issues</h2>
  55. <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>
  56. <p>Security issues must be reported to the <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#115;&#101;&#108;&#107;&#64;&#100;&#114;&#97;&#103;&#111;&#114;&#97;&#46;&#111;&#114;&#103;">&#112;&#114;&#111;&#106;&#101;&#99;&#116;&#32;&#109;&#97;&#105;&#110;&#116;&#97;&#105;&#110;&#101;&#114;&#39;&#115;&#32;&#101;&#109;&#97;&#105;&#108;</a> (<em>Matías Fonzo</em>).<br>
  57. Issues with this website can be reported to the mailing list.</p>
  58. </main>
  59. <footer class="small text-muted mt-5">
  60. <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>
  61. <div class="hstack">
  62. <img class="me-2" src="../static/logo/dragora-logo-modern.svg" alt="" height="64" draggable="false">
  63. <p class="vstack small mt-2">
  64. <span class="mb-1 fw-bold">Dragora is made available for free to everyone at no additional costs.</span>
  65. <span>&copy; 2024 <a class="text-muted text-decoration-none" href="https://www.dragora.org">dragora.org</a> &mdash; 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>
  66. <span>This web domain never uses tracking or analytics cookies.</span>
  67. </p>
  68. </div>
  69. </footer>
  70. </div>
  71. <script src="../static/bootstrap.min.js"></script>
  72. </body>
  73. </html>