This message just reminded me.
Did we reach consensus on the spaces in tags issue?
I think it impacts the syntax of the "join" (conjunction) operation on the
tag-based URLs. The current use of '+', which coincides with a possible
URL-encoding of space would not be a good choice if we choose to support
spaces in tags.
--a.
----- Original Message -----
From: "Allen Gilliland" <[EMAIL PROTECTED]>
To: <roller-dev@incubator.apache.org>
Sent: Wednesday, December 06, 2006 3:17 PM
Subject: dynamic feed autodiscovery urls based on context
I am assuming this is the right way to do things, but I thought I'd make
sure everyone agrees before I commit it.
I want to update the showAutodiscoveryLinks() macro so that it has
conditional logic which produces the appropriate feed autodiscovery link
dependent on the context of the page. So ...
on page /weblog/tags/foo+bar, the AD feeds would be
/weblog/feed/entries/XXX?tags=foo+bar
This seems like the best thing to do for a number of reasons, including
that it makes sense that the "alternate" rel for a page is really a feed
of the same content and it promotes the tag based feed urls more.
I would also do the same thing for category urls, so
/weblog/category/MyCat points to the feed for that category.
everyone cool with that?
-- Allen