[chatter] r11794 - in trunk/libraries/network/koala: sources/examples/koala-demo www/demo
cgay at mccarthy.opendylan.org
cgay at mccarthy.opendylan.org
Fri May 2 13:36:14 CEST 2008
Author: cgay
Date: Fri May 2 13:36:13 2008
New Revision: 11794
Added:
trunk/libraries/network/koala/sources/examples/koala-demo/koala-demo.lid (contents, props changed)
- copied, changed from r11793, trunk/libraries/network/koala/sources/examples/koala-demo/koala-basics.lid
Removed:
trunk/libraries/network/koala/sources/examples/koala-demo/koala-basics.lid
Modified:
trunk/libraries/network/koala/sources/examples/koala-demo/library.dylan
trunk/libraries/network/koala/sources/examples/koala-demo/main.dylan
trunk/libraries/network/koala/www/demo/header.dsp
Log:
job: koala
Renaming koala-basics to koala-demo. Step 2 of 2.
Copied: trunk/libraries/network/koala/sources/examples/koala-demo/koala-demo.lid (from r11793, trunk/libraries/network/koala/sources/examples/koala-demo/koala-basics.lid)
==============================================================================
--- trunk/libraries/network/koala/sources/examples/koala-demo/koala-basics.lid (original)
+++ trunk/libraries/network/koala/sources/examples/koala-demo/koala-demo.lid Fri May 2 13:36:13 2008
@@ -1,3 +1,3 @@
-library: koala-basics
+library: koala-demo
files: library
main
Modified: trunk/libraries/network/koala/sources/examples/koala-demo/library.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/examples/koala-demo/library.dylan (original)
+++ trunk/libraries/network/koala/sources/examples/koala-demo/library.dylan Fri May 2 13:36:13 2008
@@ -2,7 +2,7 @@
Synopsis: Koala example code
Author: Carl Gay
-define library koala-basics
+define library koala-demo
use dylan;
use common-dylan,
import: { common-extensions };
@@ -15,7 +15,7 @@
end;
-define module koala-basics
+define module koala-demo
use dylan;
use threads;
use common-extensions,
Modified: trunk/libraries/network/koala/sources/examples/koala-demo/main.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/examples/koala-demo/main.dylan (original)
+++ trunk/libraries/network/koala/sources/examples/koala-demo/main.dylan Fri May 2 13:36:13 2008
@@ -1,4 +1,4 @@
-Module: koala-basics
+Module: koala-demo
Synopsis: Examples of how to use the Koala HTTP server
Author: Carl Gay
@@ -10,9 +10,9 @@
point at the directory containing the "demo" directory that has all the
.dsp template files in it.
-Each page demonstrates a feature of Dylan Server Pages. You should be able
-to find the code corresponding to a particular URL by searching for that
-URL in this file. Some XML-RPC methods are defined near the bottom.
+Each page demonstrates a feature of Koala or Dylan Server Pages. You should
+be able to find the code corresponding to a particular URL by searching for
+that URL in this file. Some XML-RPC methods are defined near the bottom.
Note that any URLs registered for dynamic pages hide URLs corresponding to
files in the document root directory. i.e., the dynamic URL takes precedence.
Modified: trunk/libraries/network/koala/www/demo/header.dsp
==============================================================================
--- trunk/libraries/network/koala/www/demo/header.dsp (original)
+++ trunk/libraries/network/koala/www/demo/header.dsp Fri May 2 13:36:13 2008
@@ -1,2 +1,2 @@
-<h1 align="center">Dylan Server Pages Demo</h1>
+<h1 align="center">Koala Demo</h1>e
<hr noshade width="90%">
More information about the chatter
mailing list