Adapt to change in sunet/doc/latex/decls.tex and mention out of date status.
This commit is contained in:
parent
27fbf65f2b
commit
6bea1e6a0c
|
@ -9,14 +9,21 @@
|
|||
|
||||
\input{../../../doc/latex/decls}
|
||||
\newcommand{\attrib}[1]{\textsf{#1}}
|
||||
\newcommand{\ovar}[1]{\mbox{\textnormal{[}\frenchspacing\it{#1}\textnormal{]}}}
|
||||
%FIXME-command: types out the desired FIXME
|
||||
\newcommand{\FIXME}[1]%
|
||||
{\typeout{}\typeout{****** FIXME ***** #1}\typeout{}%
|
||||
\textsf{[#1]}}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\begin{abstract}
|
||||
\noindent The Scheme Untergrund Network Package (\textit{SUnet} for
|
||||
short) comes along with a modular web server. The SUrflet handler
|
||||
described here extends it by the capability of writing programs in
|
||||
Scheme, that yield an HTML page.
|
||||
\noindent [THIS FILE IS NOT AT ALL UP TO DATE. However, some specs
|
||||
are still true. See the sources and the example SUrflets for up to
|
||||
date info.]\\ \noindent The Scheme Untergrund Network Package
|
||||
(\textit{SUnet} for short) comes along with a modular web
|
||||
server. The SUrflet handler described here extends it by the
|
||||
capability of writing programs in Scheme, that yield an HTML page.
|
||||
|
||||
Suspending of SUrflet computation.
|
||||
Using Oleg's SXML.
|
||||
|
@ -264,7 +271,7 @@ See the examples for further informations.
|
|||
|
||||
\defun{input-field-binding}{input-field bindings}{binding}
|
||||
\defunx{raw-input-field-value}{input-field bindings}{value}
|
||||
\defunx{input-field-value}{input-field bindings \opt{default}}{value}
|
||||
\defunx{input-field-value}{input-field bindings \ovar{default}}{value}
|
||||
\begin{desc}
|
||||
\ex{input-field-binding} returns the binding for
|
||||
\semvar{input-field} in \semvar{bindings}.
|
||||
|
|
Loading…
Reference in New Issue