ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/www/src/content/contact.content.php
Revision: 1.4
Committed: Sun Jun 17 16:20:08 2012 UTC (12 years ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
Log Message:
*** empty log message ***

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>#cf</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
53 <h3>Meet the Development Team</h3>
54
55 <p><b>
56 95% of the client, stuff like: protocol handling, widget toolkit, OpenGL integration, windows build,
57 the map, help viewer, all the cool features and all other stuff the user never sees.
58 </b></p>
59 <p>
60 Marc Lehmann <a href="mailto:schmorp@schmorp.de">schmorp@schmorp.de</a>
61 <a href="http://home.schmorp.de/">http://home.schmorp.de/</a>
62 </p>
63
64 <p><b>The remaining 5%, stuff like: client theme graphics, (some) dialogs, key bindings, inventory and some 'concept' code</b></p>
65 <p>
66 Robin Redeker <a href="mailto:elmex@ta-sa.org">elmex@ta-sa.org</a>
67 <a href="http://www.ta-sa.org/">http://www.ta-sa.org/</a>
68 </p>
69
70 </div>