Fossil SCM
Improved hyperlinking in the RSS feed.
Commit
66d93f33d56adbd3b39d376a555a78b407b7210d
Parent
abdedb21da0e2c8…
1 file changed
+2
-2
+2
-2
| --- src/rss.c | ||
| +++ src/rss.c | ||
| @@ -127,15 +127,15 @@ | ||
| 127 | 127 | zPrefix = "*FORK* "; |
| 128 | 128 | } |
| 129 | 129 | |
| 130 | 130 | @ <item> |
| 131 | 131 | @ <title>%s(zPrefix)%h(zCom)</title> |
| 132 | - @ <link>%s(g.zBaseURL)/ci/%s(zId)</link> | |
| 132 | + @ <link>%s(g.zBaseURL)/info/%s(zId)</link> | |
| 133 | 133 | @ <description>%s(zPrefix)%h(zCom)</description> |
| 134 | 134 | @ <pubDate>%s(zDate)</pubDate> |
| 135 | 135 | @ <author>%h(zAuthor)</author> |
| 136 | - @ <guid>%s(g.zBaseURL)/ci/%s(zId)</guid> | |
| 136 | + @ <guid>%s(g.zBaseURL)/info/%s(zId)</guid> | |
| 137 | 137 | @ </item> |
| 138 | 138 | free(zDate); |
| 139 | 139 | nLine++; |
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 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)/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 |