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

Brian Mastenbrook bmastenbrook at common-lisp.net
Tue Mar 9 06:52:27 UTC 2004


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

Modified Files:
	web-server.lisp 
Log Message:
argh, the post-initial-release change

Date: Tue Mar  9 01:52:27 2004
Author: bmastenbrook

Index: lisppaste2/web-server.lisp
diff -u lisppaste2/web-server.lisp:1.41 lisppaste2/web-server.lisp:1.42
--- lisppaste2/web-server.lisp:1.41	Sun Mar  7 15:40:20 2004
+++ lisppaste2/web-server.lisp	Tue Mar  9 01:52:27 2004
@@ -1,4 +1,4 @@
-;;;; $Id: web-server.lisp,v 1.41 2004/03/07 20:40:20 bmastenbrook Exp $
+;;;; $Id: web-server.lisp,v 1.42 2004/03/09 06:52:27 bmastenbrook Exp $
 ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/web-server.lisp,v $
 
 ;;;; See the LICENSE file for licensing information.
@@ -45,6 +45,8 @@
     ((a :href ,(araneida:urlstring *rss-url*)) "Syndicate (Basic RSS)")
     " | "
     ((a :href ,(araneida:urlstring *rss-full-url*)) "Syndicate (Full RSS)")
+    " | "
+    ((a :href "http://common-lisp.net/project/lisppaste/xml-rpc.html") "XML-RPC")
     " | "
     ((a :href "http://common-lisp.net/project/lisppaste") "lisppaste home page")))
 





More information about the Lisppaste-cvs mailing list