Moved the old (but not replaced) pages into misc/

This commit is contained in:
str4d
2012-12-19 01:58:58 +00:00
parent 914492e625
commit db3a7de35d
10 changed files with 39 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}I2P at CLT and PetCon 2009.1{% endblock %}
{% block content %}<p>Members of I2P will held a talk at CLT and PetCon 2009.1</p>
Two members of the I2P team will be at two forthcoming Linux day and security convention. </ br>

View File

@@ -1,6 +1,6 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}CVS{% endblock %}
{% block content %}<p>The I2P sourcecode was kept in a CVS repository. Nowadays it is kept in an <a href="monotone.html">Monotone</a> repository.
{% block content %}<p>The I2P sourcecode was kept in a CVS repository. Nowadays it is kept in an <a href="{{ site_url('volunteer/develop/monotone') }}">Monotone</a> repository.
For those who aren't very familiar with CVS, there is a
<a href="http://cvsbook.red-bean.com/cvsbook.html">fantastic book</a> on the
subject (developers only need to deal with the first chapter - "An Overview of

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}i2ptunnel migration{% endblock %}
{% block content %}<h3>I2PTunnel migration:</h3>

View File

@@ -0,0 +1,23 @@
{% extends "global/layout.html" %}
{% block title %}Old Documents{% endblock %}
{% block content %}
Following is a list of documents originally on www.invisiblenet.net/i2p/ and
rescued via the
<a href="http://www.archive.org/">Wayback Machine</a>.
They are quite dated and may or may not be accurate.
However, the I2CP and I2NP documents in particular have some good information.
<H3>Index of /i2p</H3>
<PRE>Name Last modified Size
<HR>
<A HREF="{{ url_for('static', filename='pdf/I2CP_spec.pdf') }}">I2CP_spec.pdf</A> 03-Sep-2003 12:49 119k
<A HREF="{{ url_for('static', filename='pdf/I2NP_spec.pdf') }}">I2NP_spec.pdf</A> 03-Sep-2003 12:49 356k
<A HREF="{{ url_for('static', filename='pdf/datastructures.pdf') }}">datastructures.pdf</A> 03-Sep-2003 12:49 149k
<A HREF="{{ url_for('static', filename='pdf/i2p_philosophy.pdf') }}">i2p_philosophy.pdf</A> 03-Sep-2003 12:52 126k
<A HREF="{{ url_for('static', filename='pdf/polling_http_transport.pdf') }}">polling_http_transpo..&gt;</A> 03-Sep-2003 12:49 189k
</PRE>
{% endblock %}

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}Jrandom's Announcement{% endblock %}
{% block content %}
The following message was received in mid-November 2007. We have no further information

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}MYI2P{% endblock %}
{% block content %}<p>There has been discussion about a distributed blogging application for a few
months now called "MyI2P". While the original discussions were lost, we were
@@ -8,7 +8,7 @@ that ensued.</p>
<p>The application itself is not yet implemented, and the ideas behind it have
been made less ambitious over time, but they are still valid and the current
<a href="roadmap">plan</a> is to have the core MyI2P functionality available
<a href="{{ site_url('volunteer/roadmap') }}">plan</a> is to have the core MyI2P functionality available
along side the I2P 1.0 release. That will include a distributed address book
to enable secure, distributed, and human readable naming by sacrificing the
need for global uniqueness - basically everyone has their own local address book
@@ -19,7 +19,7 @@ system using a reduced and secured subset of
<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">bbcode</a> to essentially
provide an anonymous <a href="http://www.livejournal.com/">LiveJournal</a> with
a 'friends list' and transparent access control (authenticated by the I2P
<a href="datagrams">datagrams</a> with rules defined based on the address book).</p>
<a href="{{ site_url{'docs/spec/datagrams') }}">datagrams</a> with rules defined based on the address book).</p>
<p>Additional functionality, such as integration with a DHT backing store or
swarming file transfers for 'attachments' can be added later. Email may or may

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}Monotone{% endblock %}
{% block content %}<p>The I2P sourcecode is kept in several distributed monotone repositories.
See the
@@ -8,7 +8,7 @@ See
<a href="http://forum.i2p/viewtopic.php?t=2524">this forum post on i2p monotone</a>
for more information on how to get started and check out the source anonymously.
There is also a quick-start guide on the
<a href="newdevelopers.html">new developer's page</a>.
<a href="{{ site_url('volunteer/guides/newdevelopers') }}">new developer's page</a>.
</p>
<p>
@@ -21,7 +21,7 @@ The i2p source code branch is "i2p.i2p".
The following is a detailed guide by Complication.
</p>
<pre>
{% include "transition-guide.txt" %}
{% include "site/misc/transition-guide.txt" %}
</pre>
{% endblock %}

View File

@@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}How to Upgrade from 0.6.1.30 and Earlier{% endblock %}
{% block content %}
<p>
@@ -6,7 +6,7 @@
2008-02-05: <b>Upgrading from 0.6.1.30 and Earlier Releases</b>
</p><p>
Since i2p's lead developer
<a href="jrandom-awol.html">has gone AWOL</a>,
<a href="{{ site_url('misc/jrandom-awol') }}">has gone AWOL</a>,
we do not have his update signing key or access to
www.i2p[.net] or dev.i2p[.net].
Complication and zzz have generated new signing keys, and they and Amiga are providing
@@ -18,7 +18,7 @@ the latest release.
We recommend the automated process as it will verify the key of the signed update file.
If you do not make these changes,
you may manually download the i2pupdate.zip file from
<a href="download.html">the download page</a>.
<a href="{{ url_for('downloads_list', lang=g.lang) }}">the download page</a>.
<ol><li>
On
<a href="http://localhost:7657/configupdate.jsp">configupdate.jsp</a>:

View File

@@ -1,23 +0,0 @@
{% extends "_layout.html" %}
{% block title %}Old Documents{% endblock %}
{% block content %}
Following is a list of documents originally on www.invisiblenet.net/i2p/ and
rescued via the
<a href="http://www.archive.org/">Wayback Machine</a>.
They are quite dated and may or may not be accurate.
However, the I2CP and I2NP documents in particular have some good information.
<H3>Index of /i2p</H3>
<PRE>Name Last modified Size
<HR>
<A HREF="/_static/pdf/I2CP_spec.pdf">I2CP_spec.pdf</A> 03-Sep-2003 12:49 119k
<A HREF="/_static/pdf/I2NP_spec.pdf">I2NP_spec.pdf</A> 03-Sep-2003 12:49 356k
<A HREF="/_static/pdf/datastructures.pdf">datastructures.pdf</A> 03-Sep-2003 12:49 149k
<A HREF="/_static/pdf/i2p_philosophy.pdf">i2p_philosophy.pdf</A> 03-Sep-2003 12:52 126k
<A HREF="/_static/pdf/polling_http_transport.pdf">polling_http_transpo..&gt;</A> 03-Sep-2003 12:49 189k
</PRE>
{% endblock %}