diff options
author | Simon McVittie <smcv@debian.org> | 2016-01-21 08:40:14 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-01-21 08:40:14 +0000 |
commit | 7aca0d40a359e0b9b31b7dc9327dba76da51c85c (patch) | |
tree | 37dc9e2aed5882cea922e1a13f6a920e53304253 /doc | |
parent | 816c856a46dd2df6b763a72dd512849c5396e61d (diff) | |
download | ikiwiki-7aca0d40a359e0b9b31b7dc9327dba76da51c85c.tar ikiwiki-7aca0d40a359e0b9b31b7dc9327dba76da51c85c.tar.gz |
Compose relative URLs in RSS feeds correctly
If the relative link from the (page generating the) RSS to the target
would start with "./" or "../", just concatenating it with the URL to
the directory containing the RSS is not sufficient. Go via
URI::new_abs to fix this.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/rss_output_relative_links.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/rss_output_relative_links.mdwn b/doc/bugs/rss_output_relative_links.mdwn index ff607cbb3..7a2e4d12b 100644 --- a/doc/bugs/rss_output_relative_links.mdwn +++ b/doc/bugs/rss_output_relative_links.mdwn @@ -1,3 +1,5 @@ RSS output contains relative links. Ie. http://kitenet.net/~joey/blog/index.rss contains a link to http://kitenet.net/~joey/blog/../blog.html + +> Finally [[done]] for the first release of 2016. --[[smcv]] |