]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.c
Add Reply and Email links; and an RSS link in the header
[citadel.git] / webcit / webcit.c
index 71d748f6c0a2f5212fa6270b1d931eda18c5d18b..b595b01c230e41c0fefe3c3793bdab1d93be05d5 100644 (file)
@@ -718,6 +718,11 @@ void offer_start_page(void) {
        wprintf("\"><FONT SIZE=-2 COLOR=\"#AAAAAA\">");
        wprintf(_("Make this my start page"));
        wprintf("</FONT></A>");
+       wprintf("<br/><a href=\"/rss?room=");
+       urlescputs(WC->wc_roomname);
+       wprintf("\" title=\"RSS 2.0 feed for ");
+       escputs(WC->wc_roomname);
+       wprintf("\"><img alt=\"RSS\" src=\"/static/xml_button.gif\"/></a>\n");
 }