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 @@
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).
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 %}
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.
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.