1
0
Fork 0
Fork/mirror of Andy Wingo's tekuti
Find a file
Andy Wingo befda5cb02 big change to use new (web server) infrastructure
Change to use (web server) instead of our own loop. This also means that
requests are request objects from (web request), and responses are from
(web response).

* tekuti/boot.scm (boot): Run the main loop from (tekuti web).

* tekuti/config.scm (*port*, *backlog*, *public-url-base*)
  (*private-url-base*): Remove extraneous config vars.

* tekuti/mod-lisp.scm: Rewrite to be a (web server) server-impl. Not
  tested very well.

* tekuti/page-helpers.scm (respond): New procedure, now the primary way
  to respond to a request.
  (relurl, rellink): Take path components as a list, and encode the
  parts when making the resulting URL. All callers changed.

* tekuti/page.scm: Change all handlers to take an additional `body'
  argument, to respond using `respond', and to use the new `relurl' /
  `rellink' protocol.

* tekuti/request.scm: Eviscerate, leaving only pieces that deal in
  request objects from `(web request)'.

* tekuti/web.scm: Update to use (weeb server).
2010-11-13 19:26:47 +01:00
src src/tekuti uses -s, not -l 2010-11-13 18:48:18 +01:00
tekuti big change to use new (web server) infrastructure 2010-11-13 19:26:47 +01:00
.gitignore autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
acinclude.m4 autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
AUTHORS autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
ChangeLog autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
configure.ac autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
COPYING autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
env.in autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
Makefile.am use compile warnings 2010-11-13 18:48:18 +01:00
NEWS autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
README autotoolize, and compile the scheme files 2010-11-13 18:48:18 +01:00
wordpress-to-dir.py more cleanups 2008-02-29 13:38:07 +01:00