forked from I2P_Developers/i2p.www
Download list nav
This commit is contained in:
@@ -1,6 +1,19 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{%- from "downloads/macros" import package, package_outer with context -%}
|
||||
{% 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 %}
|
||||
<h3>{{ _('Dependency') }}</h3>
|
||||
<p>{% trans java='http://java.com/download/',
|
||||
@@ -184,7 +197,7 @@ receive the release.
|
||||
</div>
|
||||
{% endcall %}
|
||||
|
||||
{% call package('update') %}
|
||||
{% call package('update-file') %}
|
||||
<ol>
|
||||
<li>
|
||||
{% trans -%}
|
||||
|
@@ -37,7 +37,7 @@
|
||||
{%- set filename = 'i2psource_%s.tar.bz2' -%}
|
||||
{%- set signame = 'i2psource_%s.tar.bz2.sig' -%}
|
||||
{%- set hash = i2psource_hash -%}
|
||||
{%- elif type == 'update' -%}
|
||||
{%- elif type == 'update-file' -%}
|
||||
{%- set name = _('Manual updates') -%}
|
||||
{%- set icon = 'images/download/update-manual.png' -%}
|
||||
{%- set filename = 'i2pupdate_%s.zip' -%}
|
||||
|
Reference in New Issue
Block a user