I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit b3fb4210 authored by idk's avatar idk
Browse files

Add my docs mirror

parent 96c6a886
No related branches found
No related tags found
No related merge requests found
...@@ -219,7 +219,8 @@ Traditionally used only by Java applications and higher-level APIs. ...@@ -219,7 +219,8 @@ Traditionally used only by Java applications and higher-level APIs.
<a href="{{ site_url('get-involved/guides/dev-guidelines') }}">{{ _('Developer Guidelines') }}</a> <a href="{{ site_url('get-involved/guides/dev-guidelines') }}">{{ _('Developer Guidelines') }}</a>
</li><li> </li><li>
{% trans %}Javadocs on the standard internet:{% endtrans %} {% trans %}Javadocs on the standard internet:{% endtrans %}
<a href="http://docs.i2p-projekt.de/javadoc/">{% trans num=1 %}Server {{ num }}{% endtrans %}</a> <a href="https://docs.i2p-projekt.de/javadoc/">{% trans num=1 %}Server {{ num }}{% endtrans %}</a>
<a href="https://eyedeekay.github.io/javadoc-i2p/">{% trans num=3 %}Server {{ num }}{% endtrans %}</a>
{% trans %}Note: always verify that javadocs are current by checking the release number.{% endtrans %} {% trans %}Note: always verify that javadocs are current by checking the release number.{% endtrans %}
</li><li> </li><li>
{% trans %}Javadocs inside I2P:{% endtrans %} {% trans %}Javadocs inside I2P:{% endtrans %}
...@@ -229,7 +230,7 @@ down (kytv) ...@@ -229,7 +230,7 @@ down (kytv)
ancient (str4d) ancient (str4d)
<a href="http://{{ i2pconv('i2pdocs.str4d.i2p') }}/i2p.i2p/javadoc/">{% trans num=2 %}Server {{ num }}{% endtrans %}</a> <a href="http://{{ i2pconv('i2pdocs.str4d.i2p') }}/i2p.i2p/javadoc/">{% trans num=2 %}Server {{ num }}{% endtrans %}</a>
--> -->
<a href="http://{{ i2pconv('echelon.i2p') }}/javadoc/">{% trans num=3 %}Server {{ num }}{% endtrans %}</a> <a href="http://{{ i2pconv('idk.i2p') }}/javadoc-i2p/">{% trans num=3 %}Server {{ num }}{% endtrans %}</a>
<!-- <!--
<a href="http://{{ i2pconv('docs.i2p2.i2p') }}/javadoc/">Server 4 - out of date, incomplete</a> <a href="http://{{ i2pconv('docs.i2p2.i2p') }}/javadoc/">Server 4 - out of date, incomplete</a>
--> -->
...@@ -243,8 +244,6 @@ ancient (str4d) ...@@ -243,8 +244,6 @@ ancient (str4d)
</li><li> </li><li>
<a href="{{ site_url('docs/ports') }}">{{ _('Ports used by I2P') }}</a> <a href="{{ site_url('docs/ports') }}">{{ _('Ports used by I2P') }}</a>
</li><li> </li><li>
<a href="http://{{ i2pconv('bobthebuilder.i2p') }}/mtn/">{{ _('Automatic updates to development builds inside I2P') }}</a>
</li><li>
<a href="{{ site_url('misc/manual-wrapper') }}">{{ _('Updating the wrapper manually') }}</a> <a href="{{ site_url('misc/manual-wrapper') }}">{{ _('Updating the wrapper manually') }}</a>
</li><li> </li><li>
<a href="http://{{ i2pconv('i2pforum.i2p') }}">{{ _('User forum') }}</a> <a href="http://{{ i2pconv('i2pforum.i2p') }}">{{ _('User forum') }}</a>
......
...@@ -26,6 +26,7 @@ I2P_TO_CLEAR = { ...@@ -26,6 +26,7 @@ I2P_TO_CLEAR = {
'lists.i2p': 'lists.i2p.email', 'lists.i2p': 'lists.i2p.email',
'i2p-javadocs.i2p': 'docs.i2p-projekt.de/javadoc', # Hacky to include the path, but it works! 'i2p-javadocs.i2p': 'docs.i2p-projekt.de/javadoc', # Hacky to include the path, but it works!
'idk.i2p/javadoc': 'docs.i2p-projekt.de/javadoc', # Hacky to include the path, but it works! 'idk.i2p/javadoc': 'docs.i2p-projekt.de/javadoc', # Hacky to include the path, but it works!
"idk.i2p": "eyedeekay.github.io",
'stats.i2p': 'stats.i2p', # Inproxy disabled at request of site owner 'stats.i2p': 'stats.i2p', # Inproxy disabled at request of site owner
'zzz.i2p': 'zzz.i2p', # Inproxy disabled at request of site owner 'zzz.i2p': 'zzz.i2p', # Inproxy disabled at request of site owner
'git.idk.i2p': 'i2pgit.org', # Git mirror 'git.idk.i2p': 'i2pgit.org', # Git mirror
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment