help.html 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <!-- See COPYING.adoc for license terms of this file. -->
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <title>Freedoom — Help Freedoom!</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  7. <meta name="generator" content="AsciiDoc 9.1.0" />
  8. <meta itemprop="name" content="Freedoom" />
  9. <meta property="og:title" content="Freedoom" />
  10. <meta itemprop="description" content="Freedoom's website" />
  11. <meta name="description" content="Freedoom's website" />
  12. <meta property="og:description" content="Freedoom's website" />
  13. <meta name="keywords" content="freedoom, doom, fps, open-source, open source, free, vanilla, 1990s, 90s, 1993, 1994" />
  14. <meta property="og:site_name" content="Free content game using the Doom engine" />
  15. <meta property="og:type" content="website" />
  16. <meta property="og:image" content="https://freedoom.github.io/mugshot.png" />
  17. <link rel="icon" href="favicon.ico" />
  18. <link rel="stylesheet" href="mint.css" type="text/css" />
  19. </head>
  20. <body>
  21. <!-- Automatically generated, do not hand-hack!
  22. This web page uses AsciiDoc to generate its contents,
  23. edit the *.txt sources in order to change it.
  24. -->
  25. <div id="header">
  26. <h1 id="site">Freedoom</h1>
  27. <h2 id="page">Help Freedoom!</h2>
  28. <a href="https://github.com/freedoom/freedoom"><img id="forkme" src="forkme.png" alt="Fork me on GitHub" /></a>
  29. </div>
  30. <div id="navigation">
  31. <div id="contents" class="nav">
  32. <h3>Contents</h3>
  33. <ul>
  34. <li><a href="index.html">Home Page</a></li>
  35. <li><a href="about.html">What is Freedoom?</a></li>
  36. <li><a href="screenshots.html">Screenshots</a></li>
  37. <li><a href="download.html">Download</a></li>
  38. <li><a href="help.html">Help Freedoom!</a></li>
  39. <li><hr /></li>
  40. <li><a href="https://github.com/freedoom/freedoom/issues">Report Issues</a></li>
  41. <li><a href="https://www.doomworld.com/forum/17-freedoom/">Discuss on the Forum</a></li>
  42. <li><a href="https://discord.gg/cGsSCXq">Talk on Discord</a></li>
  43. <li><hr /></li>
  44. <li><a href="using.html">Other Projects</a></li>
  45. <li style="text-align: center;">
  46. <a href="https://github.com/freedoom/freedoom"><img src="img/social/github.png" alt="GitHub" /></a>
  47. <a href="https://www.youtube.com/FreedoomGame"><img src="img/social/youtube.png" alt="YouTube" /></a>
  48. </li>
  49. </ul>
  50. </div>
  51. </div>
  52. <div id="main">
  53. <div id="preamble">
  54. <div class="sectionbody">
  55. <div class="paragraph"><p>Freedoom is always looking to improve. This is a short list of some of
  56. the resources that the project may need. If you can help out,
  57. please check the forum or Discord links in the sidebar to get in contact!</p></div>
  58. </div>
  59. </div>
  60. <div class="sect1">
  61. <h2 id="_level_authors">Level authors</h2>
  62. <div class="sectionbody">
  63. <div class="paragraph"><p><strong>Bugs</strong>: Sometimes bugs get reported in Freedoom&#8217;s levels. Check out
  64. the <a href="https://github.com/freedoom/freedoom/labels/levels">bug list</a> to
  65. see what currently needs fixing.</p></div>
  66. </div>
  67. </div>
  68. <div class="sect1">
  69. <h2 id="_bug_reports">Bug reports</h2>
  70. <div class="sectionbody">
  71. <div class="paragraph"><p>Freedoom is an ongoing project, and issues may always be found. The
  72. preferred place, and the one that will not have reports lost in
  73. memory, is the <a href="https://github.com/freedoom/freedoom/issues">GitHub
  74. issue tracker</a>. Information about all kinds of issues is much
  75. appreciated, but if you find an issue in the latest release, don&#8217;t be
  76. so quick to report it! Check the
  77. <a href="http://freedoom.soulsphere.org/">latest and greatest builds</a> to see if
  78. the problem still persists there: much of Freedoom may have changed in
  79. the interim!</p></div>
  80. </div>
  81. </div>
  82. <div class="sect1">
  83. <h2 id="_website">Website</h2>
  84. <div class="sectionbody">
  85. <div class="paragraph"><p>This website is also managed via git. If you have suggestions please
  86. either raise issues or pull requests at
  87. <a href="https://github.com/freedoom/freedoom.github.io">the freedoom.github.io
  88. GitHub project</a>.</p></div>
  89. </div>
  90. </div>
  91. <div class="sect1">
  92. <h2 id="_financial_contributions">Financial contributions</h2>
  93. <div class="sectionbody">
  94. <div class="paragraph"><p>Freedoom does not accept financial donations nor bug bounties. While
  95. such desires to support us this way are appreciated, we do not have a
  96. present need for financial assistance with development or hosting.</p></div>
  97. <div class="paragraph"><p>Spread the word instead! Share your love for Freedoom
  98. and encourage others to try it.</p></div>
  99. </div>
  100. </div>
  101. <p></p>
  102. <hr />
  103. <p>
  104. Copyright 2001 - <script type="text/javascript">
  105. var today = new Date()
  106. var year = today.getFullYear()
  107. document.write(year)
  108. </script> by contributors of the Freedoom project. Freedoom and this website is <a href="https://github.com/freedoom/freedoom/blob/master/COPYING.adoc">licensed under an open-license</a>. We have an <a href="feed.xml">RSS feed that you can follow</a>.</p>
  109. </div>
  110. </body>
  111. </html>