Files
i2p.www/i2p2www/pages/site/misc/transition-guide.html

30 lines
1017 B
HTML
Raw Normal View History

{% extends "global/layout.html" %}
{% block title %}Monotone{% endblock %}
2013-02-01 22:20:09 +00:00
{% block content %}
<p>{% trans forum=i2pconv('forum.i2p'), newdevs=site_url('get-involved/guides/new-developers') -%}
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
2013-02-01 22:20:09 +00:00
<a href="http://{{ forum }}/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
2013-02-01 22:20:09 +00:00
<a href="{{ newdevs }}">new developer's page</a>.
{%- endtrans %}</p>
<p>{% trans -%}
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".
{%- endtrans %}</p>
2013-02-01 22:20:09 +00:00
<h2>{% trans %}Guide{% endtrans %}</h2>
<p>{%- trans %}
The following is a detailed guide by Complication.
{%- endtrans %}</p>
<pre>
{% include "site/misc/transition-guide.txt" %}
</pre>
{% endblock %}