[or-cvs] break part of developers.html into users.html

Roger Dingledine arma at seul.org
Sun Jan 2 05:50:23 UTC 2005


Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website

Modified Files:
	contribute.html developers.html documentation.html 
	download.html faq.html howitworks.html index.html 
	overview.html people.html research.html 
Added Files:
	users.html 
Log Message:
break part of developers.html into users.html
link to our bugtracker
shorten 'Documentation' link to 'Docs' link


Index: contribute.html
===================================================================
RCS file: /home2/or/cvsroot/website/contribute.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- contribute.html	2 Jan 2005 03:34:07 -0000	1.22
+++ contribute.html	2 Jan 2005 05:50:15 -0000	1.23
@@ -25,7 +25,8 @@
       <a href="index.html">Home</a>  |
       <a href="howitworks.html">How It Works</a>  |
       <a href="download.html">Download</a>  |
-      <a href="documentation.html">Documentation</a>  |
+      <a href="documentation.html">Docs</a>  |
+      <a href="users.html">Users</a>  |
       <a href="faq.html">FAQ</a>  |
       <a class="current">Contribute</a>  |
       <a href="developers.html">Developers</a>  |

Index: developers.html
===================================================================
RCS file: /home2/or/cvsroot/website/developers.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- developers.html	2 Jan 2005 03:34:07 -0000	1.19
+++ developers.html	2 Jan 2005 05:50:15 -0000	1.20
@@ -25,7 +25,8 @@
       <a href="index.html">Home</a>  |
       <a href="howitworks.html">How It Works</a>  |
       <a href="download.html">Download</a>  |
-      <a href="documentation.html">Documentation</a>  |
+      <a href="documentation.html">Docs</a>  |
+      <a href="users.html">Users</a>  |
       <a href="faq.html">FAQ</a>  |
       <a href="contribute.html">Contribute</a>  |
       <a class="current">Developers</a>  |
@@ -42,20 +43,6 @@
 <h2>Tor: Developers</h2>
 <hr />
 
-<p>We have an IRC discussion channel for users and operators. Go to #tor
-on irc.oftc.net.</p>
-
-<p>Read the <a href="cvs/tor/doc/HACKING">Guide to Tor's source code</a> for an
-overview of the various files and components of the system.</p>
-
-<p>Check out <a
-href="http://www.noreply.org/tor-running-routers/">weasel's graph of
-the number of tor servers over time</a>. To learn more details of the
-current Tor nodes, <a href="http://moria.seul.org:9031/">fetch the
-latest dynamically generated directory</a>. (Your tor client fetches
-this automatically, so loading it yourself is just for novelty.)
-</p>
-
 <p>Browse the Tor <b>CVS repository</b>: (which may not
 necessarily work or even compile)</p>
 <ul>
@@ -73,32 +60,19 @@
 </li>
 </ul>
 
-<p>The <a href="http://archives.seul.org/or/dev/">or-dev mailing
-list</a> is for posting by developers only and is where we send
-notifications of prereleases and release candidates. The <a
-href="http://archives.seul.org/or/talk/">or-talk mailing list</a>
-is where a lot of the discussion happens. There's also a list for <a
-href="http://archives.seul.org/or/cvs/">cvs commits</a>.</p>
-
 <p>
-<a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>.
-</p>
-
-<p>The <a href="http://anon.inf.tu-dresden.de/index_en.html">Java Anon
-Proxy (JAP)</a> project has implemented the Tor client protocol in their
-client. More on that coming soon.
+Read the <a href="cvs/tor/doc/HACKING">Guide to Tor's source code</a> for an
+overview of the various files and components of the system.
 </p>
 
 <p>
-<a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
-of some hidden services and other things. You need Tor and Privoxy to
-access it.
+<a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>.
 </p>
 
 <p>
-See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor
-wiki</a> for our FAQ, list of tasks for volunteers, further documentation,
-etc.
+The <a href="http://anon.inf.tu-dresden.de/index_en.html">Java Anon
+Proxy (JAP)</a> project has implemented the Tor client protocol in their
+client. More on that coming soon.
 </p>
 
   </div><!-- #main -->

Index: documentation.html
===================================================================
RCS file: /home2/or/cvsroot/website/documentation.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- documentation.html	2 Jan 2005 03:34:07 -0000	1.15
+++ documentation.html	2 Jan 2005 05:50:15 -0000	1.16
@@ -25,7 +25,8 @@
       <a href="index.html">Home</a>  |
       <a href="howitworks.html">How It Works</a>  |
       <a href="download.html">Download</a>  |
-      <a class="current">Documentation</a>  |
+      <a class="current">Docs</a>  |
+      <a href="users.html">Users</a>  |
       <a href="faq.html">FAQ</a>  |
       <a href="contribute.html">Contribute</a>  |
       <a href="developers.html">Developers</a>  |

Index: download.html
===================================================================
RCS file: /home2/or/cvsroot/website/download.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- download.html	2 Jan 2005 03:34:07 -0000	1.50
+++ download.html	2 Jan 2005 05:50:15 -0000	1.51
@@ -25,7 +25,8 @@
       <a href="index.html">Home</a>  |
       <a href="howitworks.html">How It Works</a>  |
       <a class="current">Download</a>  |
-      <a href="documentation.html">Documentation</a>  |
+      <a href="documentation.html">Docs</a>  |
+      <a href="users.html">Users</a>  |
       <a href="faq.html">FAQ</a>  |
       <a href="contribute.html">Contribute</a>  |
       <a href="developers.html">Developers</a>  |

Index: faq.html
===================================================================
RCS file: /home2/or/cvsroot/website/faq.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- faq.html	2 Jan 2005 03:34:07 -0000	1.1
+++ faq.html	2 Jan 2005 05:50:15 -0000	1.2
@@ -25,7 +25,8 @@
       <a href="index.html">Home</a>  |
       <a href="howitworks.html">How It Works</a>  |
       <a href="download.html">Download</a>  |
-      <a href="documentation.html">Documentation</a>  |
+      <a href="documentation.html">Docs</a>  |
+      <a href="users.html">Users</a>  |
       <a class="current">FAQ</a>  |
       <a href="contribute.html">Contribute</a>  |
       <a href="developers.html">Developers</a>  |

Index: howitworks.html
===================================================================
RCS file: /home2/or/cvsroot/website/howitworks.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- howitworks.html	2 Jan 2005 03:34:07 -0000	1.16
+++ howitworks.html	2 Jan 2005 05:50:15 -0000	1.17
@@ -25,7 +25,8 @@
       <a href="index.html">Home</a>  |
       <a class="current">How It Works</a>  |
       <a href="download.html">Download</a>  |
-      <a href="documentation.html">Documentation</a>  |
+      <a href="documentation.html">Docs</a>  |
+      <a href="users.html">Users</a>  |
       <a href="faq.html">FAQ</a>  |
       <a href="contribute.html">Contribute</a>  |
       <a href="developers.html">Developers</a>  |

Index: index.html
===================================================================
RCS file: /home2/or/cvsroot/website/index.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- index.html	2 Jan 2005 03:34:07 -0000	1.44
+++ index.html	2 Jan 2005 05:50:15 -0000	1.45
@@ -26,7 +26,8 @@
       <a class="current">Home</a>  |
       <a href="howitworks.html">How It Works</a>  |
       <a href="download.html">Download</a>  |
-      <a href="documentation.html">Documentation</a>  |
+      <a href="documentation.html">Docs</a>  |
+      <a href="users.html">Users</a>  |
       <a href="faq.html">FAQ</a>  |
       <a href="contribute.html">Contribute</a>  |
       <a href="developers.html">Developers</a>  |

Index: overview.html
===================================================================
RCS file: /home2/or/cvsroot/website/overview.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- overview.html	2 Jan 2005 03:34:07 -0000	1.26
+++ overview.html	2 Jan 2005 05:50:15 -0000	1.27
@@ -25,7 +25,8 @@
       <a href="index.html">Home</a>  |
       <a href="howitworks.html">How It Works</a>  |
       <a href="download.html">Download</a>  |
-      <a href="documentation.html">Documentation</a>  |
+      <a href="documentation.html">Docs</a>  |
+      <a href="users.html">Users</a>  |
       <a href="faq.html">FAQ</a>  |
       <a href="contribute.html">Contribute</a>  |
       <a href="developers.html">Developers</a>  |

Index: people.html
===================================================================
RCS file: /home2/or/cvsroot/website/people.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- people.html	2 Jan 2005 03:34:07 -0000	1.14
+++ people.html	2 Jan 2005 05:50:15 -0000	1.15
@@ -25,7 +25,8 @@
       <a href="index.html">Home</a>  |
       <a href="howitworks.html">How It Works</a>  |
       <a href="download.html">Download</a>  |
-      <a href="documentation.html">Documentation</a>  |
+      <a href="documentation.html">Docs</a>  |
+      <a href="users.html">Users</a>  |
       <a href="faq.html">FAQ</a>  |
       <a href="contribute.html">Contribute</a>  |
       <a href="developers.html">Developers</a>  |

Index: research.html
===================================================================
RCS file: /home2/or/cvsroot/website/research.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- research.html	2 Jan 2005 03:34:07 -0000	1.10
+++ research.html	2 Jan 2005 05:50:15 -0000	1.11
@@ -24,7 +24,8 @@
       <a href="index.html">Home</a>  |
       <a href="howitworks.html">How It Works</a>  |
       <a href="download.html">Download</a>  |
-      <a href="documentation.html">Documentation</a>  |
+      <a href="documentation.html">Docs</a>  |
+      <a href="users.html">Users</a>  |
       <a href="faq.html">FAQ</a>  |
       <a href="contribute.html">Contribute</a>  |
       <a href="developers.html">Developers</a>  |

--- NEW FILE: users.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
  <title>Tor: Users</title>
  <meta name="Author" content="Roger Dingledine" />
  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
</head>

<body>
<div class="center">

<!-- TITLE BAR & NAVIGATION -->
<div class="banner">
<table class="table-banner" cellpadding="0" cellspacing="0">
<tr>
<td class="spacer">
<a href="http://tor.eff.org/"><img src="images/spacer.png"
width="110" height="79" alt="Tor logo" /></a>
</td>
<td class="links" valign="top">
      <a href="index.html">Home</a>  |
      <a href="howitworks.html">How It Works</a>  |
      <a href="download.html">Download</a>  |
      <a href="documentation.html">Docs</a>  |
      <a class="current">Users</a>  |
      <a href="faq.html">FAQ</a>  |
      <a href="contribute.html">Contribute</a>  |
      <a href="developers.html">Developers</a>  |
      <a href="research.html">Research</a>  |
      <a href="people.html">People</a>
</td>
</tr>
</table>
</div>
<!-- END TITLE BAR & NAVIGATION -->

<div class="main-column">

<h2>Tor: Users</h2>
<hr />

<p>We have an IRC discussion channel for users and operators. Go to #tor
on irc.oftc.net.</p>

<p>We have a <a
href="http://bugs.noreply.org/flyspray/index.php?tasks=all&amp;project=4">bugtracker</a>.
If you have a bug, especially a crash bug, read our <a
href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ#ReportBug">how
to report a Tor bug</a> FAQ entry first and then go to the bugtracker
and tell us as much information about it as you can. (If your bug is
with Privoxy, your browser, or some other application, please don't put
it in our bugtracker.)
</p>

<p>Check out <a
href="http://www.noreply.org/tor-running-routers/">weasel's graph of
the number of tor servers over time</a>. To learn more details of the
current Tor nodes, <a href="http://moria.seul.org:9031/">fetch the
latest dynamically generated directory</a>. (Your tor client fetches
this automatically, so loading it yourself is just for novelty.)
</p>

<p>The <a href="http://archives.seul.org/or/dev/">or-dev mailing
list</a> is for posting by developers only and is where we send
notifications of prereleases and release candidates. The <a
href="http://archives.seul.org/or/talk/">or-talk mailing list</a>
is where a lot of the discussion happens. There's also a list for <a
href="http://archives.seul.org/or/cvs/">cvs commits</a>.</p>

<p>
<a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
of some hidden services and other things. You need Tor and Privoxy to
access it.
</p>

<p>
See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor
wiki</a> for other user-contributed documentation, etc.
</p>

  </div><!-- #main -->
</div>
  <div class="bottom" id="bottom">
     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
     $Id: users.html,v 1.1 2005/01/02 05:50:15 arma Exp $
  </div>
</body>
</html>



More information about the tor-commits mailing list