123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <!-- See COPYING.adoc for license terms of this file. -->
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Freedoom — Help Freedoom!</title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="generator" content="AsciiDoc 9.1.0" />
- <meta itemprop="name" content="Freedoom" />
- <meta property="og:title" content="Freedoom" />
- <meta itemprop="description" content="Freedoom's website" />
- <meta name="description" content="Freedoom's website" />
- <meta property="og:description" content="Freedoom's website" />
- <meta name="keywords" content="freedoom, doom, fps, open-source, open source, free, vanilla, 1990s, 90s, 1993, 1994" />
- <meta property="og:site_name" content="Free content game using the Doom engine" />
- <meta property="og:type" content="website" />
- <meta property="og:image" content="https://freedoom.github.io/mugshot.png" />
- <link rel="icon" href="favicon.ico" />
- <link rel="stylesheet" href="mint.css" type="text/css" />
- </head>
- <body>
- <!-- Automatically generated, do not hand-hack!
- This web page uses AsciiDoc to generate its contents,
- edit the *.txt sources in order to change it.
- -->
- <div id="header">
- <h1 id="site">Freedoom</h1>
- <h2 id="page">Help Freedoom!</h2>
- <a href="https://github.com/freedoom/freedoom"><img id="forkme" src="forkme.png" alt="Fork me on GitHub" /></a>
- </div>
- <div id="navigation">
- <div id="contents" class="nav">
- <h3>Contents</h3>
- <ul>
- <li><a href="index.html">Home Page</a></li>
- <li><a href="about.html">What is Freedoom?</a></li>
- <li><a href="screenshots.html">Screenshots</a></li>
- <li><a href="download.html">Download</a></li>
- <li><a href="help.html">Help Freedoom!</a></li>
- <li><hr /></li>
- <li><a href="https://github.com/freedoom/freedoom/issues">Report Issues</a></li>
- <li><a href="https://www.doomworld.com/forum/17-freedoom/">Discuss on the Forum</a></li>
- <li><a href="https://discord.gg/cGsSCXq">Talk on Discord</a></li>
- <li><hr /></li>
- <li><a href="using.html">Other Projects</a></li>
- <li style="text-align: center;">
- <a href="https://github.com/freedoom/freedoom"><img src="img/social/github.png" alt="GitHub" /></a>
- <a href="https://www.youtube.com/FreedoomGame"><img src="img/social/youtube.png" alt="YouTube" /></a>
- </li>
- </ul>
- </div>
- </div>
- <div id="main">
- <div id="preamble">
- <div class="sectionbody">
- <div class="paragraph"><p>Freedoom is always looking to improve. This is a short list of some of
- the resources that the project may need. If you can help out,
- please check the forum or Discord links in the sidebar to get in contact!</p></div>
- </div>
- </div>
- <div class="sect1">
- <h2 id="_level_authors">Level authors</h2>
- <div class="sectionbody">
- <div class="paragraph"><p><strong>Bugs</strong>: Sometimes bugs get reported in Freedoom’s levels. Check out
- the <a href="https://github.com/freedoom/freedoom/labels/levels">bug list</a> to
- see what currently needs fixing.</p></div>
- </div>
- </div>
- <div class="sect1">
- <h2 id="_bug_reports">Bug reports</h2>
- <div class="sectionbody">
- <div class="paragraph"><p>Freedoom is an ongoing project, and issues may always be found. The
- preferred place, and the one that will not have reports lost in
- memory, is the <a href="https://github.com/freedoom/freedoom/issues">GitHub
- issue tracker</a>. Information about all kinds of issues is much
- appreciated, but if you find an issue in the latest release, don’t be
- so quick to report it! Check the
- <a href="http://freedoom.soulsphere.org/">latest and greatest builds</a> to see if
- the problem still persists there: much of Freedoom may have changed in
- the interim!</p></div>
- </div>
- </div>
- <div class="sect1">
- <h2 id="_website">Website</h2>
- <div class="sectionbody">
- <div class="paragraph"><p>This website is also managed via git. If you have suggestions please
- either raise issues or pull requests at
- <a href="https://github.com/freedoom/freedoom.github.io">the freedoom.github.io
- GitHub project</a>.</p></div>
- </div>
- </div>
- <div class="sect1">
- <h2 id="_financial_contributions">Financial contributions</h2>
- <div class="sectionbody">
- <div class="paragraph"><p>Freedoom does not accept financial donations nor bug bounties. While
- such desires to support us this way are appreciated, we do not have a
- present need for financial assistance with development or hosting.</p></div>
- <div class="paragraph"><p>Spread the word instead! Share your love for Freedoom
- and encourage others to try it.</p></div>
- </div>
- </div>
- <p></p>
- <hr />
- <p>
- Copyright 2001 - <script type="text/javascript">
- var today = new Date()
- var year = today.getFullYear()
- document.write(year)
- </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>
- </div>
- </body>
- </html>
|