fix unchecked-in files and typo in mac browser image path

This commit is contained in:
hankhill19580
2019-09-04 18:42:23 +00:00
parent 589b0cfa96
commit 68560eab1a
3 changed files with 55 additions and 1 deletions

View File

@@ -45,7 +45,7 @@
{%- elif detected_os == 'macosx' -%}
{%- set name = 'Mac OS X' -%}
{%- set icon = 'images/barowser/garlic.svg' -%}
{%- set icon = 'images/browser/garlic.svg' -%}
{%- set link = 'https://download.i2p2.de/experimental/i2pbrowser-beta4/macosx64/I2PBrowser-2.0-beta4-osx64_en-US.dmg' -%}
{% call browser_download(name, icon, link) %}
Download I2P Browser for Mac OS X

View File

@@ -0,0 +1,33 @@
{% extends "global/layout.html" %}
{% block title %}{{ _('The I2P Browser') }}{% endblock %}
{% block content_nav %}
<ol>
<li style="list-style: none; display: inline">
<h4>{{ _('Navigation') }}</h4>
</li>
<li style="list-style: none;">{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</li>
</ol>
{% endblock %}
{% block content %}
<h1>{% trans %}Get Involved{% endtrans %}</h1>
<ul>
<li>
Source Code: <a href="https://github.com/mikalv/i2p-browser-build-scripts">https://github.com/mikalv/i2p-browser-build-scripts</a>
</li>
<li>
I2P Browser Development and Hacking Guide: <a href="http://{{ i2pconv('trac.i2p2.i2p') }}//wiki/I2P_Browser_develop_n_hacks">{{ i2pconv('trac.i2p2.i2p') }}/wiki/I2P_Browser_develop_n_hacks</a> .
</li>
<li>
Mailing List: <a href="http://{{ i2pconv('lists.i2p') }}/hyperkitty/list/i2p-browser-dev@lists.i2p.email/2019/8/">{{ i2pconv('lists.i2p') }}</a>
</li>
<li>
Trac: <a href="http://{{ i2pconv('trac.i2p2.i2p') }}/">{{ i2pconv('trac.i2p2.i2p') }}</a>.
</li>
<ul>
{% endblock %}

View File

@@ -0,0 +1,21 @@
{% extends "global/layout.html" %}
{% block title %}{{ _('The I2P Browser') }}{% endblock %}
{% block content_nav %}
<ol>
<li style="list-style: none; display: inline">
<h4>{{ _('Navigation') }}</h4>
</li>
<li style="list-style: none;">{% trans browser_main=get_url('browser_frontpage') %}<a href="{{ browser_main }}">Back to browser front page</a>{% endtrans %}</li>
</ol>
{% endblock %}
{% block content %}
<h1>{% trans %}Donate{% endtrans %}</h1>
<a href="{{ site_url('get-involved/donate') }}">You can support all I2P development {{ _('here') }}
BTC, LTC, ETH, ANC, XMR and PayPal are accepted.</a>
{% endblock %}