From 5a3090e952681ef51d1ae2635af0ea05c8c3006f Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 15 Sep 2012 03:36:42 +0000 Subject: [PATCH] Migrated over API, application dev and license-related pages --- i2p2www/pages/global/nav.html | 7 ++++--- i2p2www/pages/site/develop/api.html | 5 +++++ .../pages => i2p2www/pages/site/develop}/applications.html | 2 +- .../pages/site/develop}/license-agreements.html | 4 ++-- .../pages => i2p2www/pages/site/develop}/licenses.html | 6 +++--- www.i2p2/pages/api.html | 5 ----- 6 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 i2p2www/pages/site/develop/api.html rename {www.i2p2/pages => i2p2www/pages/site/develop}/applications.html (99%) rename {www.i2p2/pages => i2p2www/pages/site/develop}/license-agreements.html (99%) rename {www.i2p2/pages => i2p2www/pages/site/develop}/licenses.html (98%) delete mode 100644 www.i2p2/pages/api.html diff --git a/i2p2www/pages/global/nav.html b/i2p2www/pages/global/nav.html index 34734abc..f7326cee 100644 --- a/i2p2www/pages/global/nav.html +++ b/i2p2www/pages/global/nav.html @@ -20,10 +20,11 @@
  • Forums
  • -
  • Develop +
  • Develop
  • diff --git a/i2p2www/pages/site/develop/api.html b/i2p2www/pages/site/develop/api.html new file mode 100644 index 00000000..99f6efa0 --- /dev/null +++ b/i2p2www/pages/site/develop/api.html @@ -0,0 +1,5 @@ +{% extends "global/layout.html" %} +{% block title %}API{% endblock %} +{% block content %} +See the Index to Technical Documentation. +{% endblock %} diff --git a/www.i2p2/pages/applications.html b/i2p2www/pages/site/develop/applications.html similarity index 99% rename from www.i2p2/pages/applications.html rename to i2p2www/pages/site/develop/applications.html index a1dcff58..3a73f819 100644 --- a/www.i2p2/pages/applications.html +++ b/i2p2www/pages/site/develop/applications.html @@ -1,4 +1,4 @@ -{% extends "_layout.html" %} +{% extends "global/layout.html" %} {% block title %}Application Development{% endblock %} {% block content %}

    Application Development Guide

    diff --git a/www.i2p2/pages/license-agreements.html b/i2p2www/pages/site/develop/license-agreements.html similarity index 99% rename from www.i2p2/pages/license-agreements.html rename to i2p2www/pages/site/develop/license-agreements.html index 6ed222d8..e15c27b7 100644 --- a/www.i2p2/pages/license-agreements.html +++ b/i2p2www/pages/site/develop/license-agreements.html @@ -1,8 +1,8 @@ -{% extends "_layout.html" %} +{% extends "global/layout.html" %} {% block title %}License Agreements{% endblock %} {% block content %} -

    For more information see licenses.html. +

    For more information see licenses.html.

    Following is a monotonerc file defining the current trust list. Developers must use this file in ~/.monotone/monotonerc or _MTN/montonerc in their i2p.i2p workspace. diff --git a/www.i2p2/pages/licenses.html b/i2p2www/pages/site/develop/licenses.html similarity index 98% rename from www.i2p2/pages/licenses.html rename to i2p2www/pages/site/develop/licenses.html index 327a21c4..fca1bbdf 100644 --- a/www.i2p2/pages/licenses.html +++ b/i2p2www/pages/site/develop/licenses.html @@ -1,10 +1,10 @@ -{% extends "_layout.html" %} +{% extends "global/layout.html" %} {% block title %}Licenses{% endblock %} {% block content %}

    I2P Software Licenses

    As required by our -threat model (among other reasons), the +threat model (among other reasons), the software developed to support the anonymous communication network we call I2P must be freely available, open source, and user modifiable. To meet these criteria, we make use of @@ -306,6 +306,6 @@ That means that they must send one of the release managers a signed message affi

    If anyone is aware of any instances where the above conditions are not met, please contact the component lead and/or an I2P release manager with further information. -See developers' license agreements. +See developers' license agreements.

    {% endblock %} diff --git a/www.i2p2/pages/api.html b/www.i2p2/pages/api.html deleted file mode 100644 index 7e59a415..00000000 --- a/www.i2p2/pages/api.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends "_layout.html" %} -{% block title %}API{% endblock %} -{% block content %} -See the Index to Technical Documentation. -{% endblock %}