You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by ro...@apache.org on 2006/03/06 19:25:36 UTC

svn commit: r383609 [1/2] - in /tcl/site/websh: ./ download/ quickref/

Author: ronnie
Date: Mon Mar  6 10:25:29 2006
New Revision: 383609

URL: http://svn.apache.org/viewcvs?rev=383609&view=rev
Log:
- upgraded to promote 3.6.0b4
- moved downloads to apache mirror

Added:
    tcl/site/websh/download/index.html
Removed:
    tcl/site/websh/download/quickref-3.5.0.tar.gz
    tcl/site/websh/download/quickref-3.5.0.tar.gz.asc
    tcl/site/websh/download/quickref-3.5.0p1.tar.gz
    tcl/site/websh/download/quickref-3.5.0p1.tar.gz.asc
    tcl/site/websh/download/quickref-3.5.0p2.tar.gz
    tcl/site/websh/download/quickref-3.5.0p2.tar.gz.asc
    tcl/site/websh/download/quickref-3.6.0b3.tar.gz
    tcl/site/websh/download/quickref-3.6.0b3.tar.gz.asc
    tcl/site/websh/download/websh-3.5.0.tar.gz
    tcl/site/websh/download/websh-3.5.0.tar.gz.asc
    tcl/site/websh/download/websh-3.6.0b3.tar.gz
    tcl/site/websh/download/websh-3.6.0b3.tar.gz.asc
    tcl/site/websh/download/websh-trunk-20051116.tar.gz
    tcl/site/websh/download/websh-trunk-20051116.tar.gz.asc
Modified:
    tcl/site/websh/buttons.js
    tcl/site/websh/download.ws3
    tcl/site/websh/faq.ws3
    tcl/site/websh/index.ws3
    tcl/site/websh/quickref.ws3
    tcl/site/websh/quickref/Apache_module_specific_commands.html
    tcl/site/websh/quickref/command_dispatching_and_session_management.html
    tcl/site/websh/quickref/configuration.html
    tcl/site/websh/quickref/context_handling.html
    tcl/site/websh/quickref/data_encryption.html
    tcl/site/websh/quickref/file_handling_and_file_IO.html
    tcl/site/websh/quickref/index.html
    tcl/site/websh/quickref/inter-process_and_-system_communication.html
    tcl/site/websh/quickref/logging.html
    tcl/site/websh/quickref/misc_commands.html
    tcl/site/websh/quickref/request_data_handling.html
    tcl/site/websh/quickref/response_data_handling.html
    tcl/site/websh/quickref/uri-html-_en-decoding.html
    tcl/site/websh/websh.interpclass.initializer

Modified: tcl/site/websh/buttons.js
URL: http://svn.apache.org/viewcvs/tcl/site/websh/buttons.js?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/buttons.js (original)
+++ tcl/site/websh/buttons.js Mon Mar  6 10:25:29 2006
@@ -1,30 +1,30 @@
 if (document.images) {
-	var prod_a = new Image();
-	var prod_b = new Image();
-	var docu_a = new Image();
-	var docu_b = new Image();
-	var supp_a = new Image();
-	var supp_b = new Image();
-	var ress_a = new Image();
-	var ress_b = new Image();
-	var down_a = new Image();
-	var down_b = new Image();
+        var prod_a = new Image();
+        var prod_b = new Image();
+        var docu_a = new Image();
+        var docu_b = new Image();
+        var supp_a = new Image();
+        var supp_b = new Image();
+        var ress_a = new Image();
+        var ress_b = new Image();
+        var down_a = new Image();
+        var down_b = new Image();
 
-	prod_a.src ="buttons/b_prod_a.gif";
-	prod_b.src ="buttons/b_prod_b.gif";
-	docu_a.src ="buttons/b_docu_a.gif";
-	docu_b.src ="buttons/b_docu_b.gif";
-	supp_a.src ="buttons/b_supp_a.gif";
-	supp_b.src ="buttons/b_supp_b.gif";
-	ress_a.src ="buttons/b_ress_a.gif";
-	ress_b.src ="buttons/b_ress_b.gif";
-	down_a.src ="buttons/b_down_a.gif";
-	down_b.src ="buttons/b_down_b.gif";
+        prod_a.src ="/websh/buttons/b_prod_a.gif";
+        prod_b.src ="/websh/buttons/b_prod_b.gif";
+        docu_a.src ="/websh/buttons/b_docu_a.gif";
+        docu_b.src ="/websh/buttons/b_docu_b.gif";
+        supp_a.src ="/websh/buttons/b_supp_a.gif";
+        supp_b.src ="/websh/buttons/b_supp_b.gif";
+        ress_a.src ="/websh/buttons/b_ress_a.gif";
+        ress_b.src ="/websh/buttons/b_ress_b.gif";
+        down_a.src ="/websh/buttons/b_down_a.gif";
+        down_b.src ="/websh/buttons/b_down_b.gif";
 }
 
 function swap(img, type) {
 
-	if(document.images) {
-		document[img].src = "buttons/" + type + ".gif";
-	}
+        if(document.images) {
+                document[img].src = "/websh/buttons/" + type + ".gif";
+        }
 }

Modified: tcl/site/websh/download.ws3
URL: http://svn.apache.org/viewcvs/tcl/site/websh/download.ws3?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/download.ws3 (original)
+++ tcl/site/websh/download.ws3 Mon Mar  6 10:25:29 2006
@@ -11,24 +11,28 @@
     <tr valign="top">
     {navbar_down 0}
     <td width="610">
-    <img height="160" width="270" src="images/ausschnitt_download.gif" align="left" alt="graphics">
-
-    Download the latest source code:<p>
-
-    &nbsp;&nbsp;&nbsp;&nbsp;{
-
-	set srcfile [file tail [lindex [glob -nocomplain [getDocFileName download/websh-3*gz]] end]]
-	if {![string length $srcfile]} {
-	    web::put "<span class=\"blue\">source code currently unavailable</span>"
-	} else {
-	    web::put "<a href=\"download/$srcfile\">$srcfile</a>"
-	}
-    }
+    <table cellspacing="0" cellpadding="0" border="0">
+    <tr valign="top">
+    <td>
+    <img height="160" width="270" src="images/ausschnitt_download.gif" align="left" alt="graphics"></td>
+
+    <td>
+    Download the latest source code from a mirror:<p>
+
+    &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.apache.org/dyn/closer.cgi/tcl/websh/source/websh-3.6.0b4-src.tar.gz">websh-3.6.0b4-src.tar.gz</a><br>
+    &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://svn.apache.org/repos/asf/tcl/websh/tags/3.6.0b4/CHANGES">Overview of Changes in 3.6.0b4</a>
+
+    <p>Download the latest quick reference (included in the source):
+
+    <p>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.apache.org/dyn/closer.cgi/tcl/websh/source/quickref-3.6.0b4.tar.gz">quickref-3.6.0b4.tar.gz</a>
+    </td>
+    </tr>
+    </table>
 
     <p>
     Or visit the download directory for an index of all downloads:<p>
 
-    &nbsp;&nbsp;&nbsp;&nbsp;<a href="download/">download directory</a>
+    &nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.apache.org/dyn/closer.cgi/tcl/websh/">mirrored download directory</a>
 
     <p>
     If you would like to be notified when new versions of Websh
@@ -39,7 +43,7 @@
     <p>
     The Websh source code repository has recently been moved from CVS to
     Subversion (SVN). To access the latest source from the repository, use the following (read-only) URL:</p>
-    <p>&nbsp;&nbsp;&nbsp;&nbsp;{pageLink http://svn.apache.org/repos/asf/tcl/websh/trunk}.</p>
+    <p>&nbsp;&nbsp;&nbsp;&nbsp;{pageLink http://svn.apache.org/repos/asf/tcl/websh/trunk}</p>
     <p>
     A typical command to checkout the code would be:
     </p>
@@ -49,12 +53,9 @@
 
     <p>
     <b>Important note</b>: The latest release now also features a Windows XP
-    Makefile for Visual Studio nmake. Websh 3.6.0b3 has been tested to work
-    with Sun Solaris 8 and 9, Linux RedHat 8, Suse9.1, Windows XP.
+    Makefile for Visual Studio nmake. Websh 3.6.0b4 is known to work
+    with Sun Solaris 8 and 9, Linux RedHat 8, Suse9.1, Windows XP, Mac OSX 8.2 und 8.3.
     Other Unix platforms are likely to work too.
-    Fixes for Mac OS-X 8.2 have been added and will be available in the
-    next release. A preliminary source package is provided here:
-    {pageLink download/websh-trunk-20051116.tar.gz -show websh-trunk-20051116.tar.gz}
     </p>
     </td>
     </tr>

Added: tcl/site/websh/download/index.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/download/index.html?rev=383609&view=auto
==============================================================================
--- tcl/site/websh/download/index.html (added)
+++ tcl/site/websh/download/index.html Mon Mar  6 10:25:29 2006
@@ -0,0 +1,9 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
+  <meta http-equiv="refresh" content="0; URL=/websh/download.ws3">
+</head>
+<body>
+</body>
+</html>

Modified: tcl/site/websh/faq.ws3
URL: http://svn.apache.org/viewcvs/tcl/site/websh/faq.ws3?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/faq.ws3 (original)
+++ tcl/site/websh/faq.ws3 Mon Mar  6 10:25:29 2006
@@ -55,7 +55,7 @@
 
 <a name="download"></a><a href="#toc"><h2>1.4 Where can I download Websh?</h2></a>
 
-The latest release of Websh is available for download at the
+The latest release of Websh is available for download in the
 <a href="download.ws3">download area</a> of this site.
 
 <a name="why"></a><a href="#toc"><h2>1.5 Why should I use Websh?</h2></a>

Modified: tcl/site/websh/index.ws3
URL: http://svn.apache.org/viewcvs/tcl/site/websh/index.ws3?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/index.ws3 (original)
+++ tcl/site/websh/index.ws3 Mon Mar  6 10:25:29 2006
@@ -26,13 +26,22 @@
     Check out the {pageLink /websh/examples.ws3 -show "live examples"}
     of Websh applications on this site.
     </p>
+    <p>
+    Changes in the latest Release: {pageLink http://svn.apache.org/repos/asf/tcl/websh/tags/3.6.0b4/CHANGES -show "Changes in Websh 3.6.0.b4"}
+    </p>
         </td>
         <td width="145">
 
           <table border="0" cellpadding="0" cellspacing="0" width="145">
 
+{newsBarElement "2006-03-05" \
+     {<b>Websh 3.6.0b4 available</b>: Pick the {pageLink http://www.apache.org/dyn/closer.cgi/tcl/websh/source/websh-3.6.0b4-src.tar.gz -show "tarball"}
+	 or browse the {pageLink /websh/download.ws3 -show "download area"}.
+     }
+}
+
 {newsBarElement "2005-11-24" \
-     {<b>Websh 3.6.0b3 available</b>: Pick the {pageLink /websh/download/websh-3.6.0b3.tar.gz -show "tarball"}
+     {<b>Websh 3.6.0b3 available</b>: Pick the {pageLink http://www.apache.org/dyn/closer.cgi/tcl/websh/source/websh-3.6.0b3-src.tar.gz -show "tarball"}
 	 or browse the {pageLink /websh/download.ws3 -show "download area"}.
      }
 }

Modified: tcl/site/websh/quickref.ws3
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref.ws3?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref.ws3 (original)
+++ tcl/site/websh/quickref.ws3 Mon Mar  6 10:25:29 2006
@@ -14,21 +14,16 @@
 
     <h2>Download</h2>
 
-    Download the quick reference as tar file:<br>
-    {
-	set srcfile [file tail [lindex [glob -nocomplain [getDocFileName download/quickref-3*gz]] end]]
-	if {![string length $srcfile]} {
-	    web::put "<span class=\"blue\">quickref currently unavailable</span>"
-	} else {
-	    web::put "<a href=\"download/$srcfile\">$srcfile</a>"
-	}
-    }
+    <p>Download the quick reference as tar file</p>
+
+    <p>&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.apache.org/dyn/closer.cgi/tcl/websh/quickref-3.6.0b4.tar.gz">quickref-3.6.0b4.tar.gz</a>
 
     <h2>Online</h2>
 
-    Browse the quick reference online:<br>
-    <a href="quickref/">http://tcl.apache.org/websh/quickref/</a>
-    <p>&nbsp;
+    <p>Browse the quick reference online</p>
+    <p>&nbsp;&nbsp;&nbsp;&nbsp;<a href="quickref/">http://tcl.apache.org/websh/quickref/</a></p>
+
+    <p>&nbsp;</p>
     
     </td>
     </tr>

Modified: tcl/site/websh/quickref/Apache_module_specific_commands.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/Apache_module_specific_commands.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/Apache_module_specific_commands.html (original)
+++ tcl/site/websh/quickref/Apache_module_specific_commands.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Apache module specific commands</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="inter-process_and_-system_communication.html" title="Inter-process/-system communication"><link rel="next" href="misc_commands.html" title="Miscellaneous commands"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Apache module specific commands</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="inter-process_and_-system_communication.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="misc_commands.html">Next</a>
 </td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="Apache_module_specific_commands"></a>Apache module specific commands</h2></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Apache module specific commands</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="inter-process_and_-system_communication.html" title="Inter-process/-system communication"><link rel="next" href="misc_commands.html" title="Miscellaneous commands"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Apache module specific commands</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="inter-process_and_-system_communication.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="misc_commands.html">Next</a>
 </td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="Apache_module_specific_commands"></a>Apache module specific commands</h2></div></div></div><p style="width:90%">
       Note that these commands are implemented as dummies in the CGI
       version of Websh only. They don't do anything except for
       web::initializer and web::finalizer, which just evaluate the
@@ -18,11 +18,11 @@
       </p><p style="width:90%">
 Calling <span style="font-family:monospace"><span><strong class="command">web::loglevel</strong></span></span> and <span style="font-family:monospace"><span><strong class="command">web::logdest</strong></span></span> in any <span style="font-family:monospace"><span><strong class="command">web::initializer</strong></span></span> will tag these log levels and destinations as not to be deleted, after the request ends. This log condifguration will therefore also be available in the finalizer code, which is only eval'd after
 the last request in the interpreter has been cleaned up.
-      </p><div class="example"><a name="id352289"></a><p class="title"><b>Example 14. logging in web::initializer</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id360741"></a><p class="title"><b>Example 14. logging in web::initializer</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 &gt; cat test.ws3
 web::initializer {
     web::logdest add user.-debug file -unbuffered /tmp/test.log
-    web::loglevel add *.-debug
+    web::logfilter add *.-debug
     web::log info &quot;initializing interp&quot;
 }
 
@@ -69,7 +69,7 @@
 	manually. However, it can be used as a hook, when the
 	interpreter is deleted:
 
-	</p><div class="example"><a name="id352440"></a><p class="title"><b>Example 15. web::finalize hook</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p><div class="example"><a name="id360926"></a><p class="title"><b>Example 15. web::finalize hook</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 rename web::finalize web::finalize.orig
 proc web::myFinalize {} {
     # code to eval before finalize.orig
@@ -177,7 +177,7 @@
 	The return value of that command is the name of the interpreter class
 	and at the same time the filename of the script for this interpreter
 	class.
-      </p><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id353023"></a>Example</h4></div></div></div><p style="width:90%">
+      </p><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id361539"></a>Example</h4></div></div></div><p style="width:90%">
 	  </p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 proc web::interpmap {filename} {
     if {[string match &quot;/path/to/myApp&quot; $filename]} {

Modified: tcl/site/websh/quickref/command_dispatching_and_session_management.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/command_dispatching_and_session_management.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/command_dispatching_and_session_management.html (original)
+++ tcl/site/websh/quickref/command_dispatching_and_session_management.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Command dispatching and session management</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="configuration.html" title="Configuration"><link rel="next" href="request_data_handling.html" title="Request data handling"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Command dispatching and session management</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="configuration.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="request_data_handling.html">Next</a></td></tr></table><hr></div><div clas
 s="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="command_dispatching_and_session_management"></a>Command dispatching and session management</h2></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Command dispatching and session management</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="configuration.html" title="Configuration"><link rel="next" href="request_data_handling.html" title="Request data handling"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Command dispatching and session management</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="configuration.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="request_data_handling.html">Next</a></td></tr></table><hr></div><div clas
 s="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="command_dispatching_and_session_management"></a>Command dispatching and session management</h2></div></div></div><p style="width:90%">
       Websh provides a command dispatching mechanism to produce,
       for example, different HTML pages within one &quot;application&quot;,
       which is most likely one file on the file system. The name of
@@ -80,7 +80,7 @@
 		    <span style="font-family:monospace"><span><strong class="command">web::config</strong></span></span> <tt>timeparam</tt>.
 		  </p></div>
 	      </div></div></dd></dl></div><p style="width:90%">
-      </p><div class="example"><a name="id273455"></a><p class="title"><b>Example 2. web::cmdurl</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id281800"></a><p class="title"><b>Example 2. web::cmdurl</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::cmdurl -notimestamp -urlformat [list scheme host scriptname pathinfo querystring] &quot;test&quot;
 http://websh.com/bin/returnmail/member?XDZuRD2rnsfHjFH
 %	</pre></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::cmdurlcfg"></a>web::cmdurlcfg</h3></div></div></div><p style="width:90%">
@@ -165,7 +165,7 @@
 	the keys from the command line. The static parameter is only
 	used if there is no such parameter on the command line.
 
-      </p><div class="example"><a name="id271295"></a><p class="title"><b>Example 3. web::cmdurl</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id279659"></a><p class="title"><b>Example 3. web::cmdurl</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::cmdurl &quot;&quot;
 ?XDqPtk34XvyPh41gUBo
 % web::cmdurlcfg -scriptname bin/test_script
@@ -244,7 +244,7 @@
 	<tt>-cmd</tt> option, web::dispatch will call the
 	command &quot;default&quot;.
 
-      </p><div class="example"><a name="id271774"></a><p class="title"><b>Example 4. web::command and web::dispatch</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id280138"></a><p class="title"><b>Example 4. web::command and web::dispatch</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % set tst {puts &quot;On the hook&quot;}
 puts &quot;On the hook&quot;
 % web::command acmd {puts &quot;this is acmd&quot;}
@@ -296,7 +296,7 @@
 	      the corresponding session context without generating a
 	      new session id.
 	    </div></li></ul></div><p style="width:90%">
-      </p><div class="example"><a name="id271996"></a><p class="title"><b>Example 5. Examples</b></p><p style="width:90%">
+      </p><div class="example"><a name="id280360"></a><p class="title"><b>Example 5. Examples</b></p><p style="width:90%">
 	See <a href="http://tcl.apache.org/websh/examples.ws3" target="_top">http://tcl.apache.org/websh/examples.ws3</a>
 	for several sample application demonstrating Websh's
 	session management facilities.

Modified: tcl/site/websh/quickref/configuration.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/configuration.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/configuration.html (original)
+++ tcl/site/websh/quickref/configuration.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Configuration</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="index.html" title="Websh Reference 3.6.0b3"><link rel="next" href="command_dispatching_and_session_management.html" title="Command dispatching and session management"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="command_dispatching_and_session_management.html">Next</a></td></tr></table><hr></div><div class
 ="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="configuration"></a>Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::config"></a>web::config</h3></div></div></div><div class="cmdsynopsis"><span style="background:#bbbbff"><span style="font-weight:bold"><code class="command">web::config</code></span>  <em class="replaceable"><code>key</code></em> ?<em class="replaceable"><code>value</code></em>?</span></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Configuration</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="index.html" title="Websh Reference 3.6.0b4"><link rel="next" href="command_dispatching_and_session_management.html" title="Command dispatching and session management"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Configuration</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="command_dispatching_and_session_management.html">Next</a></td></tr></table><hr></div><div class
 ="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="configuration"></a>Configuration</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::config"></a>web::config</h3></div></div></div><div class="cmdsynopsis"><span style="background:#bbbbff"><span style="font-weight:bold"><code class="command">web::config</code></span>  <em class="replaceable"><code>key</code></em> ?<em class="replaceable"><code>value</code></em>?</span></div><p style="width:90%">
 	If <tt><em class="replaceable"><code>value</code></em></tt> is
 	ommitted, the current value of
 	<tt><em class="replaceable"><code>key</code></em></tt> is returned. Note that
@@ -44,9 +44,9 @@
 This affects the creation of log files, filecounters, session files, 
 and temporary files created when files are uploaded in multipart forms (see
 <span style="font-family:monospace"><span><strong class="command">web::formvar</strong></span></span>). Default is 0644.
-	    </div></div></dd></dl></div><div class="example"><a name="id272881"></a><p class="title"><b>Example 1. web::config</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	    </div></div></dd></dl></div><div class="example"><a name="id281226"></a><p class="title"><b>Example 1. web::config</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::config decryptchain
 web::encryptd
 % web::config filepermissions
 0644
-%      </pre></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="command_dispatching_and_session_management.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Websh Reference 3.6.0b3 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Command dispatching and session management</td></tr></table></div></body></html>
+%      </pre></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="command_dispatching_and_session_management.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Websh Reference 3.6.0b4 </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Command dispatching and session management</td></tr></table></div></body></html>

Modified: tcl/site/websh/quickref/context_handling.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/context_handling.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/context_handling.html (original)
+++ tcl/site/websh/quickref/context_handling.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Context handling</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="logging.html" title="Logging"><link rel="next" href="file_handling_and_file_IO.html" title="File handling and file I/O"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Context handling</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="logging.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="file_handling_and_file_IO.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h
 r><h2 class="title" style="clear: both"><a name="context_handling"></a>Context handling</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::context"></a>web::context</h3></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Context handling</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="logging.html" title="Logging"><link rel="next" href="file_handling_and_file_IO.html" title="File handling and file I/O"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Context handling</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="logging.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="file_handling_and_file_IO.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h
 r><h2 class="title" style="clear: both"><a name="context_handling"></a>Context handling</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::context"></a>web::context</h3></div></div></div><p style="width:90%">
 	Creation
 	</p><div class="cmdsynopsis"><span style="background:#bbbbff"><span style="font-weight:bold"><code class="command">web::context</code></span>  <em class="replaceable"><code>name</code></em></span></div><p style="width:90%">
 	Creates a namespace <tt>name</tt> with the following
@@ -62,7 +62,7 @@
 		serialize context.
 	      </div></div></dd></dl></div><p style="width:90%">
 
-	</p><div class="example"><a name="id348871"></a><p class="title"><b>Example 9. web::context</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p><div class="example"><a name="id357275"></a><p class="title"><b>Example 9. web::context</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::context sc
 % sc::cset lang FR
 FR
@@ -316,24 +316,55 @@
 	      </div></div></dd></dl></div><p style="width:90%">
 
 	After creation, a new command <tt>name</tt> is
-	registered with the following two subcommands:
+	registered with the following subcommands:
 
-	</p><div class="variablelist"><dl><dt><span style="background:#bbbbff"><span class="term"><tt><em class="replaceable"><code>name</code></em></tt> nextval</span></span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:6">
+	</p><div class="variablelist"><dl><dt><span style="background:#bbbbff"><span class="term"><tt><em class="replaceable"><code>name</code></em></tt> config</span></span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:6">
+		Return a flat list of key value pairs with the filecounter's configuration.
+	      </div></div></dd><dt><span style="background:#bbbbff"><span class="term"><tt><em class="replaceable"><code>name</code></em></tt> nextval</span></span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:6">
 		Return the next value.
 	      </div></div></dd><dt><span style="background:#bbbbff"><span class="term"><tt><em class="replaceable"><code>name</code></em></tt> curval</span></span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:6">
 		Return the current value, that is, the value that the
-		last call to &quot;nextval&quot; reported (as opposed
+		last call to &quot;nextval&quot; or &quot;getval&quot; reported (as opposed
 		to the current value in the file).
+	      </div></div></dd><dt><span style="background:#bbbbff"><span class="term"><tt><em class="replaceable"><code>name</code></em></tt> getval</span></span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:6">
+		Return the current value in the file. (Do not increment file as in &quot;nextval&quot;.)
 	      </div></div></dd></dl></div><p style="width:90%">
 
-      </p><div class="example"><a name="id350677"></a><p class="title"><b>Example 10. web::filecounter</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
-% web::filecounter handleName -filename &quot;test.dat&quot;
-handleName
-% # from now on, use handleName &lt;curval|nextval|config&gt;
-% handleName config
-file test.dat handle handleName seed 0 min 0 max 2147483647 incr 1 wrap false curr {not valid}
-% web::filecounter otherHandleName -filename &quot;othertest.dat&quot; -min 1 -max 10 -seed 1 -incr 2 -wrap 1
-otherHandleName
-% otherHandleName config
-file othertest.dat handle otherHandleName seed 1 min 1 max 10 incr 2 wrap true curr {not valid}
+      </p><div class="example"><a name="id359142"></a><p class="title"><b>Example 10. web::filecounter</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+% web::filecounter fc1 -filename test.dat
+fc1
+% fc1 config
+file test.dat handle fc1 seed 0 min 0 max 2147483647 incr 1 perms 0644 wrap false curr {not valid}
+% fc1 curval
+web::filecounter: no current value available
+% fc1 nextval
+0
+% fc1 config
+file test.dat handle fc1 seed 0 min 0 max 2147483647 incr 1 perms 0644 wrap false curr 0
+% fc1 nextval
+1
+% web::filecounter fc2 -filename test.dat
+fc2
+% fc2 curval
+web::filecounter: no current value available
+% fc2 getval
+1
+% fc2 nextval
+2
+% fc2 curval
+2
+% fc1 curval
+1
+% fc1 nextval
+3
+% fc2 getval
+3
+% web::filecounter fc3 -filename othertest.dat -min 1 -max 10 -seed 1 -incr 2 -wrap 1
+fc3
+% fc3 config
+file othertest.dat handle fc3 seed 1 min 1 max 10 incr 2 perms 0644 wrap true curr {not valid}
+% fc3 nextval
+1
+% fc3 nextval
+3
 %	</pre></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="logging.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="file_handling_and_file_IO.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Logging </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> File handling and file I/O</td></tr></table></div></body></html>

Modified: tcl/site/websh/quickref/data_encryption.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/data_encryption.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/data_encryption.html (original)
+++ tcl/site/websh/quickref/data_encryption.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Data encryption</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="file_handling_and_file_IO.html" title="File handling and file I/O"><link rel="next" href="uri-html-_en-decoding.html" title="Uri-/html- en-/decoding"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Data encryption</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="file_handling_and_file_IO.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="uri-html-_en-decoding.html">Next</a></td></tr></table><hr></div><div class="section" lan
 g="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="data_encryption"></a>Data encryption</h2></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Data encryption</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="file_handling_and_file_IO.html" title="File handling and file I/O"><link rel="next" href="uri-html-_en-decoding.html" title="Uri-/html- en-/decoding"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Data encryption</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="file_handling_and_file_IO.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="uri-html-_en-decoding.html">Next</a></td></tr></table><hr></div><div class="section" lan
 g="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="data_encryption"></a>Data encryption</h2></div></div></div><p style="width:90%">
       Encrypt (<span style="font-family:monospace"><span><strong class="command">web::encrypt</strong></span></span>) and decrypt
       (<span style="font-family:monospace"><span><strong class="command">web::decrypt</strong></span></span>) data. By default, the
       built-in, weak encryption is used. encryption is extensible by
@@ -20,7 +20,7 @@
 
 	Returns decrypted data.
 
-	</p><div class="example"><a name="id351147"></a><p class="title"><b>Example 12. web::encrypt</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p><div class="example"><a name="id359617"></a><p class="title"><b>Example 12. web::encrypt</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::encrypt &quot;Hello, world!&quot;
 XDIVAhkgkxRjcfA7UTwpD7
 % web::decrypt [web::encrypt &quot;Hello, world!&quot;]

Modified: tcl/site/websh/quickref/file_handling_and_file_IO.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/file_handling_and_file_IO.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/file_handling_and_file_IO.html (original)
+++ tcl/site/websh/quickref/file_handling_and_file_IO.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>File handling and file I/O</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="context_handling.html" title="Context handling"><link rel="next" href="data_encryption.html" title="Data encryption"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">File handling and file I/O</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="context_handling.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="data_encryption.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepa
 ge"><div><div><hr><h2 class="title" style="clear: both"><a name="file_handling_and_file_IO"></a>File handling and file I/O</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::include"></a>web::include</h3></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>File handling and file I/O</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="context_handling.html" title="Context handling"><link rel="next" href="data_encryption.html" title="Data encryption"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">File handling and file I/O</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="context_handling.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="data_encryption.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepa
 ge"><div><div><hr><h2 class="title" style="clear: both"><a name="file_handling_and_file_IO"></a>File handling and file I/O</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::include"></a>web::include</h3></div></div></div><p style="width:90%">
 
 	</p><div class="cmdsynopsis"><span style="background:#bbbbff"><span style="font-weight:bold"><code class="command">web_include</code></span>  <em class="replaceable"><code>fileName</code></em> ?<em class="replaceable"><code>msg</code></em>?</span></div><p style="width:90%">
 
@@ -40,7 +40,7 @@
 	handle, while Tcl's file commands are based on file
 	names. This is used to truncate a file while holding the lock.
 
-      </p><div class="example"><a name="id350987"></a><p class="title"><b>Example 11. web::lockfile</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id359457"></a><p class="title"><b>Example 11. web::lockfile</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 set fh [open [web::tempfile] w]
 web::lockfile $fh
 puts $fh foo

Modified: tcl/site/websh/quickref/index.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/index.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/index.html (original)
+++ tcl/site/websh/quickref/index.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Websh Reference 3.6.0b3</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="next" href="configuration.html" title="Configuration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Websh Reference 3.6.0b3</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="configuration.html">Next</a></td></tr></table><hr></div><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="id327962"></a>Websh Reference 3.6.0b3</h2></div><div><p class="releaseinfo">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Websh Reference 3.6.0b4</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="next" href="configuration.html" title="Configuration"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Websh Reference 3.6.0b4</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="configuration.html">Next</a></td></tr></table><hr></div><div class="article" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="id336409"></a>Websh Reference 3.6.0b4</h2></div><div><p class="releaseinfo">
       $Id$
     </p></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="index.html#intro">Introduction</a></span></dt><dd><dl><dt><span class="section"><a href="index.html#general_remarks">General remarks</a></span></dt><dt><span class="section"><a href="index.html#about">About this document</a></span></dt></dl></dd><dt><span class="section"><a href="configuration.html">Configuration</a></span></dt><dd><dl><dt><span class="section"><a href="configuration.html#web::config">web::config</a></span></dt></dl></dd><dt><span class="section"><a href="command_dispatching_and_session_management.html">Command dispatching and session management</a></span></dt><dd><dl><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::command">web::command</a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::getcommand">web::getcommand</a></span></dt><dt><span class="section
 "><a href="command_dispatching_and_session_management.html#web::cmdurl">web::cmdurl</a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::cmdurlcfg">web::cmdurlcfg</a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#management_of_static_parameters">Management of static parameters</a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#configuration_for_web_cmdurl">Configuration for <span style="font-family:monospace"><span><strong class="command">web::cmdurl</strong></span></span></a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::dispatch">web::dispatch</a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#session_management">Session management</a></span></dt></dl></dd><dt><span class="section"><a href="request_data_handling.html">Request data h
 andling</a></span></dt><dd><dl><dt><span class="section"><a href="request_data_handling.html#web::request">web::request</a></span></dt><dt><span class="section"><a href="request_data_handling.html#web::param">web::param</a></span></dt><dt><span class="section"><a href="request_data_handling.html#web::formvar">web::formvar</a></span></dt></dl></dd><dt><span class="section"><a href="response_data_handling.html">Response data handling</a></span></dt><dd><dl><dt><span class="section"><a href="response_data_handling.html#web::response">web::response</a></span></dt><dt><span class="section"><a href="response_data_handling.html#web::put">web::put</a></span></dt><dt><span class="section"><a href="response_data_handling.html#web::putx">web::putx</a></span></dt><dt><span class="section"><a href="response_data_handling.html#web::putxfile">web::putxfile</a></span></dt></dl></dd><dt><span class="section"><a href="logging.html">Logging</a></span></dt><dd><dl><dt><span class="section"><a h
 ref="logging.html#web::logdest">web::logdest</a></span></dt><dt><span class="section"><a href="logging.html#web::loglevel">web::loglevel</a></span></dt><dt><span class="section"><a href="logging.html#web::log">web::log</a></span></dt><dt><span class="section"><a href="logging.html#log_plug-ins">Log plug-ins</a></span></dt></dl></dd><dt><span class="section"><a href="context_handling.html">Context handling</a></span></dt><dd><dl><dt><span class="section"><a href="context_handling.html#web::context">web::context</a></span></dt><dt><span class="section"><a href="context_handling.html#web::filecontext">web::filecontext</a></span></dt><dt><span class="section"><a href="context_handling.html#web::cookiecontext">web::cookiecontext</a></span></dt><dt><span class="section"><a href="context_handling.html#web::filecounter">web::filecounter</a></span></dt></dl></dd><dt><span class="section"><a href="file_handling_and_file_IO.html">File handling and file I/O</a></span></dt><dd><dl><dt><s
 pan class="section"><a href="file_handling_and_file_IO.html#web::include">web::include</a></span></dt><dt><span class="section"><a href="file_handling_and_file_IO.html#web::readfile">web::readfile</a></span></dt><dt><span class="section"><a href="file_handling_and_file_IO.html#web::lockfile_and_web::unlockfile">web::lockfile and web::unlockfile</a></span></dt><dt><span class="section"><a href="file_handling_and_file_IO.html#web::truncatefile">web::truncatefile</a></span></dt></dl></dd><dt><span class="section"><a href="data_encryption.html">Data encryption</a></span></dt><dd><dl><dt><span class="section"><a href="data_encryption.html#web::encrypt">web::encrypt</a></span></dt><dt><span class="section"><a href="data_encryption.html#web::decrypt">web::decrypt</a></span></dt><dt><span class="section"><a href="data_encryption.html#encryption_plug-in_D">Encryption plug-in D</a></span></dt><dt><span class="section"><a href="data_encryption.html#web::encryptd">web::encryptd</a></spa
 n></dt><dt><span class="section"><a href="data_encryption.html#web::decryptd">web::decryptd</a></span></dt><dt><span class="section"><a href="data_encryption.html#web::cryptdkey">web::cryptdkey</a></span></dt><dt><span class="section"><a href="data_encryption.html#encryption_plug-in_interface_">Encryption plug-in interface</a></span></dt></dl></dd><dt><span class="section"><a href="uri-html-_en-decoding.html">Uri-/html- en-/decoding</a></span></dt><dd><dl><dt><span class="section"><a href="uri-html-_en-decoding.html#web::htmlify">web::htmlify</a></span></dt><dt><span class="section"><a href="uri-html-_en-decoding.html#web::dehtmlify">web::dehtmlify</a></span></dt><dt><span class="section"><a href="uri-html-_en-decoding.html#web::uriencode">web::uriencode</a></span></dt><dt><span class="section"><a href="uri-html-_en-decoding.html#web::uridecode">web::uridecode</a></span></dt></dl></dd><dt><span class="section"><a href="inter-process_and_-system_communication.html">Inter-proc
 ess/-system communication</a></span></dt><dd><dl><dt><span class="section"><a href="inter-process_and_-system_communication.html#web::send">web::send</a></span></dt><dt><span class="section"><a href="inter-process_and_-system_communication.html#web::recv">web::recv</a></span></dt><dt><span class="section"><a href="inter-process_and_-system_communication.html#web::msgflag">web::msgflag</a></span></dt></dl></dd><dt><span class="section"><a href="Apache_module_specific_commands.html">Apache module specific commands</a></span></dt><dd><dl><dt><span class="section"><a href="Apache_module_specific_commands.html#web::initializer">web::initializer</a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::finalizer">web::finalizer</a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::finalize">web::finalize</a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::maineval">web::
 maineval</a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::interpclasscfg">web::interpclasscfg</a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::interpcfg">web::interpcfg</a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::interpmap">web::interpmap</a></span></dt></dl></dd><dt><span class="section"><a href="misc_commands.html">Miscellaneous commands</a></span></dt><dd><dl><dt><span class="section"><a href="misc_commands.html#web::match">web::match</a></span></dt><dt><span class="section"><a href="misc_commands.html#web::tempfile">web::tempfile</a></span></dt></dl></dd></dl></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="intro"></a>Introduction</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="general_remarks"></a>Genera
 l remarks</h3></div></div></div><p style="width:90%">
 	Websh 3.6 (pronounced &quot;web shell&quot;) embeds a Tcl interpreter,

Modified: tcl/site/websh/quickref/inter-process_and_-system_communication.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/inter-process_and_-system_communication.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/inter-process_and_-system_communication.html (original)
+++ tcl/site/websh/quickref/inter-process_and_-system_communication.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Inter-process/-system communication</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="uri-html-_en-decoding.html" title="Uri-/html- en-/decoding"><link rel="next" href="Apache_module_specific_commands.html" title="Apache module specific commands"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Inter-process/-system communication</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="uri-html-_en-decoding.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="Apache_module_specific_commands.html">Nex
 t</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="inter-process_and_-system_communication"></a>Inter-process/-system communication</h2></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Inter-process/-system communication</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="uri-html-_en-decoding.html" title="Uri-/html- en-/decoding"><link rel="next" href="Apache_module_specific_commands.html" title="Apache module specific commands"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Inter-process/-system communication</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="uri-html-_en-decoding.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="Apache_module_specific_commands.html">Nex
 t</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="inter-process_and_-system_communication"></a>Inter-process/-system communication</h2></div></div></div><p style="width:90%">
       Send to and receive from sockets.
     </p><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::send"></a>web::send</h3></div></div></div><p style="width:90%">
 

Modified: tcl/site/websh/quickref/logging.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/logging.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/logging.html (original)
+++ tcl/site/websh/quickref/logging.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Logging</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="response_data_handling.html" title="Response data handling"><link rel="next" href="context_handling.html" title="Context handling"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Logging</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="response_data_handling.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="context_handling.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr
 ><h2 class="title" style="clear: both"><a name="logging"></a>Logging</h2></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Logging</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="response_data_handling.html" title="Response data handling"><link rel="next" href="context_handling.html" title="Context handling"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Logging</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="response_data_handling.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="context_handling.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr
 ><h2 class="title" style="clear: both"><a name="logging"></a>Logging</h2></div></div></div><p style="width:90%">
       Logging consists of two parts. <span style="font-family:monospace"><span><strong class="command">web::log</strong></span></span>
       issues a logging message, while
       <span style="font-family:monospace"><span><strong class="command">web::loglevel</strong></span></span> and
@@ -135,7 +135,7 @@
 	Write the message to the Tcl channel <tt>channel</tt>.
 	</p></div><div class="section" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="apache"></a>Apache</h4></div></div></div><div class="cmdsynopsis"><span style="background:#bbbbff"><span style="font-weight:bold"><code class="command">web::logdest</code></span>   add  *.-debug  apache </span></div><p style="width:90%">
 	  Sends the message to the Apache ErrorLog file. Available in mod_websh only.
-	</p></div><div class="section" lang="en"><div class="titlepage"></div><div class="example"><a name="id348247"></a><p class="title"><b>Example 8. web::log</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p></div><div class="section" lang="en"><div class="titlepage"></div><div class="example"><a name="id356622"></a><p class="title"><b>Example 8. web::log</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::loglevel add *.-debug
 loglevel0
 % web::logdest add *.-debug channel stdout

Modified: tcl/site/websh/quickref/misc_commands.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/misc_commands.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/misc_commands.html (original)
+++ tcl/site/websh/quickref/misc_commands.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Miscellaneous commands</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="Apache_module_specific_commands.html" title="Apache module specific commands"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Miscellaneous commands</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Apache_module_specific_commands.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="misc_commands"></a>M
 iscellaneous commands</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::match"></a>web::match</h3></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Miscellaneous commands</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="Apache_module_specific_commands.html" title="Apache module specific commands"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Miscellaneous commands</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Apache_module_specific_commands.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> </td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="misc_commands"></a>M
 iscellaneous commands</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::match"></a>web::match</h3></div></div></div><p style="width:90%">
 
 
 	</p><div class="cmdsynopsis"><span style="background:#bbbbff"><span style="font-weight:bold"><code class="command">web::match</code></span>  <em class="replaceable"><code>result</code></em> <em class="replaceable"><code>listToBeSearched</code></em> <em class="replaceable"><code>searchFor</code></em></span></div><p style="width:90%">

Modified: tcl/site/websh/quickref/request_data_handling.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/request_data_handling.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/request_data_handling.html (original)
+++ tcl/site/websh/quickref/request_data_handling.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Request data handling</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="command_dispatching_and_session_management.html" title="Command dispatching and session management"><link rel="next" href="response_data_handling.html" title="Response data handling"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Request data handling</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="command_dispatching_and_session_management.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="response_data_handling.htm
 l">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="request_data_handling"></a>Request data handling</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::request"></a>web::request</h3></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Request data handling</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="command_dispatching_and_session_management.html" title="Command dispatching and session management"><link rel="next" href="response_data_handling.html" title="Response data handling"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Request data handling</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="command_dispatching_and_session_management.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="response_data_handling.htm
 l">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="request_data_handling"></a>Request data handling</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::request"></a>web::request</h3></div></div></div><p style="width:90%">
 
 	</p><div class="cmdsynopsis"><span style="background:#bbbbff"><span style="font-weight:bold"><code class="command">web::request</code></span>  ?<em class="replaceable"><code>options</code></em>? ?<em class="replaceable"><code>key</code></em>? ?<em class="replaceable"><code>value</code></em>?</span></div><p style="width:90%">
 	</p><div class="cmdsynopsis"><span style="background:#bbbbff"><span style="font-weight:bold"><code class="command">web::request</code></span>  ?<em class="replaceable"><code>key</code></em>? ?<em class="replaceable"><code>default</code></em>?</span></div><p style="width:90%">
@@ -145,7 +145,7 @@
       </p><p style="width:90%">
 Note that the temporary files are created with the permissions configured by
 <span style="font-family:monospace"><span><strong class="command">web::config filepermissions</strong></span></span>, which defaults to 0644.
-      </p><div class="example"><a name="id345862"></a><p class="title"><b>Example 6. web::param</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id354266"></a><p class="title"><b>Example 6. web::param</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::request CONTENT_LENGTH
 % web::dispatch -querystring &quot;cmd=default&amp;t=100&quot; -postdata &quot;&quot; -cmd &quot;&quot;
 % web::param -names

Modified: tcl/site/websh/quickref/response_data_handling.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/response_data_handling.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/response_data_handling.html (original)
+++ tcl/site/websh/quickref/response_data_handling.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Response data handling</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="request_data_handling.html" title="Request data handling"><link rel="next" href="logging.html" title="Logging"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Response data handling</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="request_data_handling.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="logging.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr
 ><h2 class="title" style="clear: both"><a name="response_data_handling"></a>Response data handling</h2></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Response data handling</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="request_data_handling.html" title="Request data handling"><link rel="next" href="logging.html" title="Logging"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Response data handling</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="request_data_handling.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="logging.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr
 ><h2 class="title" style="clear: both"><a name="response_data_handling"></a>Response data handling</h2></div></div></div><p style="width:90%">
       Websh can send output to any Tcl channel and to global
       variables (<span style="font-family:monospace"><span><strong class="command">web::put</strong></span></span>). Optionally, data is
       scanned for Tcl code before it is output to a channel
@@ -97,7 +97,7 @@
 	      <tt>-resetall</tt></span></span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:6">
 		performs a 'web::response -reset' on all registered channels.
 	      </div></div></dd></dl></div><p style="width:90%">
-	</p><div class="example"><a name="id346589"></a><p class="title"><b>Example 7. web::response</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p><div class="example"><a name="id354954"></a><p class="title"><b>Example 7. web::response</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::response
 stdout
 % web::response -select stderr

Modified: tcl/site/websh/quickref/uri-html-_en-decoding.html
URL: http://svn.apache.org/viewcvs/tcl/site/websh/quickref/uri-html-_en-decoding.html?rev=383609&r1=383608&r2=383609&view=diff
==============================================================================
--- tcl/site/websh/quickref/uri-html-_en-decoding.html (original)
+++ tcl/site/websh/quickref/uri-html-_en-decoding.html Mon Mar  6 10:25:29 2006
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Uri-/html- en-/decoding</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b3"><link rel="up" href="index.html" title="Websh Reference 3.6.0b3"><link rel="prev" href="data_encryption.html" title="Data encryption"><link rel="next" href="inter-process_and_-system_communication.html" title="Inter-process/-system communication"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Uri-/html- en-/decoding</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="data_encryption.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="inter-process_and_-system_communication.html">Next</a></td></tr></table><
 hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="uri-html-_en-decoding"></a>Uri-/html- en-/decoding</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::htmlify"></a>web::htmlify</h3></div></div></div><p style="width:90%">
+<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Uri-/html- en-/decoding</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Websh Reference 3.6.0b4"><link rel="up" href="index.html" title="Websh Reference 3.6.0b4"><link rel="prev" href="data_encryption.html" title="Data encryption"><link rel="next" href="inter-process_and_-system_communication.html" title="Inter-process/-system communication"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Uri-/html- en-/decoding</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="data_encryption.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="inter-process_and_-system_communication.html">Next</a></td></tr></table><
 hr></div><div class="section" lang="en"><div class="titlepage"><div><div><hr><h2 class="title" style="clear: both"><a name="uri-html-_en-decoding"></a>Uri-/html- en-/decoding</h2></div></div></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::htmlify"></a>web::htmlify</h3></div></div></div><p style="width:90%">
 	</p><div class="cmdsynopsis"><span style="background:#bbbbff"><span style="font-weight:bold"><code class="command">web::htmlify</code></span>  ?-options? <em class="replaceable"><code>text</code></em></span></div><p style="width:90%">
       </p><p style="width:90%">
 	Options: <tt>-numeric</tt>.
@@ -17,7 +17,7 @@
       </p></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="web::uridecode"></a>web::uridecode</h3></div></div></div><p style="width:90%">
 	</p><div class="cmdsynopsis"><span style="background:#bbbbff"><span style="font-weight:bold"><code class="command">web::uridecode</code></span>  <em class="replaceable"><code>text</code></em></span></div><p style="width:90%">
       </p><p style="width:90%">Decode URI-compliant <tt>text</tt>.
-      </p><div class="example"><a name="id351774"></a><p class="title"><b>Example 13. web::htmlify</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id360205"></a><p class="title"><b>Example 13. web::htmlify</b></p><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::htmlify &lt;
 &amp;lt;
 % web::htmlify -numeric &lt;



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org