forked from I2P_Developers/i2p.www
Download list nav
This commit is contained in:
@@ -1,6 +1,19 @@
|
|||||||
{% extends "global/layout.html" %}
|
{% extends "global/layout.html" %}
|
||||||
{%- from "downloads/macros" import package, package_outer with context -%}
|
{%- from "downloads/macros" import package, package_outer with context -%}
|
||||||
{% block title %}{{ _('Download') }}{% endblock %}
|
{% block title %}{{ _('Download') }}{% endblock %}
|
||||||
|
{% block content_nav %}
|
||||||
|
<ul>
|
||||||
|
<li><a href="#windows">Windows</a>
|
||||||
|
<li><a href="#mac">Mac OS X</a>
|
||||||
|
<li><a href="#unix">GNU/Linux / BSD / Solaris</a>
|
||||||
|
<li><a href="#deb">Debian / Ubuntu</a>
|
||||||
|
<li><a href="#android">Android</a>
|
||||||
|
<li><a href="#source">{{ _('Source package') }}</a>
|
||||||
|
<li><a href="#auto">{{ _('Automatic updates') }}</a>
|
||||||
|
<li><a href="#update-file">{{ _('Manual updates') }}</a>
|
||||||
|
</ul>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h3>{{ _('Dependency') }}</h3>
|
<h3>{{ _('Dependency') }}</h3>
|
||||||
<p>{% trans java='http://java.com/download/',
|
<p>{% trans java='http://java.com/download/',
|
||||||
@@ -184,7 +197,7 @@ receive the release.
|
|||||||
</div>
|
</div>
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|
||||||
{% call package('update') %}
|
{% call package('update-file') %}
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
{% trans -%}
|
{% trans -%}
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
{%- set filename = 'i2psource_%s.tar.bz2' -%}
|
{%- set filename = 'i2psource_%s.tar.bz2' -%}
|
||||||
{%- set signame = 'i2psource_%s.tar.bz2.sig' -%}
|
{%- set signame = 'i2psource_%s.tar.bz2.sig' -%}
|
||||||
{%- set hash = i2psource_hash -%}
|
{%- set hash = i2psource_hash -%}
|
||||||
{%- elif type == 'update' -%}
|
{%- elif type == 'update-file' -%}
|
||||||
{%- set name = _('Manual updates') -%}
|
{%- set name = _('Manual updates') -%}
|
||||||
{%- set icon = 'images/download/update-manual.png' -%}
|
{%- set icon = 'images/download/update-manual.png' -%}
|
||||||
{%- set filename = 'i2pupdate_%s.zip' -%}
|
{%- set filename = 'i2pupdate_%s.zip' -%}
|
||||||
|
Reference in New Issue
Block a user