From f79ee44d7d54669bc422f49dde942fd73bbb5850 Mon Sep 17 00:00:00 2001
From: str4d
Date: Tue, 11 Dec 2012 05:26:18 +0000
Subject: [PATCH] Migrated naming and plugins pages
---
i2p2www/pages/global/nav.html | 2 ++
.../pages => i2p2www/pages/site/docs}/naming.html | 12 ++++++------
.../pages => i2p2www/pages/site/docs}/plugins.html | 12 ++++++------
3 files changed, 14 insertions(+), 12 deletions(-)
rename {www.i2p2/pages => i2p2www/pages/site/docs}/naming.html (95%)
rename {www.i2p2/pages => i2p2www/pages/site/docs}/plugins.html (89%)
diff --git a/i2p2www/pages/global/nav.html b/i2p2www/pages/global/nav.html
index 07f6d06c..76355819 100644
--- a/i2p2www/pages/global/nav.html
+++ b/i2p2www/pages/global/nav.html
@@ -67,6 +67,8 @@
{{ _('Software updates') }}
+ {{ _('Naming and addressbook') }}
+ {{ _('Plugins') }}
{{ _('Papers and presentations') }}
diff --git a/www.i2p2/pages/naming.html b/i2p2www/pages/site/docs/naming.html
similarity index 95%
rename from www.i2p2/pages/naming.html
rename to i2p2www/pages/site/docs/naming.html
index 5635ee3b..9c55107a 100644
--- a/www.i2p2/pages/naming.html
+++ b/i2p2www/pages/site/docs/naming.html
@@ -1,4 +1,4 @@
-{% extends "_layout.html" %}
+{% extends "global/layout.html" %}
{% block title %}Naming and Addressbook{% endblock %}
{% block content %}
Naming in I2P
@@ -28,7 +28,7 @@ traditional DNS.
NOTE: For the reasoning behind the I2P naming system, common arguments against it
-and possible alternatives see the naming discussion
+and possible alternatives see the naming discussion
page.
@@ -62,7 +62,7 @@ for addressbook configuration and viewing of the local host lists.
All destinations in I2P are 516-byte (or longer) keys.
(To be more precise, it is a 256-byte public key plus a 128-byte signing key
plus a null certificate, which in Base64 representation is 516 bytes.
-Certificates are not used now,
+Certificates are not used now,
if they are, the keys will be longer.
One possible use of certificates is for proof of work.)
@@ -84,7 +84,7 @@ There is no enforcement of naming rules in lookups.
Lookups are cached for a few minutes.
There is an experimental facility for real-time lookups (a la DNS) over the network within the router,
although it is not enabled by default
-(see "EepGet" under Alternatives on the discussion page).
+(see "EepGet" under Alternatives on the discussion page).
HTTP Proxy
@@ -124,8 +124,8 @@ local addressbook application (via subscriptions.txt or SusiD
Some other public addressbook subscription links:
The operators of these services may have various policies for listing hosts.
diff --git a/www.i2p2/pages/plugins.html b/i2p2www/pages/site/docs/plugins.html
similarity index 89%
rename from www.i2p2/pages/plugins.html
rename to i2p2www/pages/site/docs/plugins.html
index d0fb900c..cc4ef7fa 100644
--- a/www.i2p2/pages/plugins.html
+++ b/i2p2www/pages/site/docs/plugins.html
@@ -1,4 +1,4 @@
-{% extends "_layout.html" %}
+{% extends "global/layout.html" %}
{% block title %}Plugins{% endblock %}
{% block content %}
I2P Plugins
@@ -38,7 +38,7 @@ version, and previous installed application version
Automatic startup of application, including modifying classpath, without requiring a restart
Automatic integration and startup of webapps into console Jetty instance
Facilitate creation of 'app stores' like the one at plugins.i2p
+ href="http://{{ i2pconv('plugins.i2p') }}">plugins.i2p
One-click uninstall
Language and theme packs for the console
Bring detailed application information to the router console
@@ -66,10 +66,10 @@ builds).
Development
- See the latest plugin specification and the plugin forum on zzz.i2p.
See
+
See the latest plugin specification and the plugin forum on zzz.i2p.
See
also the sources for plugins developed by various people. Some plugins, such
-as snowman, were developed
+as snowman, were developed
specifically as examples.
Developers wanted! Plugins are a great way to learn more about I2P
@@ -78,7 +78,7 @@ or easily add some feature.
Getting Started
To create a plugin from an existing binary package you will need to get
makeplugin.sh from the
+ href="http://{{ i2pconv('trac.i2p2.i2p') }}/browser/plugin/makeplugin.sh?rev=776519571fda0689ef09c42f66e7398f30432e87">the
i2p.scripts branch in monotone.