Author: hhubner
Date: 2006-02-19 12:59:00 -0600 (Sun, 19 Feb 2006)
New Revision: 1863
Modified:
branches/xml-class-rework/projects/lisp-ecoop/src/webserver.lisp
branches/xml-class-rework/projects/lisp-ecoop/website/templates/toplevel.xml
Log:
realitivize paths
Modified: branches/xml-class-rework/projects/lisp-ecoop/src/webserver.lisp
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/src/webserver.lisp 2006-02-19 18:53:22 UTC (rev 1862)
+++ branches/xml-class-rework/projects/lisp-ecoop/src/webserver.lisp 2006-02-19 18:59:00 UTC (rev 1863)
@@ -33,7 +33,7 @@
("logout" . "/logout"))
:authorizer (make-instance 'bknr-authorizer)
- :style-sheet-urls '("/static/styles.css")
- :javascript-urls '("/static/javascript.js"))
+ :style-sheet-urls '("static/styles.css")
+ :javascript-urls '("static/javascript.js"))
(start :port port :listeners listeners))
Modified: branches/xml-class-rework/projects/lisp-ecoop/website/templates/toplevel.xml
===================================================================
--- branches/xml-class-rework/projects/lisp-ecoop/website/templates/toplevel.xml 2006-02-19 18:53:22 UTC (rev 1862)
+++ branches/xml-class-rework/projects/lisp-ecoop/website/templates/toplevel.xml 2006-02-19 18:59:00 UTC (rev 1863)
@@ -9,8 +9,8 @@
>
<head>
<title>LISP-ECOOP06 - $(title)</title>
- <link rel="stylesheet" type="text/css" href="/static/styles.css" />
- <script src="/static/javascript.js" language="javascript" type="text/javascript"> </script>
+ <link rel="stylesheet" type="text/css" href="static/styles.css" />
+ <script src="static/javascript.js" language="javascript" type="text/javascript"> </script>
</head>
<body>