forked from I2P_Developers/i2p.www
switch from <a name> to <a id>. I didn't realize <a name> was dropped in xhtml 1.1
This commit is contained in:
@ -20,7 +20,7 @@ The I2P packages <span style="font-style: italic;">may</span> work on systems no
|
||||
<li>Option 2: <a href="debian#debian">Debian</a> (including systems based on Debian and older versions of Ubuntu)</li>
|
||||
<li>Option 3: <a href="debian#nonlinux">Non-Linux</a> (and possibly Non-x86 architectures)</li>
|
||||
</ul>
|
||||
<h2>Instructions for <a name="ubuntu"></a>Ubuntu Lucid Lynx (and newer) and derivatives like Linux Mint & Trisquel</h2>
|
||||
<h2>Instructions for <a id="ubuntu"></a>Ubuntu Lucid Lynx (and newer) and derivatives like Linux Mint & Trisquel</h2>
|
||||
<h5>Adding the PPA via the command line and installing I2P</h5>
|
||||
<ol>
|
||||
<li>Open a terminal and enter: <br />
|
||||
@ -47,7 +47,7 @@ was added with the earlier command.</li>
|
||||
After the installation process completes you can move on to the next
|
||||
part of <a href="debian#Post-install_work">starting I2P</a> and configuring it for your system.
|
||||
|
||||
<h2>Instructions for <a name="debian"></a>Debian Lenny and newer</h2>
|
||||
<h2>Instructions for <a id="debian"></a>Debian Lenny and newer</h2>
|
||||
The steps below should be performed with root access (i.e., switching
|
||||
user to root with "su" or by prefixing each command with "sudo").
|
||||
<ol>
|
||||
@ -68,7 +68,7 @@ repository enabled on your system, including the I2P PPA added in step
|
||||
<code> apt-get install i2p</code></li>
|
||||
</ol>
|
||||
After the installation process completes you can move on to the next part of <a href="#Post-install_work">starting I2P</a> and configuring it for your system.
|
||||
<h2>Instructions for <a name="nonlinux"></a>Non-Linux / Non-x86</h2>
|
||||
<h2>Instructions for <a id="nonlinux"></a>Non-Linux / Non-x86</h2>
|
||||
The steps below should be performed with root access (i.e., switching
|
||||
user to root with "<code>su</code>" or by prefixing each command with "<code>sudo</code>").<br />
|
||||
<ol>
|
||||
@ -79,7 +79,7 @@ You are now ready to install I2P! <br />
|
||||
<li>It is recommended to compile <a href="/jbigi">jbigi</a> for your system to acheive better performance. Instructions are available <a href="/jbigi">here</a>.</li>
|
||||
</ol>
|
||||
After the installation process completes you can move on to the next part of <a href="debian#Post-install_work">starting I2P</a> and configuring it for your system.
|
||||
<h2><a name="Post-install_work"></a>Post-install work</h2>
|
||||
<h2><a id="Post-install_work"></a>Post-install work</h2>
|
||||
Using these I2P packages the I2P router can be started in the following
|
||||
three ways:
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user