Browse Source

make a new 'ideas' subdir for half-baked proposals.
make a new 'draft' status for nearly-baked proposals.


svn:r12677

Roger Dingledine 16 years ago
parent
commit
2d52336b60

+ 5 - 4
doc/spec/proposals/000-index.txt

@@ -49,8 +49,8 @@ Proposals by number:
 124  Blocking resistant TLS certificate usage [ACCEPTED]
 125  Behavior for bridge users, bridge relays, and bridge authorities [OPEN]
 126  Getting GeoIP data and publishing usage summaries [OPEN]
-127  Relaying dirport requests to Tor download site [NEEDS-RESEARCH]
-128  Families of private bridges [NEEDS-RESEARCH]
+127  Relaying dirport requests to Tor download site / website [DRAFT]
+128  Families of private bridges [DRAFT]
 
 
 Proposals by status:
@@ -72,8 +72,6 @@ Proposals by status:
    124  Blocking resistant TLS certificate usage
  NEEDS-RESEARCH:
    118  Advertising multiple ORPorts at once
-   127  Relaying dirport requests to Tor download site
-   128  Families of private bridges
  META:
    000  Index of Tor Proposals
    001  The Tor Proposal Process
@@ -96,3 +94,6 @@ Proposals by status:
    112  Bring Back Pathlen Coin Weight
  DEAD:
    100  Tor Unreliable Datagram Extension Proposal
+ DRAFT:
+   127  Relaying dirport requests to Tor download site / website
+   128  Families of private bridges

+ 1 - 1
doc/spec/proposals/127-dirport-mirrors-downloads.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Author: Roger Dingledine
 Created: 2007-12-02
-Status: Needs-Research
+Status: Draft
 
 1. Overview
 

+ 1 - 1
doc/spec/proposals/128-bridge-families.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Author: Roger Dingledine
 Created: 2007-12-xx
-Status: Needs-Research
+Status: Draft
 
 1. Overview
 

+ 0 - 0
doc/spec/proposals/xxx-auto-update.txt → doc/spec/proposals/ideas/xxx-auto-update.txt


+ 1 - 1
doc/spec/proposals/reindex.pl

@@ -15,7 +15,7 @@ my %title = ();
 my %status = ();
 
 my @KNOWN_STATUSES = qw{
-    OPEN ACCEPTED NEEDS-RESEARCH META FINISHED CLOSED SUPERSEDED DEAD};
+    OPEN ACCEPTED NEEDS-RESEARCH META FINISHED CLOSED SUPERSEDED DEAD DRAFT};
 
 for my $f (@files) {
     my $num = substr($f, 0, 3);