[or-cvs] r18994: {website} Initial page content for impending torvm 0.0.1 release. (in website/trunk/torvm/en: . img)

coderman at seul.org coderman at seul.org
Sat Mar 14 15:49:46 UTC 2009


Author: coderman
Date: 2009-03-14 11:49:46 -0400 (Sat, 14 Mar 2009)
New Revision: 18994

Added:
   website/trunk/torvm/en/dist/
   website/trunk/torvm/en/img/
   website/trunk/torvm/en/img/uc01.png
   website/trunk/torvm/en/img/uc02.png
   website/trunk/torvm/en/img/uc03.png
   website/trunk/torvm/en/img/uc04.png
   website/trunk/torvm/en/img/uc05.png
   website/trunk/torvm/en/img/uc06.png
   website/trunk/torvm/en/img/uc07.png
   website/trunk/torvm/en/img/uc09.png
Modified:
   website/trunk/torvm/en/index.wml
Log:
Initial page content for impending torvm 0.0.1 release.

Added: website/trunk/torvm/en/img/uc01.png
===================================================================
(Binary files differ)


Property changes on: website/trunk/torvm/en/img/uc01.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: website/trunk/torvm/en/img/uc02.png
===================================================================
(Binary files differ)


Property changes on: website/trunk/torvm/en/img/uc02.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: website/trunk/torvm/en/img/uc03.png
===================================================================
(Binary files differ)


Property changes on: website/trunk/torvm/en/img/uc03.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: website/trunk/torvm/en/img/uc04.png
===================================================================
(Binary files differ)


Property changes on: website/trunk/torvm/en/img/uc04.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: website/trunk/torvm/en/img/uc05.png
===================================================================
(Binary files differ)


Property changes on: website/trunk/torvm/en/img/uc05.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: website/trunk/torvm/en/img/uc06.png
===================================================================
(Binary files differ)


Property changes on: website/trunk/torvm/en/img/uc06.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: website/trunk/torvm/en/img/uc07.png
===================================================================
(Binary files differ)


Property changes on: website/trunk/torvm/en/img/uc07.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Added: website/trunk/torvm/en/img/uc09.png
===================================================================
(Binary files differ)


Property changes on: website/trunk/torvm/en/img/uc09.png
___________________________________________________________________
Added: svn:mime-type
   + image/png

Modified: website/trunk/torvm/en/index.wml
===================================================================
--- website/trunk/torvm/en/index.wml	2009-03-14 15:48:40 UTC (rev 18993)
+++ website/trunk/torvm/en/index.wml	2009-03-14 15:49:46 UTC (rev 18994)
@@ -10,13 +10,125 @@
 <h2>Tor VM</h2>
 <hr>
 
-<p>
-This is the placeholder for the Tor
-VM page. For now, you can read more at the <a
-href="https://svn.torproject.org/svn/torvm/trunk/doc/design.html">design
-document</a>.
+<h3>What Is It?</h3>
+<p>Tor VM is a transparent Tor proxy for Windows that uses Qemu full
+virtualization technology for more resilient Tor clients and relays.
 </p>
+<p><strong>The initial 0.0.1 release is an unstable test build!</strong>
+See the 
+<a href="http://bugs.noreply.org/flyspray/index.php?tasks=all&project=4&cat=19">
+bug tracking database for known issues</a>. Remember to backup anything
+important before using this software on your system.</p>
 
+<a id="Download"></a>
+<h3><a class="anchor" href="#Download">Download Tor VM Software</a></h3>
+
+<ul>
+
+<!-- XXX: need to replace harcoded version with var replace in include -->
+<li><a href="dist/TorVM-0.0.1-NetInstaller.exe">Tor VM Network Installer</a> 
+(<a href="dist/TorVM-0.0.1-NetInstaller.exe.asc" style="font-size: 90%;">sig</a>/
+<a href="dist/TorVM-0.0.1-NetInstaller.exe.sha1.txt" style="font-size: 90%;">sha1</a>)</li>
+
+<li><a href="dist/TorVM-0.0.1-Bundle.exe">Tor VM Bundle Installer</a> 
+(<a href="dist/TorVM-0.0.1-Bundle.exe.asc" style="font-size: 90%;">sig</a>/
+<a href="dist/TorVM-0.0.1-Bundle.exe.sha1.txt" style="font-size: 90%;">sha1</a>)</li>
+
+<li><a href="dist/Tor_VM.exe">Tor VM Stand-alone Self Extractor</a> 
+(<a href="dist/Tor_VM.exe.asc" style="font-size: 90%;">sig</a>/
+<a href="dist/Tor_VM.exe.sha1.txt" style="font-size: 90%;">sha1</a>)</li>
+
+</ul>
+
+<a id="Setup"></a>
+<h3><a class="anchor" href="#Setup">Configure Windows For Less Risk</a></h3>
+
+<p>Running Firefox with Torbutton as a reduced privilege user provides
+defense in depth against various risks Internet users face. These steps
+explain how to create a restricted account for user name "anon".</p>
+
+<p>Navigate to the control panel "User Accounts" option.</p>
+
+<p><img src="img/uc01.png" alt="Control panel view - Select User Accounts option" /></p>
+
+<p>Select "Create a new account".</p>
+
+<p><img src="img/uc02.png" alt="User Accounts Tool - Select Create a new account" /></p>
+
+<p>Provide a nickname for the anonymous limited user account.</p>
+
+<p><img src="img/uc03.png" alt="Provide a nickname for the restricted account" /></p>
+
+<p>Choose the "Limited" account type for the reduced privilege user feature.</p>
+
+<p><img src="img/uc04.png" alt="Choose the Limited account type" /></p>
+
+<p>Select "Create Account".</p>
+
+<p><img src="img/uc05.png" alt="Select Create Account" /></p>
+
+<p>The new user is added to the list of accounts on the local system. This is
+the account that Internet applications like Firefox will run as when using
+Tor VM to route traffic through the Tor network.
+</p>
+
+<p><img src="img/uc06.png" alt="New user is available for login session" /></p>
+
+<p>The Switch User feature is used to run critical Tor VM software as Admin
+while Firefox and other Internet applications run with restricted rights.</p>
+
+<p><img src="img/uc07.png" alt="Use switch user to log in as restricted user" /></p>
+
+<p>The new limited user desktop has its own configuration and environment.</p>
+
+<p><img src="img/uc09.png" alt="Both Tor VM admin and restricted user can be used concurrently" /></p>
+
+<p></p>
+
+<p><img src="img/" alt="" /></p>
+
+<a id="Install"></a>
+<h3><a class="anchor" href="#Install">Install Tor VM Bundle</a></h3>
+
+<p></p>
+
+<p><img src="img/" alt="" /></p>
+
+<a id="Run"></a>
+<h3><a class="anchor" href="#Run">Run Tor VM and Vidalia</a></h3>
+
+<p></p>
+
+<p><img src="img/" alt="" /></p>
+
+<a id="Debug"></a>
+<h3><a class="anchor" href="#Debug">Troubleshoot Problems and Report Bugs</a></h3>
+
+<p>The Tor VM category in the Tor flyspray bug tracker is used to manage
+defects and features. See the
+<a href="http://bugs.noreply.org/flyspray/index.php?tasks=all&project=4">
+Tor flyspray bug tracker</a> for known issues and pending changes.</p>
+
+<!-- localized installers and ?
+<a id="Advanced"></a>
+<h3><a class="anchor" href="#Advanced">Experimental Packages and Usage</a></h3>
+-->
+
+<a id="More"></a>
+<h3><a class="anchor" href="#More">Additional Resources</a></h3>
+
+<p>The latest design document for Tor VM is available in revision control:
+<a href="https://svn.torproject.org/svn/torvm/trunk/doc/design.html">
+https://svn.torproject.org/svn/torvm/trunk/doc/design.html</a>.
+</p>
+
+<p>Features and fixes planned for the Tor VM software are documented in the
+<a href="https://svn.torproject.org/svn/torvm/trunk/TODO">Tor VM TODO</a>.</p>
+
+<p><a href="https://data.peertech.org/torbld/info/Tor_VM-svn">Automated package
+builds are available</a> for verifying fixes in subversion and testing work in
+progress.</p>
+
 </div><!-- #main -->
 
 #include <foot.wmi>



More information about the tor-commits mailing list