sunet/scheme/httpd/surflets
interp 15f07f8d4a Design change: transformer of non-multi input-fields get two
arguments: the input-field *and* the binding value (not only the
binding value)

Rational: (a) transformers of non-multi input-fields can now access the
attribute field of the input-field record, (b) there is no real reason
why to treat multi and non-multi input-fields differently in respect
to their transformer arguments (keep design simple).

Updates of current surflets only necessary if they create their own
non-multi input-fields (with make-input-field).  Example surlfets
calculate.scm and calculate-cb.scm updated as well as standard HTML
input-fields provided by the SUrflets.
2004-07-21 20:09:37 +00:00
..
latex
web-server Moving SUrflets webserver to top level, 2004-02-02 17:49:37 +00:00
.gitignore Exclude some LaTeX files 2003-11-21 19:03:54 +00:00
SSAX-goodhtml-patch SSAX (and we) need this patch to work. 2003-11-21 19:05:54 +00:00
TODO another todo task (tell about cygwin) 2004-01-22 00:48:11 +00:00
addresses.scm The annotation of an address is not put into the URL so URI escaping 2004-02-02 17:37:01 +00:00
bindings.scm use (cdr head) instead of (cdar cache), it's clearer 2004-07-21 18:59:18 +00:00
callbacks.scm Rename callback-functor to callback-function. 2003-08-01 15:02:43 +00:00
handle-fatal.scm
ids.scm
input-fields.scm Design change: transformer of non-multi input-fields get two 2004-07-21 20:09:37 +00:00
load-surflet-server.scm Moving SUrflets webserver to top level, 2004-02-02 17:49:37 +00:00
outdater.scm
packages.scm Rename callback-functor to callback-function. 2003-08-01 15:02:43 +00:00
profile.scm
returned-via.scm
rt-module.scm
send-html.scm
shift-reset.scm
simple-surflet-api.scm
surflet-handler.scm Adjust MAKE-RESUME-URL and 2003-11-18 20:25:59 +00:00
surflet-input-fields.scm Design change: transformer of non-multi input-fields get two 2004-07-21 20:09:37 +00:00
surflet-request.scm
surflet-response.scm
surflet-sxml.scm add explaining comment 2004-07-21 19:07:50 +00:00
surflets-structures.txt
sxml.scm
thread-safe-counter.scm
utilities.scm
with-locks.scm