aboutsummaryrefslogtreecommitdiff
path: root/doc/spec/proposals
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-26 18:47:18 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-26 18:47:18 +0000
commitda37100d1a350d9658ddc4139437c3b7f441cb8c (patch)
tree4ae5be945a8251bc6f71d43c7496a1b4f4e00d44 /doc/spec/proposals
parent7270601cefc83b0bfb56a57a94d2d508e473fe52 (diff)
downloadtor-da37100d1a350d9658ddc4139437c3b7f441cb8c.tar
tor-da37100d1a350d9658ddc4139437c3b7f441cb8c.tar.gz
r11535@catbus: nickm | 2007-01-26 13:47:14 -0500
Add an index to proposals, and apply a template to existing ones. svn:r9427
Diffstat (limited to 'doc/spec/proposals')
-rw-r--r--doc/spec/proposals/000-index.txt18
-rw-r--r--doc/spec/proposals/098-todo.txt8
-rw-r--r--doc/spec/proposals/099-misc.txt9
-rw-r--r--doc/spec/proposals/100-tor-spec-udp.txt11
-rw-r--r--doc/spec/proposals/101-dir-voting.txt9
-rw-r--r--doc/spec/proposals/102-drop-opt.txt7
-rw-r--r--doc/spec/proposals/103-multilevel-keys.txt9
-rw-r--r--doc/spec/proposals/104-short-descriptors.txt9
-rw-r--r--doc/spec/proposals/105-handshake-revision.txt8
9 files changed, 69 insertions, 19 deletions
diff --git a/doc/spec/proposals/000-index.txt b/doc/spec/proposals/000-index.txt
new file mode 100644
index 000000000..c5deb7135
--- /dev/null
+++ b/doc/spec/proposals/000-index.txt
@@ -0,0 +1,18 @@
+Filename: 000-index.txt
+Title: Index of Tor Proposals
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson
+Created: 26-Jan-2007
+
+
+000 Index of Tor Proposals
+098 Proposals that should be written
+099 Miscellaneous proposals
+100 Tor Unreliable Datagram Extension Proposal
+101 Voting on the Tor Directory System.
+102 Droping "opt" from the directory format
+103 Splitting identity key from regularly used signing key.
+104 Long and Short Router Descriptors
+105 Version negotiation for the Tor protocol
+
diff --git a/doc/spec/proposals/098-todo.txt b/doc/spec/proposals/098-todo.txt
index 40c2ca542..aadc008a9 100644
--- a/doc/spec/proposals/098-todo.txt
+++ b/doc/spec/proposals/098-todo.txt
@@ -1,5 +1,9 @@
-
- Proposals that should be written
+Filename: 098-todo.txt
+Title: Proposals that should be written
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson, Roger Dingledine
+Created:
For protocol version 2:
diff --git a/doc/spec/proposals/099-misc.txt b/doc/spec/proposals/099-misc.txt
index 52f60e266..62c44550e 100644
--- a/doc/spec/proposals/099-misc.txt
+++ b/doc/spec/proposals/099-misc.txt
@@ -1,3 +1,9 @@
+Filename: 100-tor-spec-udp.txt
+Title: Miscellaneous proposals
+Version: $Revision$
+Last-Modified: $Date$
+Author: Various
+Created:
Miscellaneous proposals
@@ -11,3 +17,6 @@
Pre-compressing status documents in multiple formats would force us to use
more memory to hold them.
+ -- Nick Mathewson
+
+
diff --git a/doc/spec/proposals/100-tor-spec-udp.txt b/doc/spec/proposals/100-tor-spec-udp.txt
index 9e4966c8c..b5b78608c 100644
--- a/doc/spec/proposals/100-tor-spec-udp.txt
+++ b/doc/spec/proposals/100-tor-spec-udp.txt
@@ -1,11 +1,12 @@
-[This proposed Tor extension has not been implemented yet. It is currently
-in request-for-comments state. -RD]
+Filename: 100-tor-spec-udp.txt
+Title: Tor Unreliable Datagram Extension Proposal
+Version: $Revision$
+Last-Modified: $Date$
+Author: Marc Liberatore
+Created:
- Tor Unreliable Datagram Extension Proposal
- Marc Liberatore
-Abstract
Contents
diff --git a/doc/spec/proposals/101-dir-voting.txt b/doc/spec/proposals/101-dir-voting.txt
index 1a7e77677..604b093d5 100644
--- a/doc/spec/proposals/101-dir-voting.txt
+++ b/doc/spec/proposals/101-dir-voting.txt
@@ -1,6 +1,9 @@
-$Id: /tor/branches/eventdns/doc/dir-spec.txt 9469 2006-11-01T23:56:30.179423Z nickm $
-
- Voting on the Tor Directory System
+Filename: 101-dir-voting.txt
+Title: Voting on the Tor Directory System
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson
+Created:
0. Scope and preliminaries
diff --git a/doc/spec/proposals/102-drop-opt.txt b/doc/spec/proposals/102-drop-opt.txt
index bc1d52f68..804dd23d2 100644
--- a/doc/spec/proposals/102-drop-opt.txt
+++ b/doc/spec/proposals/102-drop-opt.txt
@@ -1,5 +1,10 @@
+Filename: 102-drop-opt.txt
+Title: Dropping "opt" from the directory format
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson
+Created:
- Drop "opt" from the directory format.
The "opt" keyword in Tor's directory formats was originally intended to
mean, "it is okay to ignore this entry if you don't understand it"; the
diff --git a/doc/spec/proposals/103-multilevel-keys.txt b/doc/spec/proposals/103-multilevel-keys.txt
index 554ca6520..bdec44015 100644
--- a/doc/spec/proposals/103-multilevel-keys.txt
+++ b/doc/spec/proposals/103-multilevel-keys.txt
@@ -1,6 +1,9 @@
-
- Splitting identity key from regularly-used signing key.
-
+Filename: 103-multilevel-keys.txt
+Title: Splitting identity key from regularly used signing key.
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson
+Created:
Replacing a directory authority's identity key in the event of a compromise
diff --git a/doc/spec/proposals/104-short-descriptors.txt b/doc/spec/proposals/104-short-descriptors.txt
index c170c641d..80b30e587 100644
--- a/doc/spec/proposals/104-short-descriptors.txt
+++ b/doc/spec/proposals/104-short-descriptors.txt
@@ -1,6 +1,9 @@
-
- Long and Short Router Descriptors
-
+Filename: 104-short-descriptors.txt
+Title: Long and Short Router Descriptors
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson
+Created:
Some of the costliest fields in the current directory protocol are ones
that no client actually uses. In particular, the "read-history" and
diff --git a/doc/spec/proposals/105-handshake-revision.txt b/doc/spec/proposals/105-handshake-revision.txt
index b718ec441..7872c6f58 100644
--- a/doc/spec/proposals/105-handshake-revision.txt
+++ b/doc/spec/proposals/105-handshake-revision.txt
@@ -1,5 +1,9 @@
-
- Version negotiation for the Tor protocol.
+Filename: 105-handshake-revision.txt
+Title: Version negotiation for the Tor protocol.
+Version: $Revision$
+Last-Modified: $Date$
+Author: Various
+Created:
1.0. Version numbers