diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-11 04:30:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-11 04:30:11 +0000 |
commit | d6507fb510dc40205523448c03fb8c6fca3ed8db (patch) | |
tree | cddafd582074fedbbd49e52b79282755f73fba5e /doc/spec | |
parent | aa81dba77f451fb63a0621af9c1060a459c50cae (diff) | |
download | tor-d6507fb510dc40205523448c03fb8c6fca3ed8db.tar tor-d6507fb510dc40205523448c03fb8c6fca3ed8db.tar.gz |
r18722@catbus: nickm | 2008-03-10 14:59:56 -0400
Try to clarify draft vs needs-revision.
svn:r13956
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/proposals/000-index.txt | 5 | ||||
-rw-r--r-- | doc/spec/proposals/001-process.txt | 4 | ||||
-rw-r--r-- | doc/spec/proposals/131-verify-tor-usage.txt | 4 | ||||
-rwxr-xr-x | doc/spec/proposals/reindex.pl | 3 |
4 files changed, 11 insertions, 5 deletions
diff --git a/doc/spec/proposals/000-index.txt b/doc/spec/proposals/000-index.txt index 30d59bf71..e4010797c 100644 --- a/doc/spec/proposals/000-index.txt +++ b/doc/spec/proposals/000-index.txt @@ -53,7 +53,7 @@ Proposals by number: 128 Families of private bridges [DRAFT] 129 Block Insecure Protocols by Default [FINISHED] 130 Version 2 Tor connection protocol [FINISHED] -131 Help users to verify they are using Tor [DRAFT] +131 Help users to verify they are using Tor [NEEDS-REVISION] Proposals by status: @@ -67,6 +67,8 @@ Proposals by status: 120 Suicide descriptors when Tor servers stop 121 Hidden Service Authentication ACCEPTED: + NEEDS-REVISION: + 131 Help users to verify they are using Tor NEEDS-RESEARCH: 118 Advertising multiple ORPorts at once META: @@ -102,4 +104,3 @@ Proposals by status: DRAFT: 127 Relaying dirport requests to Tor download site / website 128 Families of private bridges - 131 Help users to verify they are using Tor diff --git a/doc/spec/proposals/001-process.txt b/doc/spec/proposals/001-process.txt index 1e0fd8ac0..e23f7c978 100644 --- a/doc/spec/proposals/001-process.txt +++ b/doc/spec/proposals/001-process.txt @@ -153,6 +153,10 @@ Proposal status: for details. The proposal should not be changed after this point; to bring up some other version of the idea, write a new proposal. + Draft: This isn't a complete proposal yet; there are definite missing + pieces. Please don't add any new proposals with this status; put them + in the "ideas" sub-directory instead. + Needs-Revision: The idea for the proposal is a good one, but the proposal as it stands has serious problems that keep it from being accepted. See comments in the document for details. diff --git a/doc/spec/proposals/131-verify-tor-usage.txt b/doc/spec/proposals/131-verify-tor-usage.txt index 4c371c6d6..0620928c0 100644 --- a/doc/spec/proposals/131-verify-tor-usage.txt +++ b/doc/spec/proposals/131-verify-tor-usage.txt @@ -1,10 +1,10 @@ -Filename: xxx-verify-tor-usage.txt +Filename: 131-verify-tor-usage.txt Title: Help users to verify they are using Tor Version: $Revision$ Last-Modified: $Date$ Author: Steven J. Murdoch Created: 2008-01-25 -Status: Draft +Status: Needs-Revision Overview: diff --git a/doc/spec/proposals/reindex.pl b/doc/spec/proposals/reindex.pl index 9053ba027..72e669b71 100755 --- a/doc/spec/proposals/reindex.pl +++ b/doc/spec/proposals/reindex.pl @@ -15,7 +15,8 @@ my %title = (); my %status = (); my @KNOWN_STATUSES = qw{ - OPEN ACCEPTED NEEDS-RESEARCH META FINISHED CLOSED SUPERSEDED DEAD DRAFT}; + OPEN ACCEPTED NEEDS-REVISION NEEDS-RESEARCH META FINISHED CLOSED + SUPERSEDED DEAD DRAFT}; for my $f (@files) { my $num = substr($f, 0, 3); |