-
{% trans devbuild='0.9.7.1-23_b2-API8', str4durl='http://'+i2pconv('str4d.i2p')+'/android/' -%}
The above file is the current release build.
The latest dev build is version {{ devbuild }}, and is available from
@@ -134,7 +144,10 @@ or type java -version at your command prompt.
-
{{ _('Source package') }}
+
+
 }})
+
+
-
{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
gitrepo='http://'+i2pconv('git.repo.i2p')+'/w/i2p.i2p.git',
github='https://github.com/i2p/i2p.i2p',
@@ -212,7 +224,9 @@ Both automatic and manual upgrades are available for the release.
{%- endtrans %}
-
{{ _('Automatic updates') }}
+
+
 }})
+
{% trans -%}
If you are running 0.7.5 or later, your router should detect the
@@ -263,7 +277,10 @@ receive the release.
-
{{ _('Manual updates') }}
+
+
 }})
+
+
-
-
{% trans -%}
diff --git a/i2p2www/static/images/download/android.png b/i2p2www/static/images/download/android.png
new file mode 100644
index 00000000..d808631e
Binary files /dev/null and b/i2p2www/static/images/download/android.png differ
diff --git a/i2p2www/static/images/download/debian-ubuntu.png b/i2p2www/static/images/download/debian-ubuntu.png
new file mode 100644
index 00000000..4350f6b8
Binary files /dev/null and b/i2p2www/static/images/download/debian-ubuntu.png differ
diff --git a/i2p2www/static/images/download/freebsd-tux.png b/i2p2www/static/images/download/freebsd-tux.png
new file mode 100644
index 00000000..c36d0750
Binary files /dev/null and b/i2p2www/static/images/download/freebsd-tux.png differ
diff --git a/i2p2www/static/images/download/mac-osx.png b/i2p2www/static/images/download/mac-osx.png
new file mode 100644
index 00000000..677c324e
Binary files /dev/null and b/i2p2www/static/images/download/mac-osx.png differ
diff --git a/i2p2www/static/images/download/windows.png b/i2p2www/static/images/download/windows.png
new file mode 100644
index 00000000..336b2219
Binary files /dev/null and b/i2p2www/static/images/download/windows.png differ
diff --git a/i2p2www/static/styles/duck/default.css b/i2p2www/static/styles/duck/default.css
index c80cedfa..052d7d4f 100644
--- a/i2p2www/static/styles/duck/default.css
+++ b/i2p2www/static/styles/duck/default.css
@@ -239,6 +239,10 @@ div#content .inner td.blue {
padding: 10px;
}
+.os {
+ text-align: center;
+}
+
.file {
margin: 5px;
padding: 5px;
diff --git a/i2p2www/static/styles/duck/desktop.css b/i2p2www/static/styles/duck/desktop.css
index ba721875..f9cbe4a0 100644
--- a/i2p2www/static/styles/duck/desktop.css
+++ b/i2p2www/static/styles/duck/desktop.css
@@ -281,15 +281,20 @@ div#content .main {
/* CSS for downloads list */
.package {
- border: 6px solid rgba(171, 204, 113, 0.7);
- border-radius: 5px;
- margin: 10px;
- padding: 10px;
+ overflow: hidden;
+}
+
+.os {
+ float: left;
+ width: 20%;
+}
+
+.details {
+ float: right;
+ width: 80%;
}
.file {
- margin: 5px;
- padding: 5px;
}
.sig {