Diff
Not logged in

Differences From:

File src/rss.c part of check-in [cd965de682] - Fix some compiler warnings. by drh on 2009-01-24 10:44:43. [view]

To:

File src/rss.c part of check-in [9be1b00392] - Rename the "vinfo" page to "ci" and the "vedit" page to "ci_edit". by drh on 2009-01-25 20:13:46. [view]

@@ -116,13 +116,13 @@
     }
 
     @     <item>
     @       <title>%s(zPrefix)%s(zCom)</title>
-    @       <link>%s(g.zBaseURL)/vinfo/%s(zId)</link>
+    @       <link>%s(g.zBaseURL)/ci/%s(zId)</link>
     @       <description>%s(zPrefix)%s(zCom)</description>
     @       <pubDate>%s(zDate)</pubDate>
     @       <author>%s(zAuthor)</author>
-    @       <guid>%s(g.zBaseURL)/vinfo/%s(zId)</guid>
+    @       <guid>%s(g.zBaseURL)/ci/%s(zId)</guid>
     @     </item>
     nLine++;
   }