Page header fixes

This commit is contained in:
str4d
2014-01-09 19:39:15 +00:00
parent 9cbafe0e19
commit c7a3621969
66 changed files with 9164 additions and 9247 deletions

View File

@@ -1,9 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}BOB{% endblock %}
{% block title %}{{ _('BOB - Basic Open Bridge') }}{% endblock %}
{% block lastupdated %}{% trans %}August 2010{% endtrans %}{% endblock %}
{% block content %}
<h1>{% trans %}BOB - Basic Open Bridge{% endtrans %}</h1>
<h2>{% trans %}Technical differences from SAM (for the better?){% endtrans %}</h2>
<p>{% trans -%}

View File

@@ -1,7 +1,6 @@
{% extends "global/layout.html" %}
{% block title %}I2PControl API{% endblock %}
{% block title %}{{ _('I2PControl - Remote Control Service') }}{% endblock %}
{% block content %}
<h1>{% trans %}I2PControl - Remote Control Service{% endtrans %}</h1>
<p>{% trans itoopie='http://'+i2pconv('itoopie.i2p')+'/' -%}
I2P enables a <a href="http://en.wikipedia.org/wiki/JSON-RPC">JSONRPC2</a> interface via the plugin <a href="{{ itoopie }}">I2PControl</a>.
The aim of the interface is to provide simple way to interface with a running I2P node. A client, itoopie, has been developed in parallel.

View File

@@ -1,5 +1,5 @@
{% extends "global/layout.html" %}
{% block title %}i2ptunnel{% endblock %}
{% block title %}I2PTunnel{% endblock %}
{% block content %}
<!--Description of i2ptunnel and tunneling modes
@@ -8,7 +8,6 @@ client modes
server modes
-->
<h1>I2PTunnel</h1>
<h2 id="overview">{% trans %}Overview{% endtrans %}</h2>
<p>{% trans naming=site_url('docs/naming') -%}
I2PTunnel is a tool for interfacing with and providing services on I2P.