summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/WeblogRSS.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename the "do_single_page" database column to "special_name", and update ↵David A. Madore2014-10-121-3/+3
| | | | | | | 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-23/+18
|
* Entry single pages: handle permalinks gracefully, populate with attribute.David A. Madore2011-11-121-6/+13
| | | | | | | | | | * 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).
* Increase length of summary in RSS.David A. Madore2011-09-051-1/+1
|
* Eliminate use of DocumentBuilder (use DOM LS everywhere) + use validation to ↵David A. Madore2011-09-041-12/+9
| | | | | | | | | catch undefined entities. There seems to be no way to catch the undefined entity error (when it is considered a validation error, e.g., when the document has an external subset) other than by turning on validation. So we register an error handler to throw away useless validation errors.
* Add some missing elements which were needed for RSS validation.David A. Madore2011-09-011-3/+13
|
* Add more entries (25 rather than 15) to RSS feed.David A. Madore2011-09-011-1/+1
|
* Wrap it all in a single command handler.David A. Madore2011-08-311-6/+7
|
* RSS feed generator.David A. Madore2011-08-311-0/+152