Commit Graph

1008 Commits

Author SHA1 Message Date
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
mainzelm f105fec02e Don't put install-lib files into the tarball. 2004-05-05 16:44:02 +00:00
mainzelm 079d184b57 Fix path to the manual. 2004-05-05 16:22:26 +00:00
mainzelm d662676607 Minor updates. 2004-05-05 16:17:09 +00:00
mainzelm 0d574180af Use the SSAX package by Michel Schinz. 2004-05-05 16:16:26 +00:00
mainzelm 2edc598503 Updates for the installation with the install-lib. 2004-04-15 18:41:58 +00:00
mainzelm addba89427 First steps towards 2.1 release. 2004-03-31 20:32:10 +00:00
mainzelm e0a76f5094 Bump version number, adjust date. 2004-03-31 20:00:32 +00:00
mainzelm 6a19726813 Add install-lib-version 2004-03-29 11:05:18 +00:00
sperber 0db253e1a1 Add hack for the benefits of ftpds on AFS directories, to enable
anonymous-upload directories:

We don't list a directory unless the Unix permissions would allow us
to.
2004-03-26 13:46:56 +00:00
mainzelm cca616721a Fixed some inconsistencies in the documentation of the DNS library. 2004-03-24 20:55:29 +00:00
mainzelm 6cf0413f98 Export a whole bunch of procedures from the low-level interface of the
DNS library.
2004-03-24 20:53:19 +00:00
mainzelm 222f5c5052 Return 'unsupported-message-type if message type is unknown, return
'unsupported-message-class if message class is unknown.

This makes it possible to parse replies that contain IP6 addresses in
the additional section.
2004-03-24 20:52:12 +00:00
mainzelm a65a5c5f86 Fixed severe bug in WITH-LOCK. Noted by Taylor Campbell 2004-03-16 07:30:14 +00:00
mainzelm f328c0537f In copy-ascii-port->port, get length of line only after checking for EOF. 2004-02-17 16:07:22 +00:00
interp 73f55ffb1b Add tags target that got lost on the way 2004-02-17 15:07:36 +00:00
mainzelm a65dbd70e4 On restart, set the file port to unbuffered mode before seeking to
work around scsh limitiation.
2004-02-10 12:27:57 +00:00
eknauel b7314f87f1 + Use SRFI-37 (arg-fold) for parsing command-line-arguments 2004-02-09 08:09:35 +00:00
mainzelm 2b27ee6569 Use location of script to find web-server root 2004-02-03 14:11:26 +00:00
mainzelm 0a7ada489d + Install example scripts
+ Use library search path to find SUnet in example scripts
+ Add option to install without SSAX
2004-02-03 13:51:51 +00:00
interp 1fe7ec1e6f Moving SUrflets webserver to top level,
adjusting startup scripts and documentation accordingly.
Replaced index.html (small & no content) by index2.html.
2004-02-02 17:49:37 +00:00
mainzelm ed74e197ee The annotation of an address is not put into the URL so URI escaping
it is superfluous and wrong.
2004-02-02 17:37:01 +00:00
mainzelm bf44e9d93d Add generation of load.scm 2004-02-02 10:49:10 +00:00
mainzelm 7668a290dc Use Michel's install-lib for installation of SUnet 2004-02-02 10:26:26 +00:00
mainzelm b65323b81b URI escape address annotations 2004-02-02 10:24:05 +00:00
mainzelm ff5bca073d Added a missing port argument. 2004-02-02 10:22:21 +00:00
mainzelm 2066f225bf Fixed parsing of comments in resolv.conf 2004-02-02 10:21:20 +00:00
mainzelm cf8911921d Fixed bug in send-receive-message-tcp where a WITH-HANDLER was called
with erroneous arguments.
2004-01-27 16:29:42 +00:00