summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/WeblogPopulate.java
Commit message (Collapse)AuthorAgeFilesLines
* Impose format for entry cdate attribute.David A. Madore2011-09-131-0/+11
|
* Allow the cdate attribute to override that in the database.David A. Madore2011-09-051-3/+16
|
* Also configure the parser for WeblogPopulate.David A. Madore2011-09-041-0/+4
|
* Eliminate use of DocumentBuilder (use DOM LS everywhere) + use validation to ↵David A. Madore2011-09-041-8/+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.
* Wrap it all in a single command handler.David A. Madore2011-08-311-80/+74
|
* Allow the source file to force ctime on blog entries.David A. Madore2011-08-311-2/+18
|
* (Preliminary) handling of weblog entry selection and summary.David A. Madore2011-08-281-22/+4
|
* Quiet gcj warnings.David A. Madore2011-08-281-2/+0
|
* Preliminary code to populate a PostgreSQL database with weblog entries.David A. Madore2011-08-281-0/+152