Migrated over monotone, roadmap and team pages

This commit is contained in:
str4d
2012-09-17 01:12:59 +00:00
parent 62a7de51e7
commit 2ee45fcfe6
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}Monotone{% endblock %}
{% block content %}
<h1>Monotone Guide</h1>
@ -55,7 +55,7 @@
<p>
<i>This is a revised version of <a href="transition-guide.txt">Complication's original
guide</a> detailing the use of Monotone in I2P development.
For basic instructions see the <a href="newdevelopers.html">quick-start guide</a>.</i>
For basic instructions see the <a href="{{ site_url('develop/newdevelopers') }}">quick-start guide</a>.</i>
</p>
<p>
@ -65,7 +65,7 @@
development work can be shared and merged cooperatively, and work that's
considered satisfactory is eventually merged into a single trusted repository
that serves as the project's master. In practice however, since contributors
are often given commit privileges (after signing the <a href="licenses.html#commit">developer
are often given commit privileges (after signing the <a href="{{ site_url('develop/licenses') }}#commit">developer
agreement]</a>), it's more common for completed work to be
pushed directly to the master repository by its original authors.
</p>

View File

@ -1,11 +1,11 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}Team{% endblock %}
{% block content %}
<h1>I2P Project Members</h1>
<p>We are a small group of people spread around several continents, working to
advance different aspects of the project and discussing the design of the
network.
<a href="getinvolved.html">Get involved!</a>
<a href="{{ site_url('volunteer') }}">Get involved!</a>
</p>
<table border="0">
@ -36,7 +36,7 @@ network.
<td valign="top"><i>manage the project mirrors</i></td>
</tr>
<tr>
<td valign="top"><b><a href="/monotone.html">Monotone</a> guru</b></td>
<td valign="top"><b><a href="{{ site_url('develop/monotone') }}">Monotone</a> guru</b></td>
<td valign="top">welterde, eche|on</td>
<td valign="top"><i>manage the public monotone repositories</i></td>
</tr>

View File

@ -1,11 +1,11 @@
{% extends "_layout.html" %}
{% extends "global/layout.html" %}
{% block title %}Roadmap{% endblock %}
{% block content %}
<h2 id="v0.9">0.9</h2>
<ul>
<li>Include some seed data in the distribution so a central reseed location isn't required?</li>
<li>Reachability Mapping / handle peers partially reachable / enhanced <a href="todo.html#fullRestrictedRoutes">restricted routes</a></li>
<li>Reachability Mapping / handle peers partially reachable / enhanced <a href="{{ site_url('volunteer/todo') }}#fullRestrictedRoutes">restricted routes</a></li>
<li>Improve help pages and website</li>
<li>More translations</li>
<li>SSU disconnect message</li>
@ -30,5 +30,5 @@
<li>User defined message delays</li>
</ul>
<p>Please see the <a href="todo">TODO</a> list for more detailed info about some of these tasks.</p>
<p>Please see the <a href="{{ site_url('volunteer/todo') }}">TODO</a> list for more detailed info about some of these tasks.</p>
{% endblock %}