[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] HTMLize <tt>-tags
Update of /home/or/cvsroot/website
In directory moria:/tmp/cvs-serv17930
Modified Files:
download.html
Log Message:
HTMLize <tt>-tags
Index: download.html
===================================================================
RCS file: /home/or/cvsroot/website/download.html,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- download.html 22 Aug 2005 20:49:46 -0000 1.146
+++ download.html 25 Aug 2005 07:16:01 -0000 1.147
@@ -15,7 +15,7 @@
<!-- TITLE BAR & NAVIGATION -->
<div class="center">
-<table class="banner" border="0" cellpadding="0" cellspacing="0">
+<table class="banner" cellpadding="0" cellspacing="0">
<tr>
<td class="banner-left"></td>
<td class="banner-middle">
@@ -31,9 +31,11 @@
| <a href="people.html">People</a>
</td>
<td class="banner-right">
- <a href="/"><img src="/images/en.png" border="0" alt="English"></a>
- <a href="/index.it.html"><img src="/images/it.png" border="0" alt="Italiano"></a>
- <a href="/index.de.html"><img src="/images/de.png" border="0" alt="Deutsch"></a>
+ <a href="/"><img src="/images/en.png" alt="English" /></a>
+ <a href="/index.it.html"><img src="/images/it.png"
+ alt="Italiano /"></a>
+ <a href="/index.de.html"><img src="/images/de.png"
+ alt="Deutsch" /></a>
</td>
</tr>
</table>
@@ -59,13 +61,13 @@
mailing list</a>: (you will need to confirm via email)
</p>
-<FORM ACTION="http://freehaven.net/cgi-bin/majordomo.cgi">
-<INPUT TYPE=HIDDEN NAME=mlist VALUE="or-announce">
-<INPUT TYPE=HIDDEN NAME=subscribe VALUE="1">
-<INPUT TYPE=HIDDEN NAME=host VALUE="freehaven.net">
-<INPUT NAME="email" SIZE="15">
-<INPUT TYPE=SUBMIT VALUE="Subscribe">
-</FORM>
+<form action="http://freehaven.net/cgi-bin/majordomo.cgi">
+<input type="hidden" name="mlist" value="or-announce">
+<input type="hidden" name="subscribe" value="1">
+<input type="hidden" name="host" value="freehaven.net">
+<input name="email" size="15">
+<input type="submit" value="subscribe">
+</form>
<p>Tor should run on Linux, BSD, OS X, Windows, Solaris, and more.</p>
<ul>
@@ -83,7 +85,7 @@
href="dist/osx/Tor 0.1.1.6-alpha Bundle.dmg.asc">sig</a>).
Be sure to read the <a
href="/cvs/tor/doc/tor-doc-osx.html">OS X Tor instructions</a>.</li>
-<li><b>Debian packages</b>: <tt>apt-get install tor</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">guide for Sarge and experimental Tor versions</a>)
+<li><b>Debian packages</b>: <kbd>apt-get install tor</kbd> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">guide for Sarge and experimental Tor versions</a>)
</li>
<li><b>Red Hat Linux</b> package:
<a href="dist/rpm/tor-0.1.0.14-tor.0.fc1.i386.rpm">0.1.0.14 RPM</a> (<a
@@ -95,13 +97,12 @@
<a href="dist/rpm/tor-0.1.1.6.alpha-tor.0.fc1.src.rpm">0.1.1.6-alpha SRPM</a> (<a
href="dist/rpm/tor-0.1.1.6.alpha-tor.0.fc1.src.rpm.asc">sig</a>)
</li>
-<li><b>Gentoo</b>: <tt>emerge tor</tt> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guide</a>)
-</li>
-<li><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt>
+<li><b>Gentoo</b>: <kbd>emerge tor</kbd> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guide</a>)</li>
+<li><b>FreeBSD</b>: <kbd>portinstall -s security/tor</kbd>
</li>
-<li><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor && make && make install</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guide to chrooting</a>)
+<li><b>OpenBSD</b>: <kbd>cd /usr/ports/net/tor && make && make install</kbd> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guide to chrooting</a>)
</li>
-<li><b>NetBSD</b>: <tt>cd /usr/pkgsrc/net/tor && make install</tt>
+<li><b>NetBSD</b>: <kbd>cd /usr/pkgsrc/net/tor && make install</kbd>
</li>
<li>Latest source tarballs: <a href="dist/tor-0.1.0.14.tar.gz">0.1.0.14</a>
(<a href="dist/tor-0.1.0.14.tar.gz.asc">sig</a>),