summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoDamlElement.java
Commit message (Expand)AuthorAgeFilesLines
* Use the Java7 java.nio.file interfaces, make output atomic.David A. Madore2014-10-031-3/+3
* Remove all templates from damlengine; introduce config variables instead.David A. Madore2014-10-031-2/+3
* Handle HTML <style> and <script> elements by adding CDATA sections as appropr...David A. Madore2011-10-021-4/+6
* Use HTML5 elements for header, hgroup, nav(bar), footer.David A. Madore2011-09-071-8/+14
* Move body handling (header, footer, etc.) to the <d:daml> element.David A. Madore2011-09-071-24/+72
* Try to produce HTML5/XHTML5 (polyglot) output.David A. Madore2011-09-071-9/+1
* Move most of the context to a "general context" substructure.David A. Madore2011-08-261-30/+30
* Add content to style and script elements.David A. Madore2011-04-271-0/+22
* Various "stylistic" improvements suggested by Joshua Bloch's book.David A. Madore2010-04-221-1/+3
* Rather than an ad hoc "Options" class, use caller todo directly.David A. Madore2010-04-191-12/+8
* Use RuntimeException classes rather than Error to indicate errors.David A. Madore2010-04-191-4/+4
* Fix misuse of getAttributeNS(), and handling of xml:lang.David A. Madore2010-04-181-7/+7
* A handful of meta tags, script and style sections.David A. Madore2010-04-181-0/+29
* Rename TodoContext class to Context. Usually call "ctx" its instances.David A. Madore2010-04-181-24/+24
* Preliminary handler for <daml> element.David A. Madore2010-04-181-0/+78