and the details page too
Roger Dingledine

Roger Dingledine commited on 2008-02-28 01:37:21
Zeige 1 geänderte Dateien mit 48 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,48 @@
1
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2
+<html>
3
+<head>
4
+  <title>Tor Browser Bundle</title>
5
+  <meta name="Author" content="Steven J. Murdoch">
6
+  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
7
+  <link rel="stylesheet" type="text/css" href="./stylesheet.css">
8
+</head>
9
+<body>
10
+<div class="center">
11
+<table class="banner" border="0" cellpadding="0" cellspacing="0" summary="">
12
+    <tr>
13
+        <td class="banner-left"><a href="https://www.torproject.org/"><img src="top-left.png" alt="Click to go to home page" width="193" height="79"></a></td>
14
+        <td class="banner-middle">
15
+        &nbsp;
16
+        </td>
17
+        <td class="banner-right">
18
+	</td>
19
+    </tr>
20
+</table>
21
+<div class="main-column">
22
+<h2>Tor Browser Bundle: Details</h2>
23
+<hr>
24
+
25
+<h3 id="contents">Bundle contents</h3>
26
+
27
+<ul>
28
+<li>Vidalia (svn trunk revision 2346)</li>
29
+<li>Tor 0.2.0.19-alpha (with libevent-1.3e, zlib-1.2.3 and
30
+openssl-0.9.8g)</li>
31
+<li>FirefoxPortable 2.0.0.12 (includes Firefox 2.0.0.12 and Torbutton
32
+1.1.13-alpha)</li>
33
+<li>Polipo 1.0.4</li>
34
+</ul>
35
+
36
+<h3 id="build">Building the bundle</h3>
37
+
38
+<p>To re-build the bundle, download the <a href="dist/tor-browser-0.0.8-src.tar.gz">source distribution</a> (<a href="dist/tor-browser-0.0.8-src.tar.gz.asc">signature</a>). See <a href="https://tor-svn.freehaven.net/svn/torbrowser/trunk/README">README</a> for the directory layout and changelog</a>. Build instructions can be found in <a href="https://tor-svn.freehaven.net/svn/torbrowser/trunk/build-scripts/INSTALL">build-scripts/INSTALL</a>.</p>
39
+
40
+</div><!-- #main -->
41
+</div>
42
+
43
+<div class="bottom" id="bottom">
44
+   <p>"Tor" and the "Onion Logo" are <a href="https://www.torproject.org/trademark-faq.html.en">trademarks</a> of The Tor Project, Inc.
45
+   </p>
46
+</div>
47
+</body>
48
+</html>
0 49