From d6507fb510dc40205523448c03fb8c6fca3ed8db Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 11 Mar 2008 04:30:11 +0000 Subject: r18722@catbus: nickm | 2008-03-10 14:59:56 -0400 Try to clarify draft vs needs-revision. svn:r13956 --- doc/spec/proposals/000-index.txt | 5 +++-- doc/spec/proposals/001-process.txt | 4 ++++ doc/spec/proposals/131-verify-tor-usage.txt | 4 ++-- doc/spec/proposals/reindex.pl | 3 ++- 4 files changed, 11 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/spec/proposals/000-index.txt b/doc/spec/proposals/000-index.txt index 30d59bf712..e4010797cf 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 1e0fd8ac05..e23f7c9780 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 4c371c6d63..0620928c06 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 9053ba0273..72e669b718 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); -- cgit v1.2.3-54-g00ecf