summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/weblog-recent-template.daml
Commit message (Collapse)AuthorAgeFilesLines
* Remove all templates from damlengine; introduce config variables instead.David A. Madore2014-10-031-84/+0
| | | | | Location of template files should now be specified by the DAMLENGINE_TEMPLATE_PATH environment variable.
* Attempt to systematize weblog entry templates.David A. Madore2014-02-111-4/+4
|
* Entry single pages: handle permalinks gracefully, populate with attribute.David A. Madore2011-11-121-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. Madore2011-09-131-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. Madore2011-09-071-4/+4
|
* Various trickeries to clarify weblog selection and inter-page links.David A. Madore2011-09-021-0/+9
|
* Wrap it all in a single command handler.David A. Madore2011-08-311-0/+60