[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] add the design, spec, and slides to the documentation page ...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] add the design, spec, and slides to the documentation page ...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Sat, 1 Jan 2005 22:27:07 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 01 Jan 2005 22:27:33 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website
Modified Files:
documentation.html
Log Message:
add the design, spec, and slides to the documentation page as well
Index: documentation.html
===================================================================
RCS file: /home2/or/cvsroot/website/documentation.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- documentation.html 31 Dec 2004 17:08:26 -0000 1.13
+++ documentation.html 2 Jan 2005 03:27:04 -0000 1.14
@@ -54,6 +54,30 @@
<li><a href="cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a></li>
</ul>
+<p>The <b>design document</b> (published at Usenix
+Security 2004) gives our justifications and security analysis for the
+Tor design:</p>
+<ul>
+<li><a href="cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
+<li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
+</ul>
+
+<p>The <b>specification</b> aims to give
+developers enough information to build a compatible version of Tor:</p>
+<ul>
+<li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
+<li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
+<li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
+</ul>
+
+<p>Look at the <a href="slides-codecon04/">slides from the Codecon
+2004 talk</a>, or <a href="CodeCon_2004-02-21_2.mp3">listen
+to the audio from the talk</a>. You can also peruse the <a
+href="http://freehaven.net/~arma/slides-blackhat04.pdf">Black
+Hat 2004 slides</a> or <a
+href="http://freehaven.net/~arma/slides-defcon04.pdf">Defcon 2004
+slides</a>.</p>
+
<p>
<a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Guide
to Tor-ifying various applications</a>