aboutsummaryrefslogtreecommitdiff
path: root/padding-spec.txt
AgeCommit message (Collapse)Author
2021-09-22padding-spec: Add 'Table of contents'Oleh Franchuk
2020-07-06Document relay commands for circpad cells.Mike Perry
2020-06-10Padding spec update for Bug 30992's machine_ctr field.Mike Perry
2019-12-10convert text blocks into widely compatible "blockquote" syntaxHans-Christoph Steiner
This only adds newline characters to make the existing text blocks act like "blockquote" or "code block" syntax in Markdown, asciidoc, and others. This was accomplished by manually reviewing the output of this script: ```bash for f in *.txt; do cat $f | python -c "import sys,re;print(re.sub(r'(\n {0,3}[^ \n][^\n]*\n)( {4,}[^\n]*)', r'\1\n\2', sys.stdin.read()))" > ${f}.tmp mv ${f}.tmp $f done ```
2019-11-26fix erroneous header numbering punctuationHans-Christoph Steiner
The clear standard is trailing "." after each numeric section. This fixes the small handful of outliers. This makes it easy to convert these headers to common markup formats, for example: http://hyperpolyglot.org/lightweight-markup
2019-11-26standardize whitespace in the titlesHans-Christoph Steiner
This is one small step towards making these a standard, parsable format.
2019-09-19Link to circuit padding dev doc location.Mike Perry
2019-09-19Remove "not done" and XXX about NSF numbers.Mike Perry
NSF-TTP number for circpad is already in there.
2019-08-14Update padding-spec.txt to cover hs circuit padding.Mike Perry
Also update padding proposals that are deprecated by padding-spec.txt, to refer the reader to the new spec.
2017-09-06add nsf acksRoger Dingledine
2016-01-27At long last, a padding specification appears.Mike Perry
Baby steps. Crawl before you can walk. Walk before you can run.