gaim/www

the script he gave me

2003-12-12, Luke Schierer
26c570092ed6
the script he gave me
<?php
require "base.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+ 2.0.x is installed
correctly (including the -devel or -dev package!). And make sure you
have read through the FAQ!
</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> - Frequently Asked Questions</li>
<li><a href="shortcuts.php">Keyboard Shortcuts</a></li>
<li><a href="statusicons.php">Status Icons</a></li>
<li><a href="gdb.php">Getting a backtrace</a> - Using GDB to get a backtrace</li>
<li><a href="protocol.php">Protocols</a> -
Descriptions of the protocols gaim uses (incomplete)</li>
<li><a href="api/">API Documentation</a> -
Doxygen generated source code documentation (incomplete)</li>
</ul>
<?php
end_section();
end_html();
?>