2008-02-01 18:45:20 +00:00
|
|
|
{% extends "_layout.html" %}
|
|
|
|
{% block title %}Monotone{% endblock %}
|
2008-03-16 16:17:05 +00:00
|
|
|
{% block content %}<p>The I2P sourcecode is kept in several distributed monotone repositories.
|
2008-02-01 18:45:20 +00:00
|
|
|
See the
|
|
|
|
<a href="http://www.monotone.ca/">Monotone website</a> for information
|
|
|
|
on monotone.
|
|
|
|
See
|
2008-05-02 04:30:20 +00:00
|
|
|
<a href="http://forum.i2p2.de/viewtopic.php?t=2524">this forum post on i2p monotone</a>
|
2008-02-01 18:45:20 +00:00
|
|
|
for more information on how to get started and check out the source anonymously.
|
2008-07-02 16:13:37 +00:00
|
|
|
There is also a quick-start guide on the
|
|
|
|
<a href="newdevelopers.html">new developer's page</a>.
|
2008-02-01 18:45:20 +00:00
|
|
|
</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>
|
|
|
|
|
2008-02-10 20:14:30 +00:00
|
|
|
<h2>Guide</h2>
|
2008-07-02 16:13:37 +00:00
|
|
|
<p>
|
|
|
|
The following is a detailed guide by Complication.
|
|
|
|
</p>
|
2008-02-10 20:14:30 +00:00
|
|
|
<pre>
|
|
|
|
{% include "transition-guide.txt" %}
|
|
|
|
</pre>
|
|
|
|
|
2008-02-01 18:45:20 +00:00
|
|
|
{% endblock %}
|