minor changes:
*HTTP1.1 (this is wishful thinking) *we don't have a general URI parser, just a URL parser *typos *alles irdische hat einen namen
This commit is contained in:
parent
3548b25c26
commit
c3b855ae22
11
README
11
README
|
@ -9,15 +9,15 @@ Scsh's facilities for multi-threaded systems programming und Unix.
|
||||||
SUnet includes the following components:
|
SUnet includes the following components:
|
||||||
|
|
||||||
* The SUnet Web server
|
* The SUnet Web server
|
||||||
This is a highly configurable HTTP 1.0 server in Scheme.
|
This is a highly configurable HTTP 1.1 server in Scheme.
|
||||||
The server is accompanied some libraries which may also
|
The server is accompanied by some libraries which may also
|
||||||
be used separately:
|
be used separately:
|
||||||
|
|
||||||
* URI and URL parsers and unparsers
|
* an URL parser and unparser
|
||||||
* a library for writing CGI scripts in Scheme
|
* a library for writing CGI scripts in Scheme
|
||||||
* server extensions for interfacing to CGI scripts
|
* server extensions for interfacing to CGI scripts
|
||||||
* server extensions for uploading Scheme code
|
* server extensions for uploading Scheme code
|
||||||
* simple structured HTML output library
|
* a simple structured HTML output library
|
||||||
|
|
||||||
The server also ships with a sophisticated interface for writing
|
The server also ships with a sophisticated interface for writing
|
||||||
server-side Web applications called "SUrflets".
|
server-side Web applications called "SUrflets".
|
||||||
|
@ -110,8 +110,7 @@ scsh@zurich.ai.mit.edu
|
||||||
|
|
||||||
Relax, hack, and enjoy!
|
Relax, hack, and enjoy!
|
||||||
|
|
||||||
Dr. S.
|
Michael Sperber
|
||||||
Dr. S.
|
|
||||||
Martin Gasbichler
|
Martin Gasbichler
|
||||||
Eric Marsden
|
Eric Marsden
|
||||||
Andreas Bernauer
|
Andreas Bernauer
|
Loading…
Reference in New Issue