+ikiwiki (3.20101232) UNRELEASED; urgency=low
+
+ * tag: Do not include tagbase in rss/atom category tags. (Giuseppe Bilotta)
+ * tag: Improve display of tags with a slash in their names.
+ (Giuseppe Bilotta)
+
+ -- Joey Hess <joeyh@debian.org> Tue, 04 Jan 2011 16:00:55 -0400
+
ikiwiki (3.20101231) unstable; urgency=low
* Better support for serving the same site on multiple urls. (Such as
(effect visible by tagging a page with a name such as "with/slash")
I've written a [[patch]] to fix this issues by introducing a `tagname()` function that reverts `taglink()`, and it's available [[here|http://sprunge.us/SHRj]] as well as on my [[git|http://git.oblomov.eu/ikiwiki]]
+
+> [[Applied|done]], with some regexp improvements. --[[Joey]]