Check in smeghead's reformatting and partial rewrite of complication's monotone guide.

Move old guide to transition-guide.html.
This commit is contained in:
zzz
2010-10-05 14:25:33 +00:00
parent f6b4891f6f
commit 93b0dba489
2 changed files with 1122 additions and 21 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,27 @@
{% extends "_layout.html" %}
{% block title %}Monotone{% endblock %}
{% block content %}<p>The I2P sourcecode is kept in several distributed monotone repositories.
See the
<a href="http://www.monotone.ca/">Monotone website</a> for information
on monotone.
See
<a href="http://forum.i2p2.de/viewtopic.php?t=2524">this forum post on i2p monotone</a>
for more information on how to get started and check out the source anonymously.
There is also a quick-start guide on the
<a href="newdevelopers.html">new developer's page</a>.
</p>
<p>
If you want to get the source non-anonymously, pull from the public server mtn.welterde.de.
The i2p source code branch is "i2p.i2p".
</p>
<h2>Guide</h2>
<p>
The following is a detailed guide by Complication.
</p>
<pre>
{% include "transition-guide.txt" %}
</pre>
{% endblock %}