You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
952 B

<?php
include("tde-head-and-foot.php");
doHeader("Getting Help", "Support", "_");
?>
<p>Feel free to contact us with questions, comments or problems. We are looking for developers, so
if you are interested, please let us know. The best way to get in touch with the Trinity project is
through one of the options below:</p>
<h3>Internet Relay Chat</h3>
<p>network: chat.freenode.net<br>
channel: <a href="irc://irc.freenode.net/#trinity-desktop">#trinity-desktop</a>
<p>This channel is publicly logged. A full channel log can be accessed <a href="http://trinitydesktop.org/irc/logs.php">here</a>.</p>
<h3>Mailing Lists</h3>
<p>You can contact the project users and developers via one or more of our <a href="mailinglist.php">mailing lists</a>.</p>
<h3>Bugs</h3>
<p> Bugs should be reported to our bug tracker which is available
<a href="http://bugs.pearsoncomputing.net/buglist.cgi?quicksearch=ALL">here</a>.</p>
<?php
doFooter();
?>