[Gd-chatter] r11328 - trunk/libraries/network/koala/sources/koala

cgay at gwydiondylan.org cgay at gwydiondylan.org
Sat May 5 11:29:53 CEST 2007


Author: cgay
Date: Sat May  5 11:29:51 2007
New Revision: 11328

Modified:
   trunk/libraries/network/koala/sources/koala/library-unix.dylan
   trunk/libraries/network/koala/sources/koala/library.dylan
Log:
job: koala
minor mods


Modified: trunk/libraries/network/koala/sources/koala/library-unix.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/library-unix.dylan	(original)
+++ trunk/libraries/network/koala/sources/koala/library-unix.dylan	Sat May  5 11:29:51 2007
@@ -168,8 +168,10 @@
 
   // Virtual hosts
   create
-    <virtual-host>, *virtual-host*,
-    document-root, vhost-name,
+    <virtual-host>,
+    *virtual-host*,
+    document-root,
+    vhost-name,
     locator-below-document-root?;
 
   // Responses
@@ -264,11 +266,13 @@
   create
     static-file-responder;
 
-  create <avalue>,
+  create
+    <avalue>,
     avalue-value,
     avalue-alist;
 
-  create <http-file>,
+  create
+    <http-file>,
     http-file-filename,
     http-file-content,
     http-file-mime-type;
@@ -278,7 +282,8 @@
     koala-main,
     *argument-list-parser*;
 
-  create request-content,
+  create
+    request-content,
     request-content-type,
     request-content-setter,
     process-request-content;

Modified: trunk/libraries/network/koala/sources/koala/library.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/library.dylan	(original)
+++ trunk/libraries/network/koala/sources/koala/library.dylan	Sat May  5 11:29:51 2007
@@ -168,8 +168,10 @@
 
   // Virtual hosts
   create
-    <virtual-host>, *virtual-host*,
-    document-root, vhost-name,
+    <virtual-host>,
+    *virtual-host*,
+    document-root,
+    vhost-name,
     locator-below-document-root?;
 
   // Responses
@@ -264,11 +266,13 @@
   create
     static-file-responder;
 
-  create <avalue>,
+  create
+    <avalue>,
     avalue-value,
     avalue-alist;
 
-  create <http-file>,
+  create
+    <http-file>,
     http-file-filename,
     http-file-content,
     http-file-mime-type;
@@ -278,7 +282,8 @@
     koala-main,
     *argument-list-parser*;
 
-  create request-content,
+  create
+    request-content,
     request-content-type,
     request-content-setter,
     process-request-content;



More information about the chatter mailing list