-
Notifications
You must be signed in to change notification settings - Fork 23
/
helpout.html
69 lines (63 loc) · 3.39 KB
/
helpout.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
<!DOCTYPE html>
<html>
<head>
<title>Profanity, a console based XMPP client - Helping Out</title>
<meta charset="utf-8">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<link href="css/profanity.css" type="text/css" rel="stylesheet">
</head>
<body id="article">
<img class="overlay" src="images/profanity_mouth-only.png" alt="Profanity Illustration">
<header>
<h1>
<a href="index.html">
Profani<span class="kern-ty">ty</span>
</a>
</h1>
<h2>Helping Out</h2>
</header>
<article id="manual">
<section>
<h3>Contents</h3>
<ul>
<li><a href="#use-profanity">Use Profanity</a>
<li><a href="#website-help">Help with the website</a>
<li><a href="#contribute-code">Contribute code</a>
<li><a href="#donate">Donate</a>
</ul>
</section>
<section>
<a name="use-profanity"></a>
<h3>Use Profanity</h3>
<p>The easiest way you can help out is just by using Profanity and sending any feedback you have to the <a id="link-mailinglist" href="https://lists.notraces.net/mailman/listinfo/profanity" target="_blank">mailing list</a>.
Any feedback is welcome, although please keep it polite, and refrain from using profanity (pun intended).</p>
<p>See <a href="issues.html">Reporting issues</a> for information on where and how to report issues, and how to supply logs/debug information.</p>
</section>
<section>
<a name="website-help"></a>
<h3>Help with the website</h3>
<p>The website often has small errors or omissions in documentation etc. The website source is also <a id="link-websitesource" href="https://github.com/profanity-im/profanity-im.github.io" target="_blank">available at github</a> so feel free to send pull requests there.</p>
<p>We're always interested to hear about profanity being used in different environments, and if you have any screenshots, we'd be happy to post them at the website.</p>
</section>
<section>
<a name="contribute-code"></a>
<h3>Contribute code</h3>
<p>Code contributions are always very welcome. From the small (spelling fixes) to the large (new XMPP features).</p>
<p>If you would like to get involved, you can submit a pull request, or if you just want to get involved but don't know how, email [email protected] or [email protected].</p>
<p>Also make sure to read the <a href="https://github.com/profanity-im/profanity/blob/master/CONTRIBUTING.md">CONTRIBUTING</a> document on GitHub.
</section>
<section>
<a name="donate"></a>
<h3>Donate</h3>
<p>Yes, the rumors are true. Developers also have to eat. They also have limited time.</p>
<p>And yet some of them decide to use their free time to develop free software.</p>
<p>If you want to say "Thank You", please consider <a href="donate.html">donating</a>.</p>
</section>
</article>
<footer>
<p class="matty">site designed by <a href="http://www.matthewbalaam.co.uk">Matthew Balaam</a></p>
</footer>
</body>
</html>