Release 0.9.0 of stog is available from the page.
- New option follow-symlinks in .stog/config to follow symlinks
or not when building the file and directory source tree,
- For documents with doctype=html, prevent self-closing of tags, except
HTML5 void documents,
- New ocamldoc generator (odoc_stog.cm{o,xs})
to embed ocamldoc-generated documentation into sites generated with stog,
- <doc-*> predefined functions handle a
doc-hid="hid of document" attribute, to access information about
another document rather than the current one,
- Fix : use return of Toploop.execute_phrase
to consider catched exceptions as errors if error-exc="true",
- Fix: allow list of CDATA in ocaml code,
- New --def command-line option
to define a global rule on command line,
- New rule, to create a navigation bar,
- Fix Malformed_URL bug when generating with a site-url having an empty path,
- and now keep id attribute
in <pre> or <span> resulting document,
- handles id attribute to redefine the id of the included node,
- New filter attribute for the rule,
- handles ','- or ';'-separated list of document types.