More assorted internal and external URL fixes

This commit is contained in:
str4d
2013-02-06 03:24:18 +00:00
parent b455e878c7
commit 5422df80ea
13 changed files with 32 additions and 34 deletions

View File

@@ -226,7 +226,7 @@ Others listed in <a href="{{ pdf }}">2003 Spec</a>
</table>
<h3>{% trans %}Full Protocol Specification{% endtrans %}</h3>
<p>{% trans i2npspec=site_url('docs/specs/i2np'), commonstructures=site_url('docs/specs/common-structures') -%}
<p>{% trans i2npspec=site_url('docs/spec/i2np'), commonstructures=site_url('docs/spec/common-structures') -%}
<a href="{{ i2npspec }}">On the I2NP Specification page</a>.
See also the
<a href="{{ commonstructures }}">Common Data Structure Specification page</a>.

View File

@@ -328,8 +328,8 @@ Client peer selection is discussed further on the
<h4 id="ordering">{% trans %}Peer Ordering within Tunnels{% endtrans %}</h4>
<p>{% trans pdf='http://prisms.cs.umass.edu/brian/pubs/wright-tissec.pdf',
pdf2008='http://prisms.cs.umass.edu/brian/pubs/wright.tissec.2008.pdf' -%}
<p>{% trans pdf='http://forensics.umass.edu/pubs/wright-tissec.pdf',
pdf2008='http://forensics.umass.edu/pubs/wright.tissec.2008.pdf' -%}
Peers are ordered within tunnels to deal with the
<a href="{{ pdf }}">predecessor attack</a>
<a href="{{ pdf2008 }}">(2008 update)</a>.

View File

@@ -531,6 +531,6 @@ reordering, rerouting, or padding messages? To what extent should this be done
automatically, how much should be configured as a per tunnel or per hop setting,
and how should the tunnel's creator (and in turn, user) control this operation?
All of this is left as unknown, to be worked out for
<a href="http://www.i2p.net/roadmap#3.0">I2P 3.0</a></p>
<a href="{{ site_url('get-involved/roadmap') }}#v3.0">I2P 3.0</a></p>
{% endblock %}

View File

@@ -42,11 +42,11 @@ The server needs to be run long term.
<b>{% trans euro=150 %}Bounty: {{ euro }} &euro;
{%- endtrans %}</b> {{ _('paid to str4d') }}<br />
<p>{% trans -%}
<p>{% trans clover='https://www.atlassian.com/software/clover/overview' -%}
To collect this bounty, the existing SDK tests must be checked
and made to work again. The need to be integrated into the ant
build scripts ("ant test"), and tied in with a code coverage tool (e.g.
<a href="http://www.cenqua.com/clover/">Clover</a>). The ant script
<a href="{{ clover }}">Clover</a>). The ant script
must be capable of generating test status results as a web page,
which will be published online.
{%- endtrans %}</p>

View File

@@ -137,7 +137,7 @@ to what licenses meet the above four guarantees for inclusion in the I2P distrib
<td valign="top" align="left">mihi</td>
</tr>
<tr>
<td valign="top" align="left"><b><a href="sam">SAM</a> Bridge</b></td>
<td valign="top" align="left"><b><a href="{{ site_url('docs/api/sam') }}">SAM</a> Bridge</b></td>
<td valign="top" align="left">apps/sam</td>
<td valign="top" align="left">sam.jar</td>
@@ -150,12 +150,12 @@ to what licenses meet the above four guarantees for inclusion in the I2P distrib
<td valign="top" align="left">human</td>
</tr>
<tr>
<td valign="top" align="left"><b><a href="sam">SAM</a> perl library</b></td>
<td valign="top" align="left"><b><a href="{{ site_url('docs/api/sam') }}">SAM</a> perl library</b></td>
<td valign="top" align="left">apps/sam/perl</td>
<td valign="top" align="left">SAM.pm</td>
<td valign="top" align="left">
<a href="http://www.perl.com/pub/a/language/misc/Artistic.html">Artistic</a></td>
<a href="http://dev.perl.org/licenses/artistic.html">Artistic</a></td>
<td valign="top" align="left">
<a href="http://en.wikipedia.org/wiki/Public_domain">Public domain</a><br />
<a href="http://www.cryptix.org/LICENSE.TXT">Cryptix</a><br />
@@ -164,7 +164,7 @@ to what licenses meet the above four guarantees for inclusion in the I2P distrib
<td valign="top" align="left">BrianR</td>
</tr>
<tr>
<td valign="top" align="left"><b><a href="sam">SAM</a> C library</b></td>
<td valign="top" align="left"><b><a href="{{ site_url('docs/api/sam') }}">SAM</a> C library</b></td>
<td valign="top" align="left">apps/sam/c</td>
<td valign="top" align="left">libSAM</td>
@@ -177,7 +177,7 @@ to what licenses meet the above four guarantees for inclusion in the I2P distrib
<td valign="top" align="left">Nightblade</td>
</tr>
<tr>
<td valign="top" align="left"><b><a href="sam">SAM</a> Python library</b></td>
<td valign="top" align="left"><b><a href="{{ site_url('docs/api/sam') }}">SAM</a> Python library</b></td>
<td valign="top" align="left">apps/sam/python</td>
<td valign="top" align="left">i2p.py</td>
@@ -190,7 +190,7 @@ to what licenses meet the above four guarantees for inclusion in the I2P distrib
<td valign="top" align="left">Connelly</td>
</tr>
<tr>
<td valign="top" align="left"><b><a href="sam">SAM</a> C# library</b></td>
<td valign="top" align="left"><b><a href="{{ site_url('docs/api/sam') }}">SAM</a> C# library</b></td>
<td valign="top" align="left">apps/sam/csharp/</td>
<td valign="top" align="left">n/a</td>
@@ -269,9 +269,9 @@ to what licenses meet the above four guarantees for inclusion in the I2P distrib
</table>
<h3><a id="java_exception">{{ _('GPL + java exception') }}</a></h3>
<p>{% trans -%}
<p>{% trans gpl='https://www.gnu.org/licenses/gpl.html' -%}
While it may be redundant, just for clarity the
<a href="http://www.fsf.org/licenses/gpl.html">GPL</a>'ed code included within
<a href="{{ gpl }}">GPL</a>'ed code included within
I2PTunnel and other apps must be released under the GPL with an additional "exception"
explicitly authorizing the use of Java's standard libraries:
{%- endtrans %}</p>

View File

@@ -7,7 +7,7 @@ verified differently, since he's away, and only left a binary detached
signature for his key.
{%- endtrans %}</p>
<ol>
<li><a href="signedkeys#monotone-keys-for-zzz">{{ _('Monotone keys for zzz') }}</a></li>
<li><a href="#monotone-keys-for-zzz">{{ _('Monotone keys for zzz') }}</a></li>
<li><a href="#monotone-keys-for-welterde">{{ _('Monotone keys for welterde') }}</a></li>
<li><a href="#monotone-keys-for-complication">{{ _('Monotone keys for Complication') }}</a></li>
<li><a href="#monotone-keys-for-jrandom">{{ _('Monotone keys for jrandom') }}</a></li>

View File

@@ -81,14 +81,14 @@ You can donate direct via PayPal to the account "{{ account }}".
</tr>
</table>
<br />
<h2><a href="http://www.flattr.com/">Flattr</a></h2>
<h2><a href="https://flattr.com/">Flattr</a></h2>
<a href="http://flattr.com/thing/13523/Invisible-Internet-Project-I2P">
<img src="http://api.flattr.com/button/button-static-50x60.png" title="{{ _('Flattr this') }}" style="border:0;" alt="{{ _('Flattr this') }}" /></a>
<br />
<br />
<h2><a href="http://www.bitcoin.org/">Bitcoin</a></h2>
<h2><a href="http://bitcoin.org/">Bitcoin</a></h2>
<p>{% trans account='1HkJCceXf7of1sTNRVJbXiZHfDTLL71Siy' -%}
As of December 2010, eche|on has been running a <a href="http://www.bitcoin.org">Bitcoin</a> account for the I2P project.
As of December 2010, eche|on has been running a <a href="http://bitcoin.org">Bitcoin</a> account for the I2P project.
If you'd like to donate using Bitcoin, just transfer your desired amount of coins to the account
<b>{{ account }}</b> and leave eche|on a note if you'd like your donation to be mentioned on the I2P webpage.
{%- endtrans %}</p>

View File

@@ -260,7 +260,7 @@
<p>
{% trans -%}
More information about Trust Evauluation Hooks can be found in the <a href="http://monotone.ca/docs/Hooks.html">official Monotone documentation</a>.
More information about Trust Evauluation Hooks can be found in the <a href="http://www.monotone.ca/docs/Hooks.html">official Monotone documentation</a>.
{%- endtrans %}
</p>

View File

@@ -51,7 +51,7 @@ Monotone is a version control system.
We use it because it allows us to keep track of who does what changes to the source code (and for a lot of complicated things, but 'keeping track of changes' is the basic idea).
{%- endtrans %}</li>
<li>{% trans -%}
Skim over the <a href="http://monotone.ca/docs/Tutorial.html">monotone tutorial</a>, to make sure you understand the concepts.
Skim over the <a href="http://www.monotone.ca/docs/Tutorial.html">monotone tutorial</a>, to make sure you understand the concepts.
{%- endtrans %}</li>
<li>
<p>{% trans -%}
@@ -102,7 +102,7 @@ The initial pull may take several hours using the tunnel.
If it fails after a partial pull, simply rerun it, it will start where it left off.
If you are in a hurry, use the non-anonymous access.
{%- endtrans %}</p>
<p>{% trans viewmtn='http://stats.i2p/cgi-bin/viewmtn/' -%}
<p>{% trans viewmtn='http://'+i2pconv('stats.i2p')+'/cgi-bin/viewmtn/' -%}
A full list of branches, including i2p.i2p and i2p.www can be found on <a href="{{ viewmtn }}">viewmtn</a>.
{%- endtrans %}</p>
<p>{% trans monotone=site_url('get-involved/guides/monotone') -%}
@@ -111,7 +111,7 @@ A long explanation about using monotone is available on the <a href="{{ monotone
<h2 id="building-i2p">{% trans %}Building I2P{% endtrans %}</h2>
<p>{% trans sunjdk6='http://java.sun.com/javase/downloads/index.jsp' -%}
<p>{% trans sunjdk6='http://www.oracle.com/technetwork/java/javase/downloads/index.html' -%}
To compile the code, you need the Sun Java Development Kit 6 or higher, or equivalent JDK
(<a href="{{ sunjdk6 }}">Sun JDK 6</a> strongly recommended) and
<a href="http://ant.apache.org/">Apache ant</a>

View File

@@ -16,7 +16,7 @@ Alternatively it can be done "the old way" as outlined below.
<li>
<b>{% trans %}Preparation{% endtrans %}</b>
<ol>
<li>{% trans url='http://ugha.i2p/i2pTranslation' -%}
<li>{% trans url='http://'+i2pconv('ugha.i2p')+'/i2pTranslation' -%}
Come to #i2p-dev on irc and talk to people.
Claim the language -
To make sure other coworkers don't bump onto the files you are working on,
@@ -81,7 +81,7 @@ Alternatively it can be done "the old way" as outlined below.
<li>
<b>{% trans %}Preparation{% endtrans %}</b>
<ol>
<li>{% trans url='http://ugha.i2p/i2pTranslation' -%}
<li>{% trans url='http://'+i2pconv('ugha.i2p')+'/i2pTranslation' -%}
Come to #i2p-dev on irc and talk to people.
Claim the language -
To make sure other coworkers don't bump onto the files you are working on,

View File

@@ -49,7 +49,7 @@ Advanced tunnel operation (batching/mixing/throttling/padding)
Stop &amp; go mix w/ garlics &amp; tunnels
{%- endtrans %}</a></li>
</ul>
<h2>{{ _('Performance') }} <span class="permalink"><a href="performance.html">[{{ _('link') }}]</a></span></h2>
<h2>{{ _('Performance') }} <span class="permalink"><a href="{{ site_url('about/performance/future') }}">[{{ _('link') }}]</a></span></h2>
<h2 id="core">{{ _('Core functionality') }}</h2>
<ul class="targetlist">
@@ -299,8 +299,8 @@ Strict ordering of participants within tunnels
</ul>
<div style="margin-left:25px">
<p>{% trans link='http://article.gmane.org/gmane.network.i2p/22/',
pdf1='http://prisms.cs.umass.edu/brian/pubs/wright-tissec.pdf',
pdf2='http://prisms.cs.umass.edu/brian/pubs/wright.tissec.2008.pdf' -%}
pdf1='http://forensics.umass.edu/pubs/wright-tissec.pdf',
pdf2='http://forensics.umass.edu/pubs/wright.tissec.2008.pdf' -%}
As Connelly <a href="{{ link }}">proposed</a> to deal with the
<a href="{{ pdf1 }}">predecessor attack</a> <a href="{{ pdf2 }}">(2008
update)</a>, keeping the order of peers within our tunnels consistent

View File

@@ -2,16 +2,16 @@
{% block title %}{{ _('Links') }}{% endblock %}
{% block content %}
<h1>{{ _('Recommended Links & Resources') }}</h1>
<p>{% trans papers=site_url('about/papers') -%}
<p>{% trans media=site_url('about/media') -%}
See also the page with
<a href="{{ papers }}">links to papers, presentations, videos, and tutorials about I2P</a>.
<a href="{{ media }}">links to presentations, videos, and tutorials about I2P</a>.
{%- endtrans %}</p>
<div class="links">
<ul>
<h4>{{ _('Friends of I2P') }}</h4>
<li><a href="http://anomos.info/">Anomos Pseudonymous Encrypted Bittorrent</a></li>
<li><a href="http://www.eff.org/">EFF</a></li>
<li><a href="https://www.eff.org/">EFF</a></li>
<li><a href="https://gnunet.org/">GNUnet</a></li>
<li><a href="https://www.ipredator.se/?lang=en">Ipredator</a></li>
<li><a href="http://www.isdpodcast.com/">InfoSec Daily Podcast</a></li>
@@ -23,8 +23,8 @@ See also the page with
<li><a href="http://www.torproject.org/">Tor</a></li>
<h4>{{ _('More Projects and Documentation') }}</h4>
<li><a href="http://freehaven.net/anonbib/topic.html">Freehaven's Anonymity Bibliography</a></li>
<li><a href="http://gnunet.org/links.php3">GNUNet's related projects</a></li>
<li><a href="http://www.tik.ee.ethz.ch/~morphmix/">Morphmix</a></li>
<li><a href="https://gnunet.org/links">GNUNet's related projects</a></li>
<li><a href="https://home.zhaw.ch/~rer/projects/morphmix/">Morphmix</a></li>
<li><a href="http://www.pdos.lcs.mit.edu/tarzan/">Tarzan</a></li>
<li><a href="http://www.onion-router.net/">Onion Routing</a></li>
<li><a href="http://mixmaster.sourceforge.net/">Mixmaster</a></li>

View File

@@ -38,7 +38,6 @@ Mathias Ehlert.
<strong><a href="http://userpage.fu-berlin.de/~semu/docs/2011_seminar_ehlert_i2p.pdf">I2P Usability vs. Tor Usability A Bandwidth and Latency Comparison</a></strong>.
Humboldt University of Berlin,
November 2011.
<a href="http://translated.by/you/i2p-usability-vs-tor-usability-a-bandwidth-and-latency-comparison/into-ru/">Russian translation</a>
</li>
<li>
@@ -67,7 +66,6 @@ Adrian Crenshaw.
<strong><a href="http://www.irongeek.com/i.php?page=security/darknets-i2p-identifying-hidden-servers">Darknets - I2P Identifying Hidden Servers</a></strong>.
Presented at Black Hat DC,
January 18-19 2011
<a href="http://translated.by/you/darknets-and-hidden-servers-identifying-the-true-ip-network-identity-of-i2p-service-hosts/into-ru/">Russian translation</a>
</li>
<li>