<!doctype html>
<meta name="viewport" content="width=device-width">
<title>Documentation</title>
<link rel="stylesheet" href="style.css">
<body>
<article>

<h1>
Documentation
</h1>

<p>
This is the documentation for the <i>Rally the Troops</i> software and website.
Here you will find information both about how to configure and run your own
server instance and how to create new modules.

<h2>For players</h2>

<ul>
<li><a href="tips.html">Tips &amp; tricks.</a>
<li><a href="tournaments.html">Tournaments</a>
</ul>

<h2>For developers</h2>

<ul>
<li><a href="install.html">Installing the server.</a>
<li><a href="production.html">Running a public server.</a>
</ul>

<h2>System overview</h2>

<ul>
<li><a href="architecture.html">Server architecture</a>
<li><a href="database.html">Database schema</a>
<li><a href="module.html">Module architecture</a>
</ul>

<!--
<h2>Module implementation guides</h2>

<ul>
<li><a href="tutorial.html">How to create a module.</a>
<li><a href="rules.html">How to write good rules</a>
<li><a href="client.html">How to write a good client</a>
<li><a href="utils.html">The javascript utility library</a>
<li><a href="events.html">Implementing events using a mini-language</a>
<li><a href="graphics.html">Preparing map, card, and component graphics</a>
<li><a href="fuzzer.html">Using the fuzzer to stress test your rules</a>
</ul>
-->