Theme Development

The theme mechanism is a preprocessing and packaging mechanism which works on CSS and javascripts.

The theme mechanism does not force any particular architectural decision for css and javascripts. It allows you:
  • to organize the librairies of your choice in the way you want;
  • to package them in the way you want; and
  • to provide this information to the HTML5 plugin so it can render them properly.

The plugin provide an optional javascript object, named d4p which allows to pass some information from the ant code, xsl code or dita files code to the javascript code.