diff -ur araneida_0.9.orig/doc/handlers.html araneida_0.9/doc/handlers.html --- araneida_0.9.orig/doc/handlers.html 2005-02-25 13:38:51.425932824 -0600 +++ araneida_0.9/doc/handlers.html 2005-02-25 13:39:21.504360208 -0600 @@ -88,7 +88,7 @@

HTTP errors (e.g. 404, 500) can be signalled with SIGNAL; see the example. For a list of condition names, -see http-errors.lisp. +see http-error.lisp.

Authentication and authorization methods

Only in araneida_0.9/doc: handlers.html.~1.7.~ diff -ur araneida_0.9.orig/doc/html.html araneida_0.9/doc/html.html --- araneida_0.9.orig/doc/html.html 2005-02-25 13:38:51.425932824 -0600 +++ araneida_0.9/doc/html.html 2005-02-25 13:44:00.506945368 -0600 @@ -25,8 +25,7 @@ preferred

We also have a pattern-based rewriting system so that you can -"invent your own tags" (sic), using DEFINE-PATTERNS. See example 6 in -../examples/main.lisp. This is +"invent your own tags" (sic), using DEFINE-PATTERNS. This is used in the DEFINE-PAGE macro, which also gives you correct handling of conditional GETs for free. Only in araneida_0.9/doc: html.html.~1.1.~