diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-10-05 13:46:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-10-05 13:46:54 -0500 |
commit | 5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4 (patch) | |
tree | e2adf4f018d79bce5853d42cdbda6c05c25955fa /support.php | |
download | website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.tar.gz website-core-5ed01bd42b0aaf222f3b04b611e31b3d0974b6a4.zip |
Initial import of static files
Diffstat (limited to 'support.php')
-rw-r--r-- | support.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/support.php b/support.php new file mode 100644 index 0000000..5a2f7e5 --- /dev/null +++ b/support.php @@ -0,0 +1,25 @@ +<?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.html">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(); +?> |