Return-Path: Delivered-To: apmail-tcl-websh-cvs-archive@tcl.apache.org Received: (qmail 50448 invoked by uid 500); 8 Apr 2002 19:55:07 -0000 Mailing-List: contact websh-cvs-help@tcl.apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list websh-cvs@tcl.apache.org Received: (qmail 50435 invoked from network); 8 Apr 2002 19:55:07 -0000 Date: 8 Apr 2002 19:55:07 -0000 Message-ID: <20020408195507.6906.qmail@icarus.apache.org> From: davidw@apache.org To: tcl-websh-cvs@apache.org Subject: cvs commit: tcl-websh/doc quickref.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N davidw 02/04/08 12:55:06 Modified: doc quickref.xml Log: Commence work on improving the documentation language and style. Revision Changes Path 1.32 +27 -24 tcl-websh/doc/quickref.xml Index: quickref.xml =================================================================== RCS file: /home/cvs/tcl-websh/doc/quickref.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- quickref.xml 5 Apr 2002 09:23:21 -0000 1.31 +++ quickref.xml 8 Apr 2002 19:55:06 -0000 1.32 @@ -1,7 +1,7 @@ Webshell Reference - $Id: quickref.xml,v 1.31 2002/04/05 09:23:21 ronnie Exp $ + $Id: quickref.xml,v 1.32 2002/04/08 19:55:06 davidw Exp $
@@ -38,14 +38,14 @@ takes "-o2" as the first argument. - Instead of the normal Tcl behaviour, WebSH configuration + Instead of the normal Tcl behaviour, Webshell configuration commands normally return the previous value, when a new value is set. In addition to the examples given here you might find http://websh.com/examples.html - a usefull source of information. + a useful source of information.
@@ -53,14 +53,14 @@ The original version of this document can always be found at http://tcl.apache.org/websh. + url="http://tcl.apache.org/websh/">http://tcl.apache.org/websh/. We try to keep this quick reference up-to-date and hope that it will be useful. We do not guarantee that it is suitable for any particular purpose whatsoever. The authors accept no - liability in respect to this information or its use. + liability with regards to this information or its use.
@@ -96,8 +96,8 @@ - Name of the parameter to store reference to a web::command command - in the URL. Default: "cmd". + Name of the web::command parameter + name in the URL. Default: "cmd". @@ -105,8 +105,8 @@ - Name of the parameter to store reference to the timestamp - in the URL. Default: "t". + Name of the timestamp parameter in the URL. Default: + "t". @@ -114,7 +114,8 @@ - Turns substitution of log messages on or off. Default: on. + Turns substitution of log messages on or off. Default: + off. @@ -122,10 +123,11 @@ - Sets the markup characters for sections to be eval'd in web::putx - and web::putxfile commands to either curly braces ({ ... }) or - special tags (<% ... %>). Please note that when using the tags <%%>, - they cannot be nested. Default: brace. + Sets the markup characters for sections to be eval'd in + web::putx and web::putxfile commands to either curly + braces ({ ... }) or special tags (<? + ... ?>). Please note that when using the tags <? + ?>, they cannot be nested. Default: brace. @@ -133,7 +135,7 @@ - Returns the version info string + Returns the version info string. @@ -141,7 +143,7 @@ - Returns a copyright message string + Returns a copyright message string. @@ -149,8 +151,8 @@ - defines which commands should be tried, in sequence, to encrypt - a message. Default: "web::encryptd" + defines which commands should be tried, in sequence, to + encrypt a message. Default: "web::encryptd". @@ -158,8 +160,8 @@ - defines which commands should be tried, in sequence, to decrypt - a message. Default: "web::decryptd" + defines which commands should be tried, in sequence, to + decrypt a message. Default: "web::decryptd". @@ -183,9 +185,10 @@ Command dispatching and session management Webshell provides a command dispatching mechanism to produce, - for example, different HTML pages within one application. The - name of the command to be used is encoded in the querystring - (see web::cmdurl for details on + for example, different HTML pages within one "application", + which is most likely one file on the file system. The name of + the command to be used for a particular page is encoded in the + querystring (see web::cmdurl for details on how to produce such querystrings). Command dispatching is initiated with the command web::dispatch. Commands are defined with web::command. --------------------------------------------------------------------- To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org For additional commands, e-mail: websh-cvs-help@tcl.apache.org