-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcommunity.html
74 lines (74 loc) · 2.31 KB
/
community.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
<!DOCTYPE html>
<html>
<head>
<title>Hockeypuck</title>
<link type="text/css" rel="stylesheet" href="static/article.css">
<meta charset='utf-8'>
</head>
<body>
<div id="topbar" class="wide">
<div class="container">
<div id="heading">Hockeypuck
OpenPGP Public Keyserver
</div>
</div>
</div>
<div id="page" class="wide">
<div class="container">
<div id="toc">
<ul>
<li><a href="#TOC_1.">Community</a></li>
<ul>
<li><a href="#TOC_1.1.">Github</a></li>
<ul>
<li><a href="#TOC_1.1.1.">Issues</a></li>
</ul>
<li><a href="#TOC_1.2.">Mailing List</a></li>
<li><a href="#TOC_1.3.">Support</a></li>
<ul>
<li><a href="#TOC_1.3.1.">Professional Services</a></li>
</ul>
</ul>
</ul>
</div>
<h1 id="TOC_1.">1. Community</h1>
<h2 id="TOC_1.1.">1.1. Github</h2>
<p>
See <a href="contributing.html" target="_self">contributing</a> for a guide to all the Github projects that
comprise the Hockeypuck product.
</p>
<h3 id="TOC_1.1.1.">1.1.1. Issues</h3>
<p>
If you're having a problem with the Hockeypuck software, you should open an issue
on <a href="https://github.com/hockeypuck/hockeypuck" target="_blank">github.com/hockeypuck/hockeypuck</a>.
</p>
<h2 id="TOC_1.2.">1.2. Mailing List</h2>
<p>
Use
<a href="https://groups.google.com/forum/#!forum/hockeypuck-devel" target="_blank">hockeypuck-devel</a>
for community discussion of Hockeypuck development and direction of the
project. Announcements will be posted there.
</p>
<h2 id="TOC_1.3.">1.3. Support</h2>
<p>
Hockeypuck is supported as a free and open-source project on my personal spare
time. I'm happy to attempt to fix things as free time and interest permit, so
long as this work benefits everyone.
</p>
<h3 id="TOC_1.3.1.">1.3.1. Professional Services</h3>
<p>
Contact <a href="mailto:[email protected]" target="_blank">Cmars Technologies LLC</a> to make a bid
for commercial support. My time is limited, but I can be persuaded to
reprioritize.
</p>
<h2>Authors</h2>
<div class="author">
<p>
Casey Marshall
</p>
<p class="link"><a href="https://hockeypuck.io/" target="_blank">https://hockeypuck.io/</a></p>
</div>
</div>
</div>
</body>
</html>