From 6bea1e6a0c1b4a0ff2085a2fca96cf054b880d6b Mon Sep 17 00:00:00 2001 From: interp Date: Sat, 10 May 2003 11:59:13 +0000 Subject: [PATCH] Adapt to change in sunet/doc/latex/decls.tex and mention out of date status. --- scheme/httpd/surflets/latex/surflet.tex | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/scheme/httpd/surflets/latex/surflet.tex b/scheme/httpd/surflets/latex/surflet.tex index ac689f7..d3d58df 100644 --- a/scheme/httpd/surflets/latex/surflet.tex +++ b/scheme/httpd/surflets/latex/surflet.tex @@ -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}.