[claw-cvs] r26 - trunk/doc/chapters

achiumenti at common-lisp.net achiumenti at common-lisp.net
Wed Apr 2 07:15:27 UTC 2008


Author: achiumenti
Date: Wed Apr  2 02:15:27 2008
New Revision: 26

Modified:
   trunk/doc/chapters/intro.texinfo
Log:
documentation update

Modified: trunk/doc/chapters/intro.texinfo
==============================================================================
--- trunk/doc/chapters/intro.texinfo	(original)
+++ trunk/doc/chapters/intro.texinfo	Wed Apr  2 02:15:27 2008
@@ -25,9 +25,9 @@
 
 Lisplets are web resource containers that hold web pages and other resource files, such as javascript, image, css, etc. files, under a common path.
 
-When a matching lisplet is then found, it dispatches the request to a registered resource that can be a page or a file.
+When a matching lisplet is then found, it dispatches the request to a registered resource that can be a page or a file or even a function.
 
-If the request is sent for a file, this is then sent pack to the browser if found.
+If the request is sent for a file, this is then sent back to the browser if found.
 
 If the request is sent for a page, usually mapped to a html url, the dispatcher calls the page rendering function to display the page as an html resource.
 



More information about the Claw-cvs mailing list