Fossil SCM

Another attempt to get the quoting right for RSS feeds.

drh 2010-03-05 21:20 trunk
Commit 18449fa6e6acafeeabc40fe8b7c225358b524fd4
1 file changed +2 -2
+2 -2
--- src/rss.c
+++ src/rss.c
@@ -131,13 +131,13 @@
131131
}else if( nChild>1 ){
132132
zPrefix = "*FORK* ";
133133
}
134134
135135
@ <item>
136
- @ <title>%s(zPrefix)%w(zCom)</title>
136
+ @ <title>%s(zPrefix)%h(zCom)</title>
137137
@ <link>%s(g.zBaseURL)/ci/%s(zId)</link>
138
- @ <description>%s(zPrefix)%w(zCom)</description>
138
+ @ <description>%s(zPrefix)%h(zCom)</description>
139139
@ <pubDate>%s(zDate)</pubDate>
140140
@ <author>%h(zAuthor)</author>
141141
@ <guid>%s(g.zBaseURL)/ci/%s(zId)</guid>
142142
@ </item>
143143
free(zDate);
144144
--- src/rss.c
+++ src/rss.c
@@ -131,13 +131,13 @@
131 }else if( nChild>1 ){
132 zPrefix = "*FORK* ";
133 }
134
135 @ <item>
136 @ <title>%s(zPrefix)%w(zCom)</title>
137 @ <link>%s(g.zBaseURL)/ci/%s(zId)</link>
138 @ <description>%s(zPrefix)%w(zCom)</description>
139 @ <pubDate>%s(zDate)</pubDate>
140 @ <author>%h(zAuthor)</author>
141 @ <guid>%s(g.zBaseURL)/ci/%s(zId)</guid>
142 @ </item>
143 free(zDate);
144
--- src/rss.c
+++ src/rss.c
@@ -131,13 +131,13 @@
131 }else if( nChild>1 ){
132 zPrefix = "*FORK* ";
133 }
134
135 @ <item>
136 @ <title>%s(zPrefix)%h(zCom)</title>
137 @ <link>%s(g.zBaseURL)/ci/%s(zId)</link>
138 @ <description>%s(zPrefix)%h(zCom)</description>
139 @ <pubDate>%s(zDate)</pubDate>
140 @ <author>%h(zAuthor)</author>
141 @ <guid>%s(g.zBaseURL)/ci/%s(zId)</guid>
142 @ </item>
143 free(zDate);
144

Keyboard Shortcuts

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