[Gd-chatter] r11482 - trunk/libraries/network/koala/sources/koala
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Fri Nov 2 23:08:54 CET 2007
Author: hannes
Date: Fri Nov 2 23:08:53 2007
New Revision: 11482
Modified:
trunk/libraries/network/koala/sources/koala/library-unix.dylan
trunk/libraries/network/koala/sources/koala/library.dylan
Log:
Job: koala
sync those files
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 Fri Nov 2 23:08:53 2007
@@ -73,7 +73,7 @@
quote-html, // Change < to < etc
register-init-function,
run-init-functions,
-
+
<string-trie>,
find-object,
add-object,
@@ -129,7 +129,6 @@
log, log-raw,
log-level, log-level-setter,
as-common-logfile-date;
-
end module utilities;
@@ -390,7 +389,7 @@
<static-page>,
register-page, // Register a page for a given URL
url-to-page,
- respond-to, // Implement this for you page to handle a request
+ respond-to, // Implement this for your page to handle a request
page-source,
page-source-setter,
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 Fri Nov 2 23:08:53 2007
@@ -65,6 +65,7 @@
wrapping-inc!,
file-contents,
pset, // multiple-value-setq
+ ignore-errors,
path-element-equal?,
parent-directory,
date-to-stream,
@@ -128,7 +129,6 @@
log, log-raw,
log-level, log-level-setter,
as-common-logfile-date;
-
end module utilities;
@@ -170,6 +170,7 @@
count-query-values,
count-form-values,
application-error,
+ current-url,
decode-url,
encode-url,
redirect-to;
@@ -270,7 +271,7 @@
create
print-object;
- // files
+ // Files
create
static-file-responder;
@@ -389,11 +390,7 @@
<static-page>,
register-page, // Register a page for a given URL
url-to-page,
- respond-to-get, // Implement this for your page to handle GET requests
- respond-to-post, // Implement this for your page to handle POST requests
- respond-to-head, // Implement this for your page to handle HEAD requests
- respond-to,
- get, post, // convenience
+ respond-to, // Implement this for your page to handle a request
page-source,
page-source-setter,
More information about the chatter
mailing list