tagging
[ikiwiki] / doc / todo / tags.mdwn
1 [[!tag /tags]]
2 Stuff still needing to be done with [[tag|ikiwiki/directive/tag]]s:
3
4 * It's unfortunate that the rss category (tag) support doesn't include
5   a domain="" attribute in the category elements. That would let readers
6   know how to follow back to the tag page in the wiki. However, the domain
7   attribute is specified to be the base url, to which the category is just
8   appended. So there's no way to add ".html", so the url won't be right.
9
10   This is one good argument for changing ikiwiki so that pages are all
11   dir/index.html, then a link to just "dir" works.
12
13   So this could be implemented now for userdirs wikis..