[Lisppaste-cvs] CVS update: lisppaste2/web-server.lisp

Brian Mastenbrook bmastenbrook at common-lisp.net
Wed Feb 4 02:55:36 UTC 2004


Update of /project/lisppaste/cvsroot/lisppaste2
In directory common-lisp.net:/tmp/cvs-serv9184

Modified Files:
	web-server.lisp 
Log Message:
Explicitly link to RSS

Date: Tue Feb  3 21:55:36 2004
Author: bmastenbrook

Index: lisppaste2/web-server.lisp
diff -u lisppaste2/web-server.lisp:1.23 lisppaste2/web-server.lisp:1.24
--- lisppaste2/web-server.lisp:1.23	Tue Feb  3 21:41:12 2004
+++ lisppaste2/web-server.lisp	Tue Feb  3 21:55:36 2004
@@ -1,4 +1,4 @@
-;;;; $Id: web-server.lisp,v 1.23 2004/02/04 02:41:12 bmastenbrook Exp $
+;;;; $Id: web-server.lisp,v 1.24 2004/02/04 02:55:36 bmastenbrook Exp $
 ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/web-server.lisp,v $
 
 ;;;; See the LICENSE file for licensing information.
@@ -39,6 +39,8 @@
     ((a :href ,(araneida:urlstring *new-paste-url*)) "New paste")
     " | "
     ((a :href ,(araneida:urlstring *list-paste-url*)) "List all pastes")
+    " | "
+    ((a :href ,(araneida:urlstring *rss-url*)) "Syndicate (RSS)")
     " | "
     ((a :href "http://common-lisp.net/project/lisppaste") "lisppaste home page")))
 





More information about the Lisppaste-cvs mailing list