Commit Graph

1035 Commits

Author SHA1 Message Date
vibr 6969b80206 - move XHTML stuff from responses.scm to htmlout.scm
- new function EMIT-PROLOG
- define XML namespace declaration
- adapt macro %hack-attr-elt: special treatment of xmlnsdecl-attr
(this is not nice, but the only alternative was hard-coding the XML
namespace declaration into the various handlers)
- element names -> lower case
2004-08-13 15:46:53 +00:00
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
vibr c089e26e96 move XHTML stuff from responses.scm to htmlout.scm, adapt
packages.scm
2004-08-13 15:34:00 +00:00
vibr a9ae5061d0 make server generated html pages XHTML 1.0 Strict:
element names -> lower case
2004-08-13 15:26:50 +00:00
vibr 4d7f10960c fix typo 2004-08-11 19:38:16 +00:00
vibr 7bdd94cdb5 "moved-temp" -> "temp-redirect"
(HTTP/1.1: use 307 instead of 302 for unambiguity)
2004-08-11 19:06:05 +00:00
vibr 7b6f5675af allow header in 405 answers 2004-08-11 14:53:11 +00:00
vibr 880a05229c -adapt calls of make-error-response
-allow header in 405 answers
-answer 501, not 405, for unimplemented/unrecognized methods
2004-08-11 14:51:51 +00:00
vibr 5f64e72cd0 make-error-response:
more meaningful error description: show parsed uri
2004-08-11 14:48:11 +00:00
vibr 3abe557a86 make-error-response in response.scm uses http-url->string 2004-08-11 14:45:32 +00:00
vibr 8b09f2b338 -adapt calls of make-error-response
-answer 501, not 405, for unimplemented/unrecognized methods
2004-08-11 12:28:46 +00:00
vibr 1c4445933d adapt docu of make-error-response to its reworked interface 2004-08-11 10:43:26 +00:00
vibr f22f43ccd1 make-error-response:
use stuff in req where req isn't #f
2004-08-11 10:17:14 +00:00
vibr 2ee378aea9 add comments:
-make clear difference between http-error and
fatal-syntax-error
-refer to make-error-response for args of http-error
2004-08-11 09:20:31 +00:00
vibr a3dd880c7a +catch calls of make-error-response with too few arguments 2004-08-10 14:26:50 +00:00
vibr 4b37826de8 +comment/question 2004-08-10 14:25:55 +00:00
vibr 1bdac52ad6 adapt calls of make-error-response: remove tautologous description of errors 2004-07-30 22:26:50 +00:00
vibr 7c7be57a22 changes to make-error-response:
(1)no special treatment of first "optional" argument
- rationale: a different number of args is required depending on the
specific error code

(2)use close-html to write out all _effectively_ optional args

(3)generated html-pages are valid XHTML 1.0 Strict

(4)require header Allow for 405 errors

(5)more exact descriptions of errors in generated html-pages

TODO: handle calls of make-error-response with too little args
2004-07-30 22:25:03 +00:00
vibr 63e4761c58 adapt calls of make-error-response:
no URI header field in 1.1
2004-07-29 16:09:31 +00:00
vibr 5e14a326b9 adapt make-error-response:
- no URI header field in 1.1
- new 30x status codes in 1.1
2004-07-29 16:08:30 +00:00
vibr 1b4bdb59c6 updated status codes 2004-07-16 15:09:55 +00:00
vibr f96d93b355 re-commit revision 1.22, this time to branch http-1-1 2004-05-27 14:47:46 +00:00
vibr e4a887d491 Revert last commit. 2004-05-24 15:54:58 +00:00
vibr a2a656ad99 1.0->1.1: updated status codes 2004-05-24 15:42:13 +00:00
mainzelm ae913b3b90 + Some changes from start-web-server
+ Add CGI support
2004-05-24 12:00:34 +00:00
mainzelm 1374c26247 Some changes from start-web-server 2004-05-24 11:59:56 +00:00
vibr 1bd77d4b10 added comments 2004-05-17 16:42:45 +00:00
vibr 96216b243d answer HTTP/1.0 for requests with unknown HTTP-version 2004-05-17 16:39:17 +00:00
mainzelm 7090147e49 Set default port to 8080 2004-05-17 08:35:47 +00:00
mainzelm 3311f6af34 Moved startup scripts to web-server directory 2004-05-17 08:34:07 +00:00
mainzelm b7e37f8767 + Add sample links for rman and info gateways.
+ Mention required startup scripts.
2004-05-17 08:15:47 +00:00
interp aeed1acfc2 Mention SUrflets as in README. 2004-05-13 21:27:55 +00:00
interp 9d67969c09 Adjust section about installing SSAX to package proposal
Minor reformatting / typos removed
2004-05-13 21:27:26 +00:00
mainzelm b568965f6e Fix computation of default directories 2004-05-13 08:34:03 +00:00
mainzelm c7693e9bc7 Correct description of extended-web-server 2004-05-13 08:31:13 +00:00
interp a838425ca3 Show update message if entered energy is out of range. 2004-05-12 20:20:52 +00:00
interp 5e12e7ec0e In MAIN: use args parameter instead of command-line for directory;
allows to start from within scsh manually
2004-05-12 19:59:43 +00:00
interp 84e22f065e html is part of CVS tree. Thus, ignore index.html and man* files in html directory instead. 2004-05-12 19:57:17 +00:00
interp 59e79fa839 Ignore html and pdf directory 2004-05-12 19:51:32 +00:00
interp b4c3ad937e In MAIN: get directory from args parameter, not from command-line;
allows to start from within scsh manually
2004-05-12 19:44:06 +00:00
interp 246c2b46ad In MAIN: get directory from args parameter, not command-line;
allows to start main from within scsh manually
Add comments how to use rman-handler and info-handler
2004-05-12 19:43:13 +00:00
interp 7a04cf81d5 Omit warning message if INFOPATH is not set. 2004-05-12 19:28:17 +00:00
interp e13ad264bc Omit warning message if MANPATH is not set. 2004-05-12 19:28:04 +00:00
mainzelm fe45fdc230 Mention and explain sample web servers. 2004-05-12 07:49:50 +00:00
mainzelm fe9e6fe3b9 Include INSTALL in the tarball. 2004-05-12 07:29:45 +00:00
mainzelm 1a2218b89f Move default location of httpd.log file to /tmp 2004-05-11 12:10:13 +00:00
eknauel 704ffae307 Use args-fold (SRFI-37) for parsing command-line arguments 2004-05-11 12:04:10 +00:00
eknauel 7db04b74e2 kill junk char 2004-05-11 12:03:30 +00:00
mainzelm e4cf4931a3 Don't put the Makefile into the tarball, it contains only the dist target. 2004-05-05 16:47:17 +00:00
mainzelm 93256f3b71 Require SSAX 4.9 to use SUnet. 2004-05-05 16:45:39 +00:00