Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Attempt to systematize weblog entry templates. | David A. Madore | 2014-02-11 | 1 | -4/+4 |
| | |||||
* | Entry single pages: handle permalinks gracefully, populate with attribute. | David A. Madore | 2011-11-12 | 1 | -0/+2 |
| | | | | | | | | | | * 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). | ||||
* | JavaScript magic on weblog/ page to redirect to permalink of fragment not found. | David A. Madore | 2011-09-13 | 1 | -0/+13 |
| | | | | | | This repairs things for people who might have used URLs like <URL: http://www.madore.org/~david/weblog/#d.2011-09-12.1935 > as if they were permalinks. | ||||
* | Replace all HTML entities in daml files by the corresponding Unicode character. | David A. Madore | 2011-09-07 | 1 | -4/+4 |
| | |||||
* | Various trickeries to clarify weblog selection and inter-page links. | David A. Madore | 2011-09-02 | 1 | -0/+9 |
| | |||||
* | Wrap it all in a single command handler. | David A. Madore | 2011-08-31 | 1 | -0/+60 |