sunet/scheme/httpd
vibr 96f0ae41d5 -move XHTML stuff from responses.scm to htmlout.scm
-don't use WRITE-STRING with \n (\n within strings is not in R5RS),
instead use FORMAT with ~%
-use EMIT-PROLOG and EMIT-TAG from htmlout.scm
2004-08-13 15:37:31 +00:00
..
surflets Moving SUrflets webserver to top level, 2004-02-02 17:49:37 +00:00
access-control.scm Replace integer HTTP status codes by finite record type instances. 2003-01-09 15:05:30 +00:00
cgi-server.scm allow header in 405 answers 2004-08-11 14:53:11 +00:00
core.scm +comment/question 2004-08-10 14:25:55 +00:00
error.scm add comments: 2004-08-11 09:20:31 +00:00
file-dir-handler.scm -adapt calls of make-error-response 2004-08-11 14:51:51 +00:00
handlers.scm Finally fix MAKE-HOST-NAME-HANDLER to the point where it works and has 2003-02-10 12:02:11 +00:00
info-gateway.scm -adapt calls of make-error-response 2004-08-11 14:51:51 +00:00
logging.scm Log a single dash (`-') if referer or user-agent header is missing/unknown 2003-02-25 17:36:36 +00:00
options.scm Added httpd-options-post-bind-thunk. 2003-02-20 17:52:27 +00:00
request.scm Renamed REQUEST:xxx to REQUEST-xxx. 2002-11-29 14:49:22 +00:00
response.scm -move XHTML stuff from responses.scm to htmlout.scm 2004-08-13 15:37:31 +00:00
rman-gateway.scm -adapt calls of make-error-response 2004-08-11 14:51:51 +00:00
server.scm - Make the handlers in HTTPD-FILE-DIRECTORY-HANDLERS do something 2003-01-29 10:08:25 +00:00
seval.scm make server generated html pages XHTML 1.0 Strict: 2004-08-13 15:26:50 +00:00