Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug32619: fix syntax errors in torspec documents #95

Merged
merged 3 commits into from Nov 26, 2019

Conversation

Labels
None yet
Projects
None yet
2 participants
@eighthave
Copy link
Contributor

@eighthave eighthave commented Nov 26, 2019

This fixes a handful of errors in the syntax of things like the title line and the section names. That makes these files much more machine readable. All of the changes here are trivial.

With these changes, then a script can convert these files to a nice collection of HTML pages in a CI job that takes less than a minute to run:

This provides nice features like links to sections based on the section name:

Using GitLab CI, this could easily rsync the result to any webserver.

eighthave added 3 commits Nov 26, 2019
This is one small step towards making these a standard, parsable format.
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
@eighthave eighthave changed the title standardize format Bug32619: fix syntax errors in torspec documents Nov 26, 2019
@torproject-pusher torproject-pusher merged commit e899eab into torproject:master Nov 26, 2019
@eighthave eighthave deleted the standardize-format branch Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment