ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/src/content/contact.content.php
Revision: 1.2
Committed: Wed Apr 7 19:53:52 2010 UTC (14 years, 3 months ago) by sf-dustfinger
Branch: MAIN
Changes since 1.1: +1 -1 lines
Log Message:
Fixing a contact page typo that I missed earlier.

File Contents

# Content
1 <div id="content">
2 <h2>Contact</h2>
3
4 <h3>How to contact the Dungeon Masters of the game server:</h3>
5
6 <p>
7 Do you have a problem that needs DM interaction?
8 Or did you find a bug in the Game? Or is someone behaving <em>very</em>
9 bad on the game server? Feel free to contact the dungeon masters:
10 </p>
11
12 <p>
13 <ul>
14 <li>
15 You can contact them via IRC: server <tt>irc.schmorp.de</tt>
16 (alternatively <tt>irc.deliantra.net</tt>), channel <tt>#schmorp</tt>, user(s)
17 <tt>schmorp</tt> and/or <tt>elmex</tt>
18 </li>
19 <li>Or drop them a mail at <tt>support@deliantra.net</tt>.</li>
20 </ul>
21
22 </p>
23
24 <h3>How to contact the developers of the game:</h3>
25
26 <p>
27 Do you seek contact to the developers? Do you want to contribute?
28 Do you have questions? suggestions? bugs?
29 Or just want to have a nice chat? Then look here:
30 </p>
31
32 <p>
33 <b>Stop!</b> Please make sure that your question isn't covered by a <a href="faq.html">FAQ</a> or Guide
34 in the <a href="http://crossfire.real-time.com/guides/">Guides on the Crossfire Page</a>
35 of the orignial Crossfire project. Some of them still apply to Deliantra.
36 You may also look at the <a href="documentation.html">Deliantra documentation</a>.
37 </p>
38
39 <p>
40 <ul>
41 <li>
42 The IRC channel, see above how to contact the DMs. The channel is the main
43 meeting room of all Deliantra developers and also users of the server.
44 </li>
45 <!-- <li>
46 Found a bug? Have a suggestion? Or an improvement idea?
47 Just send a mail at <tt>crossfire@schmorp.de</tt>.
48 Go to the <a href="http://deliantra/tracker/"><b>Bug Tracker</b></a> and submit it!
49 </li> -->
50 </ul>
51 </p>
52 </div>