projects
/
matthijs
/
upstream
/
blosxom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3338156
)
Make <guid> content a full URL by default (as Gavin had it in his broken patch, too...
author
Axel Beckert
<xtaran@users.sourceforge.net>
Tue, 22 Jul 2008 02:11:53 +0000
(
02:11
+0000)
committer
Axel Beckert
<xtaran@users.sourceforge.net>
Tue, 22 Jul 2008 02:11:53 +0000
(
02:11
+0000)
blosxom.cgi
patch
|
blob
|
history
diff --git
a/blosxom.cgi
b/blosxom.cgi
index 2e6181fee151acdaa4a6685941cf9b4d3ada775a..3ebe972c88108cbcb1746d2fc513da371bc63565 100755
(executable)
--- a/
blosxom.cgi
+++ b/
blosxom.cgi
@@
-793,7
+793,7
@@
rss story <title>$title</title>
rss story <pubDate>$dw, $da $mo $yr $ti:00 $utc_offset</pubDate>
rss story <link>$url/$yr/$mo_num/$da#$fn</link>
rss story <category>$path</category>
-rss story <guid isPermaLink="
false">
$path/$fn</guid>
+rss story <guid isPermaLink="
true">$url
$path/$fn</guid>
rss story <description>$body</description>
rss story </item>