diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-03 21:50:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-03 21:50:47 +0000 |
commit | e8b39b094116e8b50cf12fe56b9c6a04f05683e5 (patch) | |
tree | 515b58ce3cf340e0d7174402b26de29be1660218 /doc/todo/aggregation.mdwn | |
parent | 714a5d6f7e22345a150f542745c15ce5d1027e96 (diff) | |
download | ikiwiki-e8b39b094116e8b50cf12fe56b9c6a04f05683e5.tar ikiwiki-e8b39b094116e8b50cf12fe56b9c6a04f05683e5.tar.gz |
* Try to handle relative links in aggregated feeds. However,
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..
Diffstat (limited to 'doc/todo/aggregation.mdwn')
-rw-r--r-- | doc/todo/aggregation.mdwn | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/todo/aggregation.mdwn b/doc/todo/aggregation.mdwn index 5abb6a53e..dec242ea6 100644 --- a/doc/todo/aggregation.mdwn +++ b/doc/todo/aggregation.mdwn @@ -2,6 +2,3 @@ * Need to store page author metadata and include it in the rss feed. Permalink to? Also, that stuff could be presented better in the html blog view, also using the metadata. -* Some rss feeds contain relative links or relative urls to inline images, - which break when aggregated. Do I need to parse the html and make them - all absolute? |