aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/aggregation.mdwn
Commit message (Collapse)AuthorAge
* updatejoey2006-11-01
|
* * 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.)
* * Try to handle relative links in aggregated feeds. However,joey2006-08-03
| | | | | | the current support is a crude hack due to limitations of XML::Feed: xml:base is not supported, neither is Content-Location. And of course, relative links in RSS feeds are ill-undefined..
* * Fix issue with unicode filenames and updating the hyper estradier searchjoey2006-07-31
| | | | index. (Aka Please Please Please, let that be the last one.)
* one more change; use the page that pulls in a feed as the anchor for thejoey2006-07-31
| | | | | default directory
* * Title metadata of inlined pages now shows up in blogs, although not yetjoey2006-07-30
| | | | in their rss feeds.
* improcejoey2006-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.
* * Add a run_hooks function for the common task of running all hooks of ajoey2006-07-30
| | | | | | | given type. * Add a savestate hook. * Don't put blog post forms on pages if there's no cgiurl set. * Reformat front page.
* foojoey2006-07-26
|
* addjoey2006-07-26