diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-29 07:25:17 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-29 07:25:17 +0000 |
commit | 267f98e2e116739872cafc6bb712280c31376705 (patch) | |
tree | 1bfd114b014f21d7bebd67d8e94f2042335c84d5 /doc/todo | |
parent | a0653933d324f30838fe04d5f9aaab8b130014b2 (diff) | |
download | ikiwiki-267f98e2e116739872cafc6bb712280c31376705.tar ikiwiki-267f98e2e116739872cafc6bb712280c31376705.tar.gz |
* Put categories in rss feeds for tagged items.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/tags.mdwn | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/todo/tags.mdwn b/doc/todo/tags.mdwn index af8502738..7309ee614 100644 --- a/doc/todo/tags.mdwn +++ b/doc/todo/tags.mdwn @@ -1,5 +1,10 @@ Stuff still needing to be done with tags: -* Move the pages they link to into an automatic tag/ namespace? -* Include tag info in the RSS feed. -* Technorati tag support? +* It's unfortunate that the rss category (tag) support doesn't include + a domain="" attribute in the category elements. That would let readers + know how to follow back to the tag page in the wiki. However, the domain + attribute is specified to be the base url, to which the category is just + appended. So there's no way to add ".html", so the url won't be right. + + This is one good argument for changing ikiwiki so that pages are all + dir/index.html, then a link to just "dir" works. |