summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoTranslations.java
Commit message (Collapse)AuthorAgeFilesLines
* More link rel attribute goodness.David A. Madore2011-09-101-0/+1
| | | | | Set rel="bookmark" on blog entry permalinks, rel="alternate" on translation pages.
* Use HTML5 elements for header, hgroup, nav(bar), footer.David A. Madore2011-09-071-2/+2
|
* Move body handling (header, footer, etc.) to the <d:daml> element.David A. Madore2011-09-071-0/+9
| | | | The <d:body> element is now sort of useless.
* Move most of the context to a "general context" substructure.David A. Madore2011-08-261-3/+3
| | | | | This is so as to make sure that cloning (which does a shallow copy) gives us references to the same mutable content.
* Revert character encoding to ASCII on Java source files.David A. Madore2010-10-091-2/+2
|
* Handling of translations.David A. Madore2010-10-091-0/+57