forked from I2P_Developers/i2p.www
propagate from branch 'i2p.www' (head 18512dafa6f135ec9097d9c47f2da324b9fdd006)
to branch 'i2p.www.revamp' (head 56c4bc64b8bf6df97d5160f5daa0e29275624659)
This commit is contained in:
@@ -2,17 +2,16 @@
|
||||
{% block title %}{{ _('Application Development') }}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}May 2013{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.6{% endblock %}
|
||||
{% block content %}
|
||||
<h1>{{ _('Application Development Guide') }}</h1>
|
||||
|
||||
<h2>{{ _('Contents') }}</h2>
|
||||
{% block content_nav %}
|
||||
<ul>
|
||||
<li><a href="#why">{{ _('Why write I2P-specific code?') }}</a></li>
|
||||
<li><a href="#concepts">{{ _('Important concepts') }}</a></li>
|
||||
<li><a href="#options">{{ _('Development options') }}</a></li>
|
||||
<li><a href="#start"><b>{{ _('Start developing - a simple guide') }}</b></a></li>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2 id="why">{{ _('Why write I2P-specific code?') }}</h2>
|
||||
|
||||
<p>{% trans i2ptunnel=site_url('docs/api/i2ptunnel') -%}
|
||||
|
Reference in New Issue
Block a user