[bknr-cvs] r1877 - branches/xml-class-rework/projects/lisp-ecoop/src
bknr at bknr.net
bknr at bknr.net
Thu Feb 23 14:20:32 UTC 2006
Author: hhubner
Date: 2006-02-23 08:20:32 -0600 (Thu, 23 Feb 2006)
New Revision: 1877
Modified:
branches/xml-class-rework/projects/lisp-ecoop/src/webserver.lisp
Log:
Make 'home' the home page.
Modified: branches/xml-class-rework/projects/lisp-ecoop/src/webserver.lisp
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/src/webserver.lisp 2006-02-23 14:11:08 UTC (rev 1876)
+++ branches/xml-class-rework/projects/lisp-ecoop/src/webserver.lisp 2006-02-23 14:20:32 UTC (rev 1877)
@@ -18,7 +18,7 @@
:name "LISP ECOOP CMS"
:base-href base-href
:handler-definitions `(("/" redirect-handler
- :to "news")
+ :to "home")
("/" template-handler
:destination ,(namestring (merge-pathnames #p"templates/" *website-directory*))
:command-packages ((:lisp-ecoop . :lisp-ecoop.tags)
More information about the Bknr-cvs
mailing list