Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling: Debian GNU/Linux, GPG, PowerPC, AMD64, HTTPS, Java #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions i2p2www/pages/downloads/debian.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>{{ _('Debian I2P Packages') }}</h1>
<ul>
<li>{% trans %}<a href="#ubuntu">Ubuntu</a> (Precise <em>12.04</em> and newer){% endtrans %}</li>
<li><a href="#ubuntu">Mint</a></li>
<li>{% trans %}<a href="#debian">Debian Linux</a> (Wheezy and newer){% endtrans %}</li>
<li>{% trans %}<a href="#debian">Debian GNU/Linux</a> (Wheezy and newer){% endtrans %}</li>
<li><a href="#debian">Knoppix</a></li>
</ul>

Expand All @@ -32,7 +32,7 @@ <h5>{{ _('Adding the PPA via the command line and installing I2P') }}</h5>
<code>&nbsp;&nbsp;&nbsp; sudo apt-add-repository ppa:i2p-maintainers/i2p</code><br />
{% trans -%}
This command will add the PPA to /etc/apt/sources.list.d and fetch the
gpg key that the repository has been signed with. The GPG key ensures
GPG key the repository has been signed with. The GPG key ensures
that the packages have not been tampered with since being built.
{%- endtrans %}
</li>
Expand Down Expand Up @@ -80,7 +80,7 @@ <h5>{{ _('Adding the PPA Using Synaptic') }}</h5>

<h2 id="debian">{{ _('Instructions for Debian') }}</h2>

<em>Currently supported architectures include amd64, i386, armel, armhf (for Raspbian), and powerpc.</em>
<em>Currently supported architectures include AMD64, i386, armel, armhf (for Raspbian), and PowerPC.</em>

<p>{% trans -%}
Note: The steps below should be performed with root access (i.e., switching
Expand Down Expand Up @@ -154,7 +154,7 @@ <h2 id="debian">{{ _('Instructions for Debian') }}</h2>

<p>
{% trans -%}
Note: If the https address does not work, either:
Note: If the HTTPS address does not work, either:
{%- endtrans %}
<ol><li><code>sudo apt-get install apt-transport-https</code></li>
<li>
Expand All @@ -180,7 +180,7 @@ <h2 id="Post-install_work">{{ _('Post-install work') }}</h2>
</li>
<li>
{% trans -%}
&quot;on demand&quot; without the <a href="http://wrapper.tanukisoftware.com/">java service wrapper</a>
&quot;on demand&quot; without the <a href="http://wrapper.tanukisoftware.com/">Java service wrapper</a>
(needed on non-Linux/non-x86 systems) by running "<code>i2prouter-nowrapper</code>".
(Note: Do <strong><u>not</u></strong>
use sudo or run it as root!)
Expand Down