Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Entry single pages: handle permalinks gracefully, populate with attribute. | David A. Madore | 2011-11-12 | 1 | -16/+21 |
| | | | | | | | | | | * 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). | ||||
* | Impose format for entry cdate attribute. | David A. Madore | 2011-09-13 | 1 | -0/+11 |
| | |||||
* | 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 |