Browse Source

r18722@catbus: nickm | 2008-03-10 14:59:56 -0400
Try to clarify draft vs needs-revision.


svn:r13956

Nick Mathewson 16 years ago
parent
commit
d6507fb510

+ 3 - 2
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

+ 4 - 0
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.

+ 2 - 2
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:
 

+ 2 - 1
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);