]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/tags.mdwn
thanks for response; follow-up; I've got something working…
[ikiwiki.git] / doc / todo / tags.mdwn
index af85027388a9fdb90433fe803cdc6e5e71f87796..ee9151116d564e77ce0c0d726617d2a2a2e97304 100644 (file)
@@ -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..