forked from I2P_Developers/i2p.www
More assorted internal and external URL fixes
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user