-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathhelp.html
117 lines (111 loc) · 4.92 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!-- 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>