X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/e0c78351a8d90ceb48a593531e410cff64f34bbb..b4471d44184a03180ad19a98673d52752ce73b46:/doc/todo/tags.mdwn diff --git a/doc/todo/tags.mdwn b/doc/todo/tags.mdwn index af8502738..ee9151116 100644 --- a/doc/todo/tags.mdwn +++ b/doc/todo/tags.mdwn @@ -1,5 +1,12 @@ -Stuff still needing to be done with tags: +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. + + So this could be implemented now for userdirs wikis..