* Lilo von Hanffstengel (GwenDragon) <[EMAIL PROTECTED]> [2008-07-29 14:48:08 CEST]: > i have a question regarding the dev version of blosxom > ($Id: blosxom.cgi,v 1.79 2008/07/24 16:24:07 xtaran Exp $) > patches by xtaran > > The part of template for RSS says: > > 1) Element link (line 796) currently: > > rss story <link>$url/$yr/$mo_num/$da#$fn</link> > > Should be better: > rss story <link>$url$path/$fn.$default_flavour</link> > > I think, it is better to link directly to the story instead of linking to > category Year/Month/Day
From what this isn't something related to any patches XTaran did, it has always been that way even in 2.0 versions. You are of course free to change that in your local installation any time. :) > 2) In element guid (line 798) > rss story <guid isPermaLink="true">$url$path/$fn</guid> > > But this may be more useful > rss story <guid isPermaLink="true">$url$path/$fn.$default_flavour</guid> Here I disagree a lot. The guid is meant to be a strict and unique identifier for a story, and a flavour has nothing to do with it. It's not even meant as a link, there is still the <link> part in the rss for that. ... but I might of course have misunderstood the guid concept all along, that's also possible. So long :) Rhonda ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Blosxom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/blosxom-devel
