Author: phobos Date: 2010-11-05 04:00:09 +0000 (Fri, 05 Nov 2010) New Revision: 23753
Modified: website/trunk/projects/en/projects.wml Log: fix the torbel learn more link, get rid of the stupid indenting. Modified: website/trunk/projects/en/projects.wml =================================================================== --- website/trunk/projects/en/projects.wml 2010-11-05 03:56:39 UTC (rev 23752) +++ website/trunk/projects/en/projects.wml 2010-11-05 04:00:09 UTC (rev 23753) @@ -4,67 +4,68 @@ #include "head.wmi" TITLE="Tor Project: Projects Overview" CHARSET="UTF-8" ANNOUNCE_RSS="yes" <div id="content" class="clearfix"> - <div id="breadcrumbs"> - <a href="<page index>">Home » </a> - <a href="<page projects/projects>">Projects Overview</a> - </div> - <div id="maincol"> - <h1>Software & Services</h1> - <p>The Tor Project maintains a growing set of software and services +<div id="breadcrumbs"> +<a href="<page index>">Home » </a> +<a href="<page projects/projects>">Projects Overview</a> +</div> +<div id="maincol"> +<h1>Software & Services</h1> +<p>The Tor Project maintains a growing set of software and services in order to make your experience safer, better, and more anonymous.</p> - <table class="topforty"> - <tr> - <td> - <div class="name">Torbutton</div> - <p>Torbutton is a 1-click way for Firefox users to enable or disable - Tor in Firefox. To keep you safe, Torbutton disables many types - of active content. <a href="<page torbutton/index>">Learn more - »</a></p> - </td> - <td> - <div class="name">Tor Browser Bundle</div> - <p>The Tor Browser Bundle contains everything you need to safely - browse the Internet. This package requires no installation. Just - extract it and run. <a href="<page projects/torbrowser>">Learn - more »</a></p> - </td> - </tr> - <tr> - <td> - <div class="name">Vidalia</div> - <p>Vidalia is a graphical Tor controller. It allows you to -see where your connections are in the world and configure Tor without -getting into configuration files and code. <a href="<page projects/vidalia>">Learn more »</a></p> - </td> - <td> - <div class="name">Arm</div> - <p>Arm is a terminal status monitor for Tor, intended for - command-line aficionados and ssh connections. This functions much - like top does for system usage, providing real time information on - Tor's resource utilization and state. <a href="<page projects/arm>">Learn - more »</a></p> - </td> - </tr> - <tr> - <td> - <div class="name">TorBEL</div> - <p>The Tor Bulk Exitlist is a service others can query to -determine if an IP is a tor exit node or not, and if so, on which tcp -ports it allows traffic. Read more about the <a href="<wiki>projects/TorBulkExitlist">Tor Bulk Exit List</a></p> - </td> -<!-- fill this in someday --> -# <td class="beige"> -# <div class="name">Project Name</div> -# <div class="caps">By Author</div> -# <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer semper justo mattis. <a href="#">Learn more »</a></p> +<table class="topforty"> +<tr> +<td> +<div class="name">Torbutton</div> +<p>Torbutton is a 1-click way for Firefox users to enable or disable +Tor in Firefox. To keep you safe, Torbutton disables many types +of active content. <a href="<page torbutton/index>">Learn more +»</a></p> +</td> +<td> +<div class="name">Tor Browser Bundle</div> +<p>The Tor Browser Bundle contains everything you need to safely +browse the Internet. This package requires no installation. Just +extract it and run. <a href="<page projects/torbrowser>">Learn +more »</a></p> +</td> +</tr> +<tr> +<td> +<div class="name">Vidalia</div> +<p>Vidalia is a graphical Tor controller. It allows you to +see where your connections are in the world and configure +Tor without getting into configuration files and code. +<a href="<page projects/vidalia>">Learn more »</a></p> +</td> +<td> +<div class="name">Arm</div> +<p>Arm is a terminal status monitor for Tor, intended for +command-line aficionados and ssh connections. This functions much +like top does for system usage, providing real time information on +Tor's resource utilization and state. <a href="<page projects/arm>">Learn +more »</a></p> +</td> +</tr> +<tr> +<td> +<div class="name">TorBEL</div> +<p>The Tor Bulk Exitlist is a service others can +query to determine if an IP is a tor exit node or not, +and if so, on which tcp ports it allows traffic. <a +href="<wiki>projects/TorBulkExitlist">Learn more »</a></p> +</td> +#<td class="beige"> +#<div class="name">Project Name</div> +#<div class="caps">By Author</div> +#<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer semper justo mattis. <a href="#">Learn more »</a></p> +#</td> +#</tr> +#<tr> +#<td> +#<div class="name">Project Name</div> +#<div class="caps">By Author</div> +#<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer semper justo mattis. <a href="#">Learn more »</a></p> # </td> -# </tr> -# <tr> -# <td> -# <div class="name">Project Name</div> -# <div class="caps">By Author</div> -# <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer semper justo mattis. <a href="#">Learn more »</a></p> -# </td> # <td class="beige"> # <div class="name">Project Name</div> # <div class="caps">By Author</div> @@ -77,8 +78,7 @@ # </td> # </tr> # <tr> -# <td class="beige"> -# <div class="name">Project Name</div> +# <td class="beige"> # <div class="name">Project Name</div> # <div class="caps">By Author</div> # <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer semper justo mattis. <a href="#">Learn more »</a></p> # </td> @@ -109,16 +109,16 @@ # <div class="caps">By Author</div> # <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer semper justo mattis. <a href="#">Learn more »</a></p> # </td> - </tr> - </table> - <!-- END TABLE --> - </div> - <!-- END MAINCOL --> - <div id = "sidecol"> +</tr> +</table> +<!-- END TABLE --> +</div> +<!-- END MAINCOL --> +<div id = "sidecol"> #include "side.wmi" #include "info.wmi" - </div> - <!-- END SIDECOL --> </div> +<!-- END SIDECOL --> +</div> <!-- END CONTENT --> #include <foot.wmi>
