Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow the cdate attribute to override that in the database. | David A. Madore | 2011-09-05 | 1 | -3/+16 |
| | |||||
* | Also configure the parser for WeblogPopulate. | David A. Madore | 2011-09-04 | 1 | -0/+4 |
| | |||||
* | Eliminate use of DocumentBuilder (use DOM LS everywhere) + use validation to ↵ | David A. Madore | 2011-09-04 | 1 | -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. Madore | 2011-08-31 | 1 | -80/+74 |
| | |||||
* | Allow the source file to force ctime on blog entries. | David A. Madore | 2011-08-31 | 1 | -2/+18 |
| | |||||
* | (Preliminary) handling of weblog entry selection and summary. | David A. Madore | 2011-08-28 | 1 | -22/+4 |
| | |||||
* | Quiet gcj warnings. | David A. Madore | 2011-08-28 | 1 | -2/+0 |
| | |||||
* | Preliminary code to populate a PostgreSQL database with weblog entries. | David A. Madore | 2011-08-28 | 1 | -0/+152 |