libwebp/doc
Lou Quillio 03bec9e0c0 Linewrap at 72 cols. Casual copy-edit.
Change-Id: Iebecff7eb0a64080eab456f903afacca178d9d59
2011-10-07 14:37:54 -07:00
..
MuxContainerSpec.pdf Added Mux Container Spec & README for MUX-API. 2011-09-30 10:51:35 +05:30
README Linewrap at 72 cols. Casual copy-edit. 2011-10-07 14:37:54 -07:00
template.html Linewrap at 72 cols. Casual copy-edit. 2011-10-07 14:37:54 -07:00
webp-container-spec.txt Linewrap at 72 cols. Casual copy-edit. 2011-10-07 14:37:54 -07:00

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