stefan-jung / org.jung.terminology

DITA-OT plugin for managing terminology with DITA
https://stefan-jung.org/plugins/terminology
Apache License 2.0
11 stars 8 forks source link

Implement a new HTML5 only termbrowser transformation type #9

Closed stefan-jung closed 7 years ago

stefan-jung commented 7 years ago

Implement a new termbrowser, that generates a termbrowser by only using the html5 transformation and flavoring this with some JavaScript and CSS libraries.

Eliot K. roughly summarized, how this is done for the OT docs:

- Set nav-toc to "full" or "partial" depending on your preference
(http://www.dita-ot.org/dev/parameters/parameters-html5.html)
- Set args.copy-css to "yes"
- Set args.css to "dita-ot-docs.css"
- Set args.cssroot to "docsrc/resources" (this is relative to the root of
the OT. You may need to make this absolute. For example, in oXygenXML 18
you can do "${configured.ditaot.dir}/docsrc/resources".
stefan-jung commented 7 years ago

Is implemented, but the documentation is not yet ready

stefan-jung commented 7 years ago

explained