Update the press page with a 3-step introduction to Tor.
Andrew Lewman

Andrew Lewman commited on 2009-06-18 05:02:00
Zeige 1 geänderte Dateien mit 12 Einfügungen und 7 Löschungen.

... ...
@@ -8,8 +8,8 @@
8 8
 
9 9
 <!-- PUT CONTENT AFTER THIS TAG -->
10 10
 
11
-<h2>Tor Press Page</h2>
12
-<hr>
11
+<h2>Tor Press and Media Information</h2>
12
+<div class="underline"></div>
13 13
 
14 14
 <!-- BEGIN SIDEBAR -->
15 15
 <div class="sidebar">
... ...
@@ -19,19 +19,24 @@ Andrew Lewman
19 19
 execdir@torproject.org
20 20
 +1-781-424-9877
21 21
 </address>
22
-<hr />
23
-<h3>Press Kit</h3>
24
-<a href="/press/presskit/2009-General-Background-on-Tor-Project-Inc.pdf">Who is Tor?</a><br />
25
-<a href="/press/presskit/2009-General-Online-Anonymity-with-Tor.pdf">Why Online Anonymity?</a>
26 22
 </div>
27 23
 <!-- END SIDEBAR -->
28 24
 
25
+<h3>Press Releases</h3>
29 26
 <ul>
30 27
 <li>12 March 2009.  Tor launches a <a href="<page press/2009-03-12-performance-roadmap-press-release>">performance roadmap</a> and campaign.</li>
31 28
 <li>19 December 2008.  Tor announces 3-year <a href="<page
32 29
 press/2008-12-19-roadmap-press-release>">development roadmap</a>.</li>
33 30
 </ul>
34
-
31
+<br />
32
+<div class="nb">
33
+<h3>Three topics to understand about Tor</h3>
34
+<ol>
35
+<li>How is Tor <a href="<page faq>#Torisdifferent">different than other proxy solutions</a>?</li>
36
+<li><a href="/press/presskit/2009-General-Online-Anonymity-with-Tor.pdf">Why Online Privacy and Anonymity?</a></li>
37
+<li><a href="/press/presskit/2009-General-Background-on-Tor-Project-Inc.pdf">Who is the Tor Project, Inc?</a>
38
+</ol>
39
+</div>
35 40
 </div><!-- #main -->
36 41
 
37 42
 #include <foot.wmi>
38 43