summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/WeblogRSS.java
Commit message (Collapse)AuthorAgeFilesLines
* 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