]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/wrong_rss_url_when_inside_another_blog-like_page.mdwn
response
[ikiwiki.git] / doc / bugs / wrong_rss_url_when_inside_another_blog-like_page.mdwn
index 2ddfec34c6f7db4b54a5bb6f006b87eae16a36d3..f1dde7e9f0380bfc91755f21faba208fb63fc5eb 100644 (file)
@@ -1,27 +1,36 @@
-I have a blog-like page collecting item, that's ok, display is good, rss url is correct.
+I have a blog-like page collecting item, that's ok, display is good, rss
+url is correct. In some of the items, I have another rss. When viewing the
+item itself, url of the rss is correct. But when viewing the item inside
+the main page, the basepath of the rss is wrong, thus the url doesn't go
+anywhere.
 
-in some of the items, I have another rss.
-
-When viewing the item itself, url of the rss is correct.
+For example :
 
-But when viewing the item inside the main page, the basepath of the rss is wrong, thus the url doesn't go anywhere.
+(1) a blog-like page which is collecting tag entry :
 
-For example :
+* address of the page : /tag.html
+* address of the rss : /tag.rss
 
-1. a blog-like page which is collecting tag entry :
+(2) a tag item "foo"
+which is containing a rss, listing all the foo-tagged pages.
 
-address of the page : /tag.html
-address of the rss : /tag.rss
+* address of the item : /tag/foo.html
+* address of the rss : /tag/foo.rss
 
-2. a tag item "foo"
+(3) when viewing /tag.html
 
-which is containing a rss listing all the tagged pages.
+* the rss url inside tag/foo.html is /foo.rss, not /tag/foo.rss
 
-address of the item : /tag/foo.html
-address of the rss : /tag/foo.rss
+Is it a bug or did I miss something ?
 
-3. when viewing /tag.html
+> I've fixed at least
+> two bugs in this area in the unreleased ikiwiki in subversion, one just
+> now. If you still see the problem using the ikiwiki version in
+> subversion, it would be helpful if you could post a tarball of your wiki,
+> or a test case derived from it that I can use to reproduce the problem
+> --[[Joey]]
 
-the rss url inside tag/foo.html is /foo.rss, not /tag/foo.rss
+>> Joey, thank you, it's ok now. (since the version 1.40, AFAIK, maybe earlier)
+>> --Hugues (hb)
 
-Is it a bug or did I miss something ?
+>>> Thanks for the followup, tagging this [[bugs/done]].