Moved update options on downloads page into package <div>s

This commit is contained in:
str4d
2013-01-17 12:20:03 +00:00
parent 29f7f9721c
commit a7e6a0e559

View File

@@ -167,21 +167,34 @@ If you want to reach eepsites via your browser, have a look on the <a href="{{ s
<h3>Updates from earlier releases:</h3>
<p>
Both automatic and manual upgrades are available for the release.
</p><p>
</p>
<div class="package">
<h1>Automatic updates</h1>
<div class="details">
<p>
If you are running 0.7.5 or later, your router should detect the
new release. To upgrade simply click the 'Download Update' button on your router console
when it appears.
</p><p>
</p>
<div class="warning">
<p>
Due to a bug in release 0.7.6, those whose first I2P installation was that version
and have not upgraded manually
may get a "downloaded version is not greater than current version" error,
and should use the manual update method below.
</p><p>
</p>
</div>
<div class="warning">
<p>
If you are running 0.7.4 or earlier, please see
<a href="{{ url_for('blog_post', slug='2009/06/29/I2P_0.7.5_released') }}">the 0.7.5 release notes</a>
for important information about how to configure your router to automatically
receive the release.
</p><p>
</p>
</div>
<div class="warning">
<p>
If you are running 0.6.1.30 or earlier, please see
<a href="upgrade-0.6.1.30.html">instructions</a>
for important information about how to configure your router to automatically
@@ -195,13 +208,23 @@ receive the release.
link.</li>
<li>Alternately, you can use the manual method specified below.</li>
</ol>
</div>
</div>
</div>
<h3>Updates from earlier releases (manual method):</h3>
<ol>
<li>Download <a href="{{ url_for('downloads_select', file=ver('i2pupdate_%s.zip')) }}">i2pupdate_{{ ver() }}.zip</a>
(SHA256
<div class="package">
<h1>Manual updates</h1>
<div class="file">
<a href="{{ url_for('downloads_select', file=ver('i2pupdate_%s.zip')) }}">i2pupdate_{{ ver() }}.zip</a>
<div class="sig">
(SHA256
0f369d9b85793f157ec67c4d59723a2ad0c1de2a0902d35e11c26a2c74add824
<a href="{{ url_for('downloads_select', file=ver('i2pupdate_%s.zip.sig')) }}">sig</a>) to your I2P
<a href="{{ url_for('downloads_select', file=ver('i2pupdate_%s.zip.sig')) }}">sig</a>)
</div>
</div>
<div class="details">
<ol>
<li>Download that file to your I2P
installation directory and <b>rename as i2pupdate.zip</b>.
(alternately, you can get the source as above and run "ant updater", then copy the
resulting i2pupdate.zip to your I2P installation directory). You do
@@ -209,6 +232,8 @@ receive the release.
<li>Click <a href="http://localhost:7657/configservice.jsp">"Restart"</a></li>
<li>Grab a cup of coffee and come back in 11 minutes</li>
</ol>
</div>
</div>
The file is signed by zzz,
<a href="{{ site_url('volunteer/develop/release-signing-key') }}">whose key is here</a>.