libwebp/doc
James Zern e9a7d145e7 Reformat container doc
- split the doc into sections for simple and extended format and move
  example layouts to the end.
- use ASCII tables to describe chunk formats
- attempt to consistently use MUST/SHOULD, etc.
- remove bold from most terms, but add them to definition lists which
  allow for the styling to be changed.

Change-Id: I93c1cd33bde9ccf0b265b202ec4182ce98fd6b48
2012-02-08 11:32:42 -08:00
..
README More aggressive copy-edit; add TODO; validate HTML5 2011-10-12 15:54:02 -07:00
template.html More aggressive copy-edit; add TODO; validate HTML5 2011-10-12 15:54:02 -07:00
TODO More aggressive copy-edit; add TODO; validate HTML5 2011-10-12 15:54:02 -07:00
webp-container-spec.txt Reformat container doc 2012-02-08 11:32:42 -08: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:

$ kramdown doc/webp-container-spec.txt --template doc/template.html > \
  doc/output/webp-container-spec.html