aboutsummaryrefslogtreecommitdiff
path: root/templates/aggregatepost.tmpl
Commit message (Collapse)AuthorAge
* consistently drop NAME= in templatesJoey Hess2010-05-05
| | | | also add template syntax smoke test
* add ! prefix to some directives in templates, and to the recentchanges pageJoey Hess2008-02-05
|
* * aggregate: Include copyright statements from rss feed as meta copyrightJoey Hess2008-01-08
| | | | | | directives. * aggregate: Yet another state saving fix (sigh). * aggregate: Add hack to support feeds with invalidly escaped html entities.
* oopsjoey2006-08-04
|
* * Various CSS and formatting changes.joey2006-08-04
|
* * Make aggregator save permalinks and author name to pages as metadata.joey2006-08-04
| | | | | | | | * Add permalink and author support to meta plugin, affecting RSS feeds and blog pages. * Change titlepage() to encode utf-8 alnum characters. This is necessary to avoid UTF-8 creeping into filenames in urls. (There are still some other ways that it can get in.)
* * Change meta tags to use html entity-escaped text for values, so thatjoey2006-07-30
| | | | | | | | | | | quotes and such can be represented in title tags. * Depend and build-depend on HTML::Parser for HTML::Entities which is used for the above. * Make --rebuild also cause --aggregate to re-download and write aggregated pages. * Avoid outputting duplicate meta info. * Include title metadata on aggregated posts for capitalised and un-munged titles.
* improcejoey2006-07-30
|
* fixes, and make dir optionaljoey2006-07-30
|
* * ikiwiki can now download and aggregate feeds with its new aggregatejoey2006-07-30
plugin, so it's possible to implement a Planet using ikiwiki! * --setup --refresh no longer rebuilds wrappers. Use --setup --refresh --wrappers to do that. * Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate to update pages that haven't changed on disk.