-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.php
38 lines (33 loc) · 1.81 KB
/
contacts.php
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
<?php
$bodyId = 'ContactsPage';
require 'header.php';
?>
<div id="Content">
<p>
<strong>IRC presence</strong> is on <code>#RackTables</code> channel of the
<a href='https://libera.chat/'>Libera.Chat</a> IRC network.
</p>
<p>For those willing to give thumbs up or to help spreading the word, there are several ranking systems
this project accepts votes/reviews through: <a href="https://sourceforge.net/projects/racktables">SourceForge</a> and
<a href="https://www.openhub.net/p/RackTables">Open Hub</a>.
Even a single post in your blog would be just Ok.
</p>
<p>There is a free (and even advertisement-free, thanks to <a href="https://www.freelists.org/">FreeLists</a>)
mailing list for RackTables
(<code>racktables-users</code>). It is currently the best place to share your experience or to ask
for an advice. To change your subscription to the list, please use the
<a href="https://www.freelists.org/list/racktables-users">original Freelists form</a>.
Public archives of the list are <a href="https://www.freelists.org/archives/racktables-users/">available</a> without subscription.
</p>
<p>If you are sure you found a bug in the software, please use this
<a href="https://bugs.racktables.org/">Mantis bug tracking system</a>
system we have on SourceForge. Like in many volunteer-driven projects,
requests are not dispatched immediately, but most of the major bugs end up
fixed eventually. <strong>Please note</strong> that all reported issues
are public by default, but it is possible to protect sensitive information
by setting "View Status" of a submitted issue to "private".</p>
<p>If for some reason the public list and the bug tracker are not the choice
for the matter, there is a closed committers-only list: <img src="img/email2011.png" class="email" width="154" height="15" alt="where to send" />.</p>
</div>
<?php
require 'footer.php';