index.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <!doctype html>
  2. <meta charset="utf-8">
  3. <link rel="stylesheet" href="../static/bootstrap.min.css">
  4. <link rel="stylesheet" href="../static/style.css">
  5. <link rel="icon" type="image/gif" href="../static/favicon.gif">
  6. <meta name="description" content="An independent GNU/Linux-Libre distribution">
  7. <title>Support — Dragora.org</title>
  8. <body>
  9. <header>
  10. <nav class="navbar navbar-expand-lg bg-primary bg-gradient shadow-sm user-select-none" data-bs-theme="dark">
  11. <div class="container-fluid">
  12. <a class="small navbar-brand" href="/">
  13. Dragora OS
  14. </a>
  15. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainNavbar" aria-controls="mainNavbar" aria-expanded="false" aria-label="Toggle navigation">
  16. <span class="navbar-toggler-icon"></span>
  17. </button>
  18. <div class="collapse navbar-collapse" id="mainNavbar">
  19. <ul class="navbar-nav me-auto">
  20. <li class="nav-item">
  21. <a class="nav-link active" href="./">Support</a>
  22. </li>
  23. <li class="nav-item">
  24. <a class="nav-link" href="../projects/">Preview</a>
  25. </li>
  26. <li class="nav-item">
  27. <a class="nav-link" href="../donate/">Donate</a>
  28. </li>
  29. <li class="nav-item">
  30. <a class="nav-link" href="../about/">Download</a>
  31. </li>
  32. </ul>
  33. </div>
  34. </div>
  35. </nav>
  36. </header>
  37. <div class="my-3 mx-5 page">
  38. <main>
  39. <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 start using the system.</p>
  40. <h2>Mailing lists</h2>
  41. <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>
  42. You can use the same list for general help and discussion.<br>
  43. You can also report non-free software and licensing issues.</p>
  44. <h2>Internet Relay Chat (IRC)</h2>
  45. <p>Join us in channel <code>#dragora</code> on Libera.Chat using any IRC client.<br>
  46. The network provides a <a href="https://libera.chat/guides/">guide</a> on how to connect and behave.</p>
  47. <p>You can also access our IRC channel via <a href="https://web.libera.chat/?channels=#dragora">web chat</a>.</p>
  48. <h2>Urgent issues</h2>
  49. <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>
  50. <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>
  51. Issues with this website can be reported to the <a href="https://www.lorenzoancora.info/contact/">webmaster's email</a> (<em>Lorenzo L. Ancora</em>).</p>
  52. </main>
  53. <footer class="small text-muted mt-5">
  54. <p xmlns:cc="http://creativecommons.org/ns#">
  55. Except where stated otherwise, text and images on this website are licensed under <a href="http://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1"></a><br>
  56. Test version - website still in development
  57. </p>
  58. </footer>
  59. </div>
  60. <script src="../static/bootstrap.min.js"></script>
  61. </body>