gaim/www

Initial import into CVS
chipx86 start
2002-09-26, Christian Hammond
2b210e25fed4
Initial import into CVS
<?php
require "html.inc.php";
start_html("Documentation");
start_section("Documentation");
?>
<p>
Don't contact us about anything but gaim problems. Most of us are really
busy and won't be able to help you. No asking silly questions like
getting the JDK for Windows (what the...?!?) to work or finding Shockwave
for Linux or compiling the GTK libs. Don't complain about gaim not
compiling unless you're absolutely POSITIVE that GTK+ 1.2.x is installed
correctly.
</p>
<p>
Lastly, Rob welcomes all code patches. His email address is <a
href="mailto:rob@marko.net">rob@marko.net</a>. But please, please, please,
don't submit patches that are in a horribly different coding style than
what is in gaim. In other words,
noVariablesThatLookLikeThisBecauseRobHatesThem. :)
</p>
<ul>
<li><a href="faq.php">FAQ</a></li>
<li><a href="shortcuts.php">Keyboard Shortcuts</a></li>
<li><a href="statusicons.php">Status Icons</a></li>
<li><a href="protocol.php">Protocols</a> -
Descriptions of the protocols gaim uses (incomplete)</li>
</ul>
<?php
end_section();
end_html();
?>