Author: phobos Date: 2013-01-09 21:08:37 +0000 (Wed, 09 Jan 2013) New Revision: 25996
Modified: website/trunk/press/en/press.wml Log: fix the missing " causing the comments to be rendered. remove the quick links that no one clicks on.
Modified: website/trunk/press/en/press.wml =================================================================== --- website/trunk/press/en/press.wml 2013-01-09 16:57:46 UTC (rev 25995) +++ website/trunk/press/en/press.wml 2013-01-09 21:08:37 UTC (rev 25996) @@ -12,16 +12,6 @@ <!-- PUT CONTENT AFTER THIS TAG --> <h1>Tor Press and Media Information</h1>
-<div class="nb"> -<h2>Quick links to better understand Tor</h2> -<ol> -<li>How is Tor <a href="<page docs/faq>#Torisdifferent">different than other proxy solutions</a>?</li> -<li><a href="../press/presskit/General-Online-Anonymity-with-Tor.pdf">Why Online Privacy and Anonymity</a>?</li> -<li><a href="../press/presskit/General-Background-on-Tor-Project-Inc.pdf">Who is the Tor Project, Inc.</a>?</li> -<li><a href="<blog>circumvention-and-anonymity">Why anonymity matters for circumvention</a>.</li> -</ol> -</div> - <h2>Media Appearances</h2> <p>Major news organizations including the New York Times, Forbes, Al Jazeera, Washington Post, Le Monde, NPR, BBC, and more have sought out @@ -53,12 +43,10 @@ <td><a href="http://www.foreignpolicy.com/articles/2012/11/26/the_fp_100_global_thinkers?page=0,48#thinker78">The FP Top 100 Global Thinkers</a>. Number 78: Roger, Nick, and Paul from Tor.</td> </tr> -<tr style="background-color: #e5e5e5;> +<tr style="background-color: #e5e5e5;"> <td>2012 Nov 18</td> <td>WOUB</td> -<td><a -href="http://woub.org/2012/11/18/future-cyber-security%22%3EConversations -from Studio B: The Future of Cybersecurity</a></td> +<td><a href="http://woub.org/2012/11/18/future-cyber-security">Conversations from Studio B: The Future of Cybersecurity</a></td> </tr> <tr> <td>2012 Oct</td> @@ -1570,8 +1558,8 @@
</table> </div> - <!-- END MAINCOL --> - <div id = "sidecol"> +<!-- END MAINCOL --> +<div id = "sidecol"> #include "side.wmi" #include "info.wmi" </div>
tor-commits@lists.torproject.org