summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoEntryElement.java
Commit message (Collapse)AuthorAgeFilesLines
* Add a navigation bar before and after every single blog entry.David A. Madore2018-09-071-1/+135
|
* Make the link to continue reading a parent of the main div, not at the ↵David A. Madore2014-10-171-0/+1
| | | | cut-here level.
* Rename the "do_single_page" database column to "special_name", and update ↵David A. Madore2014-10-121-5/+5
| | | | | | | Java variables accordingly. The SQL command is: ALTER TABLE entries RENAME do_single_page TO special_name ;
* Introduce a WeblogLink class to refactor a lot of code on how links are written.David A. Madore2014-10-101-21/+18
|
* And change that stupid attribute name to "day-of-week" instead of "day_of_week".David A. Madore2012-02-261-1/+1
|
* Now check day of week on entries.David A. Madore2012-02-261-0/+16
|
* Fix style and class attributes on <d:entry> elements.David A. Madore2012-02-131-2/+9
|
* Implement <d:cut-here /> for cutting long entries.David A. Madore2011-11-121-1/+4
|
* Entry single pages: handle permalinks gracefully, populate with attribute.David A. Madore2011-11-121-3/+11
| | | | | | | | | | * A single page is generated from the single-page attribute on <entry> element (stored in database as do_single_page). * Permalink refers to the single page. Same from weblog index. Other links are subject to debate (e.g., what about internal links? now we link to single page when link has a supplement part, but this is debatable).
* 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