mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-25 13:18:22 +01:00
930e8abbda
Word-level formatting (italics, bold) remains to be done, but awaits final author edits, to avoid rework. modified: doc/template.html new file: doc/webp-lossless-bitstream-spec.txt Change-Id: Id684d2a10d02e197d660a960540fe83f87d317f2 |
||
---|---|---|
.. | ||
README | ||
template.html | ||
TODO | ||
webp-container-spec.txt | ||
webp-lossless-bitstream-spec.txt | ||
webp-lossless-format-spec.pdf |
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