sunet/scheme/httpd/surflets
interp aa6e6aabfc ! Redesign of input-fields.
+ Split input-fields into two structures:
  + surflets/my-input-fields allows you to create your own input-fields.
    (complete with structure surflets/input-field-value)
  + surflets/surflet-input-fields are the proposals for input-fields
    from SUrflets. They support annotated input-fields where
    appropriate (select, radio, checkbox, hidden) and changing of attributes,
    e.g. default values. See test.scm for examples.
  The interface of the structure SURFLETS has only changed slightly
  concerning the input fields
  (make-higher-input-field --> make-multi-input-field should be the
  main change)
+ Adapt examples to new input-field interface
+ Note new structures in documentation.
2003-04-16 12:30:57 +00:00
..
latex
web-server ! Redesign of input-fields. 2003-04-16 12:30:57 +00:00
.gitignore ignore some more files (that I use for debugging) 2003-04-14 08:11:10 +00:00
addresses.scm + Add annotated callbacks. 2003-04-14 08:30:27 +00:00
bindings.scm + Splitting file surflets.scm into several packages 2003-03-10 16:29:32 +00:00
callbacks.scm + Add annotated callbacks. 2003-04-14 08:30:27 +00:00
handle-fatal.scm + Outhouse some components of surflet-handler. 2003-01-25 16:09:03 +00:00
ids.scm + Splitting file surflets.scm into several packages 2003-03-10 16:29:32 +00:00
input-fields.scm ! Redesign of input-fields. 2003-04-16 12:30:57 +00:00
load-surflet-server.scm
outdater.scm + Splitting file surflets.scm into several packages 2003-03-10 16:29:32 +00:00
packages.scm ! Redesign of input-fields. 2003-04-16 12:30:57 +00:00
profile.scm
returned-via.scm Addresses may now be annotated with arbitrary values (including, but not 2003-04-13 21:31:41 +00:00
rt-module.scm
send-html.scm Add SEND-HTML-STRING, ../SUSPEND, ../FINISH 2003-03-13 11:33:33 +00:00
shift-reset.scm
simple-surflet-api.scm + export conversion rules from surflets: 2003-03-09 20:15:08 +00:00
start-surflet-server WITH-LOGFILE was renamed to WITH-LOG-FILE 2003-02-17 09:52:21 +00:00
surflet-handler.scm Add surflet-path to options (needed by admin-surflets.scm) 2003-04-13 20:24:56 +00:00
surflet-input-fields.scm ! Redesign of input-fields. 2003-04-16 12:30:57 +00:00
surflet-request.scm + REQUEST object extended for SUrflets by INPUT-PORT 2003-02-17 10:09:24 +00:00
surflet-sxml.scm Add nbps-rule that inserts a   2003-04-16 12:19:44 +00:00
surflets-structures.txt ! Redesign of input-fields. 2003-04-16 12:30:57 +00:00
sxml.scm SXML-ATTRIBUTE-ATTRIBUTES returns a list instead of #f 2003-04-16 12:20:57 +00:00
thread-safe-counter.scm + Outhouse some components of surflet-handler. 2003-01-25 16:09:03 +00:00
typed-optionals.scm + Splitting file surflets.scm into several packages 2003-03-10 16:29:32 +00:00
utilities.scm Add identity function 2003-04-16 12:20:12 +00:00
with-locks.scm Add non-thunk version to with-lock. 2003-04-13 17:36:39 +00:00