You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/10/08 11:22:16 UTC

svn commit: r307277 - /httpd/mod_mbox/trunk/module-2.0/mod_mbox_index.c

Author: pquerna
Date: Sat Oct  8 02:22:13 2005
New Revision: 307277

URL: http://svn.apache.org/viewcvs?rev=307277&view=rev
Log:
Add Link to the Atom Feed from the HTML index page.

Modified:
    httpd/mod_mbox/trunk/module-2.0/mod_mbox_index.c

Modified: httpd/mod_mbox/trunk/module-2.0/mod_mbox_index.c
URL: http://svn.apache.org/viewcvs/httpd/mod_mbox/trunk/module-2.0/mod_mbox_index.c?rev=307277&r1=307276&r2=307277&view=diff
==============================================================================
--- httpd/mod_mbox/trunk/module-2.0/mod_mbox_index.c (original)
+++ httpd/mod_mbox/trunk/module-2.0/mod_mbox_index.c Sat Oct  8 02:22:13 2005
@@ -233,6 +233,10 @@
 	       ESCAPE_OR_BLANK(r->pool, mli->list),
 	       ESCAPE_OR_BLANK(r->pool, mli->domain));
 
+    ap_rputs("<tr><td class=\"left\">Feeds:</td>"
+	     "<td class=\"right\">"
+             "<a href=\"?format=atom\">Atom 1.0</a></td></tr>\n", r);
+
     ap_rputs("   </tbody>\n", r);
     ap_rputs("  </table>\n", r);