summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoEntryElement.java
Commit message (Collapse)AuthorAgeFilesLines
* Sprinkle microformats to hopefully make the blog a valid hAtom feed.David A. Madore2011-09-131-13/+32
|
* More link rel attribute goodness.David A. Madore2011-09-101-0/+1
| | | | | Set rel="bookmark" on blog entry permalinks, rel="alternate" on translation pages.
* Display lists of categories, with appropriate links.David A. Madore2011-09-081-3/+25
|
* Also use HTML5 elements (article, header, footer) for weblog entries.David A. Madore2011-09-071-5/+9
|
* (Preliminary) handling of weblog entry selection and summary.David A. Madore2011-08-281-3/+4
|
* Handle date-extra element.David A. Madore2011-08-261-0/+1
|
* Move most of the context to a "general context" substructure.David A. Madore2011-08-261-1/+1
| | | | | This is so as to make sure that cloning (which does a shallow copy) gives us references to the same mutable content.
* Implement comments (talkback) link.David A. Madore2011-08-261-3/+8
|
* Quiet gcj warnings.David A. Madore2011-08-261-1/+1
|
* (Preliminary) handling of weblog <entry>.David A. Madore2011-05-011-0/+97