Fossil SCM
Use wiki-formatting on fields of the RSS feed so that hyperlinks come out right but other markup characters (ex: <stdio.h>) get escaped properly.
Commit
ee7dbb86fb8ba98636f25f8b8a6723dcb52b95cd
Parent
97336c56aba4952…
1 file changed
+2
-2
+2
-2
| --- src/rss.c | ||
| +++ src/rss.c | ||
| @@ -131,13 +131,13 @@ | ||
| 131 | 131 | }else if( nChild>1 ){ |
| 132 | 132 | zPrefix = "*FORK* "; |
| 133 | 133 | } |
| 134 | 134 | |
| 135 | 135 | @ <item> |
| 136 | - @ <title>%h(zPrefix)%s(zCom)</title> | |
| 136 | + @ <title>%s(zPrefix)%w(zCom)</title> | |
| 137 | 137 | @ <link>%s(g.zBaseURL)/ci/%s(zId)</link> |
| 138 | - @ <description>%s(zPrefix)%h(zCom)</description> | |
| 138 | + @ <description>%s(zPrefix)%w(zCom)</description> | |
| 139 | 139 | @ <pubDate>%s(zDate)</pubDate> |
| 140 | 140 | @ <author>%h(zAuthor)</author> |
| 141 | 141 | @ <guid>%s(g.zBaseURL)/ci/%s(zId)</guid> |
| 142 | 142 | @ </item> |
| 143 | 143 | free(zDate); |
| 144 | 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>%h(zPrefix)%s(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 |
| --- 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 |