#include <infodrom.style>
#include <projects.style>

<projectpg project="countdown" maxcontrib=5 title="Anonymous Git Access">

<h3>Anonymous Git Access</h3>

<p>Source code for this package is maintained via <a
href="http://git-scm.com/">git</a>.  This offers a possibility to do
versioning and provides a history for all files.  At any time it is
possible to restore an older version.  Additionally, lean patches can
be applied and reverted.</p>

<p>By using <code>git</code> it is possible to provide anonymous access
to the repository.  To archive this the original archive is copied
onto a well-connected server several times a day, on which anonymous
access is configured.</p>

<h3>View Code in Browser</h3>

<p>Using a web browser the sourcecode can be browsed <a
href="http://git.infodrom.org/?p=infodrom/countdown">here</a>.</p>

<h3>Fetch the Code</h3>

<p>To access the git repository directly you'll need to install the
package »git« and execute the following command:</p>

<p><pre>
   git clone git://git.infodrom.org/infodrom/countdown
</pre></p>

</projectpg>

# Local variables:
# mode: indented-text
# end:
