aboutsummaryrefslogtreecommitdiff
path: root/proposals/reindex.py
AgeCommit message (Collapse)Author
2020-07-27Small template and script improvementsNick Mathewson
2020-07-27Change index file name so it doesn't override readme.Nick Mathewson
2020-07-27Update reindex script to generate nice markdown.Nick Mathewson
2020-07-27reindex.py: drop python2 support.Nick Mathewson
2020-04-23Add proposal 314 (markdown) and 315 (required fields.)Nick Mathewson
Also tweak reindex.py under the assumption that we will be accepting proposal 314.
2020-02-06proposals: Update reindex.py for Python 3teor
Add the standard future statements, so Python 2 will use some Python 3 features. Open files as UTF-8. As a consequence of this change, proposals must be encoded in UTF-8. Closes ticket 33164.
2020-02-06proposals: Make reindex use path for pythonteor
Some people don't have their best python in /usr/bin. Other people only have python in /usr/local/bin, or other places.
2019-11-25fixup! reindex.py: convert to python3Nick Mathewson
2019-11-25reindex.py: convert to python3Nick Mathewson
2017-12-08Require a "Ticket:" field for future proposals in certain states.Isis Lovecruft
New proposals in states {OPEN,ACCEPTED,CLOSED,FINISHED} must have a "Ticket:" field which may either be a ticket number or a publicly accessible URL. When the ticket is just a number, it should be in reference to Tor's canonical bug tracker. This information greatly helps both new contributors and relay operators who are interested in the implementation status of a working proposal. This patch permits the "Ticket:" field to be added to older proposals (<= prop#288), but it does not require it.
2015-09-09Update metafilesNick Mathewson
2015-09-09mark proposal 132 obsoleteNick Mathewson
2009-05-27Reject proposal 134Nick Mathewson
2008-12-09Migrate the reindex script to python, since adding features to the Perl was ↵Nick Mathewson
getting too ugly. Make it handle line-continuations, and include target versions in output. svn:r17531