Fossil SCM

Improved hyperlinking in the RSS feed.

drh 2011-01-18 14:43 trunk
Commit 66d93f33d56adbd3b39d376a555a78b407b7210d
1 file changed +2 -2
+2 -2
--- src/rss.c
+++ src/rss.c
@@ -127,15 +127,15 @@
127127
zPrefix = "*FORK* ";
128128
}
129129
130130
@ <item>
131131
@ <title>%s(zPrefix)%h(zCom)</title>
132
- @ <link>%s(g.zBaseURL)/ci/%s(zId)</link>
132
+ @ <link>%s(g.zBaseURL)/info/%s(zId)</link>
133133
@ <description>%s(zPrefix)%h(zCom)</description>
134134
@ <pubDate>%s(zDate)</pubDate>
135135
@ <author>%h(zAuthor)</author>
136
- @ <guid>%s(g.zBaseURL)/ci/%s(zId)</guid>
136
+ @ <guid>%s(g.zBaseURL)/info/%s(zId)</guid>
137137
@ </item>
138138
free(zDate);
139139
nLine++;
140140
}
141141
142142
--- src/rss.c
+++ src/rss.c
@@ -127,15 +127,15 @@
127 zPrefix = "*FORK* ";
128 }
129
130 @ <item>
131 @ <title>%s(zPrefix)%h(zCom)</title>
132 @ <link>%s(g.zBaseURL)/ci/%s(zId)</link>
133 @ <description>%s(zPrefix)%h(zCom)</description>
134 @ <pubDate>%s(zDate)</pubDate>
135 @ <author>%h(zAuthor)</author>
136 @ <guid>%s(g.zBaseURL)/ci/%s(zId)</guid>
137 @ </item>
138 free(zDate);
139 nLine++;
140 }
141
142
--- src/rss.c
+++ src/rss.c
@@ -127,15 +127,15 @@
127 zPrefix = "*FORK* ";
128 }
129
130 @ <item>
131 @ <title>%s(zPrefix)%h(zCom)</title>
132 @ <link>%s(g.zBaseURL)/info/%s(zId)</link>
133 @ <description>%s(zPrefix)%h(zCom)</description>
134 @ <pubDate>%s(zDate)</pubDate>
135 @ <author>%h(zAuthor)</author>
136 @ <guid>%s(g.zBaseURL)/info/%s(zId)</guid>
137 @ </item>
138 free(zDate);
139 nLine++;
140 }
141
142

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button