Moved i2ptunnel and socks pages into docs/apis

This commit is contained in:
str4d
2012-11-09 09:45:00 +00:00
parent 121650f445
commit 6c131a8117
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}i2ptunnel{% endblock %}
{% block content %}Description of i2ptunnel and tunneling modes

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}SOCKS{% endblock %}
{% block content %}
<h2>SOCKS and SOCKS proxies</h2>
@@ -10,7 +10,7 @@
</p>
<p>
As it says on the
<a href="faq.html#socks">FAQ</a>:
<a href="{{ site_url('support/faq') }}#socks">FAQ</a>:
<p>
Many applications leak sensitive
information that could identify you on the Internet. I2P only filters
@@ -53,9 +53,9 @@ Outproxy selection by port number is stubbed out.
<ul>
<li>
The notes for
<a href="meeting81.html">Meeting 81</a>
<a href="{{ url_for('meetings_show', id=81) }}">Meeting 81</a>
and
<a href="meeting82.html">Meeting 82</a>
<a href="{{ url_for('meetings_show', id=82) }}">Meeting 82</a>
in March 2004.
<li>
<a href="http://www.abenteuerland.at/onioncat/">Onioncat</a>