Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename the "do_single_page" database column to "special_name", and update ↵ | David A. Madore | 2014-10-12 | 1 | -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. Madore | 2014-10-10 | 1 | -23/+18 |
| | |||||
* | Entry single pages: handle permalinks gracefully, populate with attribute. | David A. Madore | 2011-11-12 | 1 | -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. Madore | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | Eliminate use of DocumentBuilder (use DOM LS everywhere) + use validation to ↵ | David A. Madore | 2011-09-04 | 1 | -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. Madore | 2011-09-01 | 1 | -3/+13 |
| | |||||
* | Add more entries (25 rather than 15) to RSS feed. | David A. Madore | 2011-09-01 | 1 | -1/+1 |
| | |||||
* | Wrap it all in a single command handler. | David A. Madore | 2011-08-31 | 1 | -6/+7 |
| | |||||
* | RSS feed generator. | David A. Madore | 2011-08-31 | 1 | -0/+152 |