aboutsummaryrefslogtreecommitdiff
path: root/srv-spec.txt
AgeCommit message (Collapse)Author
2023-10-12Move all text-only specifications into the OLD_TXT directory.Nick Mathewson
2023-01-19Give a formal name to shared_random_valueIan Jackson
2021-10-25Fix typos and cleanupDimitris Apostolou
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
2018-07-06Add some future alternative approaches to the SRV spec.George Kadianakis
2017-01-26Make srv-spec.txt look more like a spec file.George Kadianakis
2017-01-26Give proposal 250 its own spec file (srv-spec.txt)George Kadianakis
This commit only copies text, it doesn't modify it. I mod it on the subsequent commit.