Linewrap at 72 cols. Casual copy-edit.

Change-Id: Iebecff7eb0a64080eab456f903afacca178d9d59
This commit is contained in:
Lou Quillio
2011-10-04 12:03:53 -07:00
parent 2678d819a4
commit 03bec9e0c0
3 changed files with 284 additions and 95 deletions

View File

@ -2,4 +2,13 @@
Generate HTML Container Spec Doc from Text Source
=================================================
HTML generation requires kramdown [1], easily installed as a
rubygem [2]. Rubygems installation should satisfy dependencies
automatically.
[1]: http://kramdown.rubyforge.org/
[2]: http://rubygems.org/
HTML generation can then be done from the project root, like so:
$ kramdown doc/webp-container-spec.txt --template doc/template.html > doc/output/webp-container-spec.html