-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
We need publishing workflow and tooling which makes it:
- easy to comment and modify the original source of the spec
- easy to publish HTML and PDF versions from releases without manual work
We could use for example W3C bikeshed framework for publishing HTML and PDF from Markdown source.
Then we would need easy collaborative environment for updating the markdown source. Below one workflow experimentation where the original source is kept in Google drive.
1A. Copy the link: http://bit.ly/mydata2html to “Load from URL” in here: https://api.csswg.org/bikeshed
OR
1B. Run on your command-line the following curl command
´´´curl https://api.csswg.org/bikeshed/ -F url=http://bit.ly/mydata2html > index.html´´´
- Make some changes in the original source http://bit.ly/sourcemarkdown and try 1A/B again.