r18722@catbus: nickm | 2008-03-10 14:59:56 -0400

Try to clarify draft vs needs-revision.


svn:r13956
This commit is contained in:
Nick Mathewson 2008-03-11 04:30:11 +00:00
parent aa81dba77f
commit d6507fb510
4 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -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.

View File

@ -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:

View File

@ -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);