Author: atagar Date: 2010-11-02 16:46:57 +0000 (Tue, 02 Nov 2010) New Revision: 23731
Added: website/trunk/images/screenshot_arm_page1.png website/trunk/projects/en/arm.wml Modified: website/trunk/projects/en/projects.wml Log: Adding arm project page. Added: website/trunk/images/screenshot_arm_page1.png =================================================================== (Binary files differ) Property changes on: website/trunk/images/screenshot_arm_page1.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: website/trunk/projects/en/arm.wml =================================================================== --- website/trunk/projects/en/arm.wml (rev 0) +++ website/trunk/projects/en/arm.wml 2010-11-02 16:46:57 UTC (rev 23731) @@ -0,0 +1,66 @@ +## translation metadata +# Revision: $Revision: 23704 $ +# Translation-Priority: 4-optional + +#include "head.wmi" TITLE="Tor Project: Arm" 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 » </a> + <a href="<page projects/arm>">Arm » </a> + </div> + <div id="maincol"> + <!-- PUT CONTENT AFTER THIS TAG --> + + <h2>ARM (<a href="http://www.atagar.com/arm/">Project Page</a>)</h2> + <div class="underline"></div> + + <!-- BEGIN SIDEBAR --> + <div class="sidebar-left"> + <img src="$(IMGROOT)/screenshot_arm_page1.png" alt="Arm bandwidth graph and log"> + </div> + <!-- END SIDEBAR --> + + <p> + The anonymizing relay monitor (arm) is a CLI status monitor for Tor. This + functions much like top does for system usage, providing real time + statistics for: + </p> + + <ul> + <li>resource usage (bandwidth, cpu, and memory usage)</li> + <li>general relaying information (nickname, fingerprint, flags, or/dir/controlports)</li> + <li>event log with optional regex filtering and deduplication</li> + <li>connections correlated against tor's consensus data (ip, connection types, relay details, etc)</li> + <li>torrc configuration file with syntax highlighting and validation</li> + </ul> + + <p> + Most of arm's attributes are configurable through an optional armrc + configuration file. It runs on any platform supported by curses including + Linux, Mac OS X, and other Unix-like variants. For screenshots, change + logs, and repositories please see its <a + href="http://www.atagar.com/arm/">project page</a>. + </p> + + <h1><a href="http://www.atagar.com/arm/download.php">Download</a></h1> + <br /> + + <a id="Support"></a> + <h3><a class="anchor" href="#Support">Support & Development</a></h3> + + <p> + Please open a <a + href="https://trac.torproject.org/projects/tor/report/28">ticket</a> on our bug + tracker for any bugs you find or features you would like to see added in future releases. + </p> + </div> + <!-- END MAINCOL --> + <div id = "sidecol"> +#include "side.wmi" +#include "info.wmi" + </div> + <!-- END SIDECOL --> +</div> +<!-- END CONTENT --> +#include <foot.wmi> Modified: website/trunk/projects/en/projects.wml =================================================================== --- website/trunk/projects/en/projects.wml 2010-11-02 14:45:54 UTC (rev 23730) +++ website/trunk/projects/en/projects.wml 2010-11-02 16:46:57 UTC (rev 23731) @@ -31,17 +31,29 @@ <table class="topforty"> <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> - <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> <!-- fill this in someday --> # <td class="beige"> # <div class="name">Project Name</div>
