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 2011/04/26 19:50:13 UTC

svn commit: r1096822 - /tcl/site/websh/quickref/

Author: ronnie
Date: Tue Apr 26 17:50:13 2011
New Revision: 1096822

URL: http://svn.apache.org/viewvc?rev=1096822&view=rev
Log:
- better file naming

Added:
    tcl/site/websh/quickref/apache_module_specific_commands.html
      - copied, changed from r1096821, tcl/site/websh/quickref/Apache_module_specific_commands.html
Removed:
    tcl/site/websh/quickref/Apache_module_specific_commands.html
Modified:
    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

Copied: tcl/site/websh/quickref/apache_module_specific_commands.html (from r1096821, tcl/site/websh/quickref/Apache_module_specific_commands.html)
URL: http://svn.apache.org/viewvc/tcl/site/websh/quickref/apache_module_specific_commands.html?p2=tcl/site/websh/quickref/apache_module_specific_commands.html&p1=tcl/site/websh/quickref/Apache_module_specific_commands.html&r1=1096821&r2=1096822&rev=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/Apache_module_specific_commands.html (original)
+++ tcl/site/websh/quickref/apache_module_specific_commands.html Tue Apr 26 17:50:13 2011
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Apache module specific commands</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="Websh Reference 3.6.0b5"><link rel="up" href="index.html" title="Websh Reference 3.6.0b5"><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" title="Apache module specific commands"><div class="titlepage"><div><div><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 http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Apache module specific commands</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="Websh Reference 3.6.0b5"><link rel="up" href="index.html" title="Websh Reference 3.6.0b5"><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" title="Apache module specific commands"><div class="titlepage"><div><div><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
       <span style="font-family:monospace"><span class="command"><strong>web::initializer</strong></span></span> and 
@@ -25,7 +25,7 @@
       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="id2759558"></a><p class="title"><b>Example 17. logging in <span style="font-family:monospace"><span class="command">web::initializer</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id2742560"></a><p class="title"><b>Example 17. logging in <span style="font-family:monospace"><span class="command">web::initializer</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 &gt; cat test.ws3
 web::initializer {
     web::logdest add user.-debug file -unbuffered /tmp/test.log
@@ -75,7 +75,7 @@ Note that in the above example the lifet
 	manually. However, it can be used as a hook, when the
 	interpreter is deleted:
 
-	</p><div class="example"><a name="id2759695"></a><p class="title"><b>Example 18. <span style="font-family:monospace"><span class="command">web::finalize</span></span> hook</b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p><div class="example"><a name="id2742696"></a><p class="title"><b>Example 18. <span style="font-family:monospace"><span class="command">web::finalize</span></span> hook</b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 rename web::finalize web::finalize.orig
 proc web::myFinalize {} {
     # code to eval before finalize.orig
@@ -184,7 +184,7 @@ proc web::myFinalize {} {
 	and at the same time the filename of the script for this interpreter
 	class.
 
-        </p><div class="example"><a name="id2760186"></a><p class="title"><b>Example 19. <span style="font-family:monospace"><span class="command">web::interpmap</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+        </p><div class="example"><a name="id2743188"></a><p class="title"><b>Example 19. <span style="font-family:monospace"><span class="command">web::interpmap</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 proc web::interpmap {filename} {
     if {[string match "/path/to/myApp" $filename]} {
         # this is my special app

Modified: tcl/site/websh/quickref/command_dispatching_and_session_management.html
URL: http://svn.apache.org/viewvc/tcl/site/websh/quickref/command_dispatching_and_session_management.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/command_dispatching_and_session_management.html (original)
+++ tcl/site/websh/quickref/command_dispatching_and_session_management.html Tue Apr 26 17:50:13 2011
@@ -14,7 +14,7 @@
 	<tt>cmdName</tt>. If <tt>cmdName</tt> is
 	omitted, "default" is used.
 
-	</p><div class="example"><a name="id2696602"></a><p class="title"><b>Example 2. Simple command dispatching</b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p><div class="example"><a name="id2679606"></a><p class="title"><b>Example 2. Simple command dispatching</b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 proc page {title code} {
     web::put "&lt;html&gt;&lt;title&gt;[web::htmlify $title]&lt;/title&gt;&lt;body&gt;"
     web::put "&lt;h1&gt;[web::htmlify $title]&lt;/h1&gt;"
@@ -111,7 +111,7 @@ web::dispatch</pre></div></div><p style=
 	    and
 	    <span style="font-family:monospace"><span class="command"><strong>web::config</strong></span></span><tt>timeparam</tt>.
 	 </div><p style="width:90%">
-       </p><div class="example"><a name="id2751741"></a><p class="title"><b>Example 3. <span style="font-family:monospace"><span class="command">web::cmdurl</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+       </p><div class="example"><a name="id2734743"></a><p class="title"><b>Example 3. <span style="font-family:monospace"><span class="command">web::cmdurl</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::cmdurl -notimestamp -urlformat [list scheme host scriptname pathinfo querystring] "test"
 http://websh.com/bin/returnmail/member?XDZuRD2rnsfHjFH
 %	</pre></div></div><br class="example-break"></div><div class="section" title="web::cmdurlcfg"><div class="titlepage"><div><div><h3 class="title"><a name="web::cmdurlcfg"></a><span style="font-family:monospace"><span class="command"><strong>web::cmdurlcfg</strong></span></span></h3></div></div></div><p style="width:90%">
@@ -211,7 +211,7 @@ http://websh.com/bin/returnmail/member?X
 	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="id2752263"></a><p class="title"><b>Example 4. <span style="font-family:monospace"><span class="command">web::cmdurl</span></span> and <span style="font-family:monospace"><span class="command">web::cmdurlcfg</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id2735265"></a><p class="title"><b>Example 4. <span style="font-family:monospace"><span class="command">web::cmdurl</span></span> and <span style="font-family:monospace"><span class="command">web::cmdurlcfg</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::cmdurl ""
 ?XDqPtk34XvyPh41gUBo
 % web::cmdurlcfg -scriptname bin/test_script
@@ -316,7 +316,7 @@ cmd
 	<tt>-cmd</tt> option, <span style="font-family:monospace"><span class="command"><strong>web::dispatch</strong></span></span> will
 	call the command "default".
 
-      </p><div class="example"><a name="id2752714"></a><p class="title"><b>Example 5. <span style="font-family:monospace"><span class="command">web::command</span></span> and <span style="font-family:monospace"><span class="command">web::dispatch</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id2735716"></a><p class="title"><b>Example 5. <span style="font-family:monospace"><span class="command">web::command</span></span> and <span style="font-family:monospace"><span class="command">web::dispatch</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % set tst {puts "On the hook"}
 puts "On the hook"
 % web::command acmd {puts "this is acmd"}
@@ -368,7 +368,7 @@ d
 	      the corresponding session context without generating a
 	      new session id.
 	    </div></li></ul></div><p style="width:90%">
-      </p><div class="example"><a name="id2752899"></a><p class="title"><b>Example 6. Examples</b></p><div class="example-contents"><p style="width:90%">
+      </p><div class="example"><a name="id2735900"></a><p class="title"><b>Example 6. Examples</b></p><div class="example-contents"><p style="width:90%">
 	See <a class="ulink" href="http://tcl.apache.org/websh/examples/" target="_top">http://tcl.apache.org/websh/examples/</a>
 	for several sample application demonstrating Websh's
 	session management facilities.

Modified: tcl/site/websh/quickref/configuration.html
URL: http://svn.apache.org/viewvc/tcl/site/websh/quickref/configuration.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/configuration.html (original)
+++ tcl/site/websh/quickref/configuration.html Tue Apr 26 17:50:13 2011
@@ -72,7 +72,7 @@
 	    </div></div></dd><dt><span style="background:#bbbbff"><span class="term"><tt>interpclass</tt></span></span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:6">
 	      Returns the interpclass the current request was mapped to
 	      (see <span style="font-family:monospace"><span class="command"><strong>web::interpmap</strong></span></span> command).
-	    </div></div></dd></dl></div><div class="example"><a name="id2696486"></a><p class="title"><b>Example 1. <span style="font-family:monospace"><span class="command">web::config</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	    </div></div></dd></dl></div><div class="example"><a name="id2679491"></a><p class="title"><b>Example 1. <span style="font-family:monospace"><span class="command">web::config</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::config decryptchain
 web::encryptd
 % web::config filepermissions 0666

Modified: tcl/site/websh/quickref/context_handling.html
URL: http://svn.apache.org/viewvc/tcl/site/websh/quickref/context_handling.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/context_handling.html (original)
+++ tcl/site/websh/quickref/context_handling.html Tue Apr 26 17:50:13 2011
@@ -62,7 +62,7 @@
 		Serializes context in a "source"-able format.
 	      </div></div></dd></dl></div><p style="width:90%">
 
-	</p><div class="example"><a name="id2756576"></a><p class="title"><b>Example 12. <span style="font-family:monospace"><span class="command">web::context</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p><div class="example"><a name="id2739577"></a><p class="title"><b>Example 12. <span style="font-family:monospace"><span class="command">web::context</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::context sc
 % sc::cset lang FR
 FR
@@ -337,7 +337,7 @@ FR
 		file as in "nextval".)
 	      </div></div></dd></dl></div><p style="width:90%">
 
-      </p><div class="example"><a name="id2758135"></a><p class="title"><b>Example 13. <span style="font-family:monospace"><span class="command">web::filecounter</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id2741137"></a><p class="title"><b>Example 13. <span style="font-family:monospace"><span class="command">web::filecounter</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::filecounter fc1 -filename test.dat
 fc1
 % fc1 config

Modified: tcl/site/websh/quickref/data_encryption.html
URL: http://svn.apache.org/viewvc/tcl/site/websh/quickref/data_encryption.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/data_encryption.html (original)
+++ tcl/site/websh/quickref/data_encryption.html Tue Apr 26 17:50:13 2011
@@ -19,7 +19,7 @@
 
 	Returns decrypted data.
 
-	</p><div class="example"><a name="id2758583"></a><p class="title"><b>Example 15. <span style="font-family:monospace"><span class="command">web::encrypt</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p><div class="example"><a name="id2741585"></a><p class="title"><b>Example 15. <span style="font-family:monospace"><span class="command">web::encrypt</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::encrypt "Hello, world!"
 XDIVAhkgkxRjcfA7UTwpD7
 % web::decrypt [web::encrypt "Hello, world!"]

Modified: tcl/site/websh/quickref/file_handling_and_file_IO.html
URL: http://svn.apache.org/viewvc/tcl/site/websh/quickref/file_handling_and_file_IO.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/file_handling_and_file_IO.html (original)
+++ tcl/site/websh/quickref/file_handling_and_file_IO.html Tue Apr 26 17:50:13 2011
@@ -43,7 +43,7 @@
 	the file 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="id2758453"></a><p class="title"><b>Example 14. <span style="font-family:monospace"><span class="command">web::lockfile</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id2741455"></a><p class="title"><b>Example 14. <span style="font-family:monospace"><span class="command">web::lockfile</span></span></b></p><div class="example-contents"><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/viewvc/tcl/site/websh/quickref/index.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/index.html (original)
+++ tcl/site/websh/quickref/index.html Tue Apr 26 17:50:13 2011
@@ -1,6 +1,6 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Websh Reference 3.6.0b5</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="Websh Reference 3.6.0b5"><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.0b5</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 lang="en" class="article" title="Websh Reference 3.6.0b5"><div class="titlepage"><div><div><h2 class="title"><a name="id2629086"></a>Websh Reference 3.6.0b5</h2></div><div><p class="releaseinfo">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Websh Reference 3.6.0b5</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="Websh Reference 3.6.0b5"><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.0b5</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 lang="en" class="article" title="Websh Reference 3.6.0b5"><div class="titlepage"><div><div><h2 class="title"><a name="id2612088"></a>Websh Reference 3.6.0b5</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"><span style="font-family:monospace"><span class="command"><strong>web::config</strong></span></span></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"><span style="font-family:monospace"><span class="command"><strong>web::command</strong></span>
 </span></a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::getcommand"><span style="font-family:monospace"><span class="command"><strong>web::getcommand</strong></span></span></a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::cmdurl"><span style="font-family:monospace"><span class="command"><strong>web::cmdurl</strong></span></span></a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::cmdurlcfg"><span style="font-family:monospace"><span class="command"><strong>web::cmdurlcfg</strong></span></span></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-fami
 ly:monospace"><span class="command"><strong>web::cmdurl</strong></span></span></a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::dispatch"><span style="font-family:monospace"><span class="command"><strong>web::dispatch</strong></span></span></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 handling</a></span></dt><dd><dl><dt><span class="section"><a href="request_data_handling.html#web::request"><span style="font-family:monospace"><span class="command"><strong>web::request</strong></span></span></a></span></dt><dt><span class="section"><a href="request_data_handling.html#web::param"><span style="font-family:monospace"><span class="command"><strong>web::param</strong></span></span></a></span></dt><dt><span class="section"><a href="request
 _data_handling.html#web::formvar"><span style="font-family:monospace"><span class="command"><strong>web::formvar</strong></span></span></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"><span style="font-family:monospace"><span class="command"><strong>web::response</strong></span></span></a></span></dt><dt><span class="section"><a href="response_data_handling.html#web::put"><span style="font-family:monospace"><span class="command"><strong>web::put</strong></span></span></a></span></dt><dt><span class="section"><a href="response_data_handling.html#web::putx"><span style="font-family:monospace"><span class="command"><strong>web::putx</strong></span></span></a></span></dt><dt><span class="section"><a href="response_data_handling.html#web::putxfile"><span style="font-family:monospace"><span class="command"><strong>web:
 :putxfile</strong></span></span></a></span></dt></dl></dd><dt><span class="section"><a href="logging.html">Logging</a></span></dt><dd><dl><dt><span class="section"><a href="logging.html#web::logdest"><span style="font-family:monospace"><span class="command"><strong>web::logdest</strong></span></span></a></span></dt><dt><span class="section"><a href="logging.html#web::loglevel"><span style="font-family:monospace"><span class="command"><strong>web::loglevel</strong></span></span></a></span></dt><dt><span class="section"><a href="logging.html#web::log"><span style="font-family:monospace"><span class="command"><strong>web::log</strong></span></span></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"><span style="font-family:monospace"><span class="co
 mmand"><strong>web::context</strong></span></span></a></span></dt><dt><span class="section"><a href="context_handling.html#web::filecontext"><span style="font-family:monospace"><span class="command"><strong>web::filecontext</strong></span></span></a></span></dt><dt><span class="section"><a href="context_handling.html#web::cookiecontext"><span style="font-family:monospace"><span class="command"><strong>web::cookiecontext</strong></span></span></a></span></dt><dt><span class="section"><a href="context_handling.html#web::filecounter"><span style="font-family:monospace"><span class="command"><strong>web::filecounter</strong></span></span></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><span class="section"><a href="file_handling_and_file_IO.html#web::include"><span style="font-family:monospace"><span class="command"><strong>web::include</strong></span></span></a></span></dt><dt><sp
 an class="section"><a href="file_handling_and_file_IO.html#web::readfile"><span style="font-family:monospace"><span class="command"><strong>web::readfile</strong></span></span></a></span></dt><dt><span class="section"><a href="file_handling_and_file_IO.html#web::lockfile_and_web::unlockfile"><span style="font-family:monospace"><span class="command"><strong>web::lockfile</strong></span></span> and <span style="font-family:monospace"><span class="command"><strong>web::unlockfile</strong></span></span></a></span></dt><dt><span class="section"><a href="file_handling_and_file_IO.html#web::truncatefile"><span style="font-family:monospace"><span class="command"><strong>web::truncatefile</strong></span></span></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"><span style="font-family:monospace"><span class="command"><strong>web::encrypt</strong
 ></span></span></a></span></dt><dt><span class="section"><a href="data_encryption.html#web::decrypt"><span style="font-family:monospace"><span class="command"><strong>web::decrypt</strong></span></span></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"><span style="font-family:monospace"><span class="command"><strong>web::encryptd</strong></span></span></a></span></dt><dt><span class="section"><a href="data_encryption.html#web::decryptd"><span style="font-family:monospace"><span class="command"><strong>web::decryptd</strong></span></span></a></span></dt><dt><span class="section"><a href="data_encryption.html#web::cryptdkey"><span style="font-family:monospace"><span class="command"><strong>web::cryptdkey</strong></span></span></a></span></dt><dt><span class="section"><a href="data_encryption.html#encryption_plug-in_interface_">E
 ncryption 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"><span style="font-family:monospace"><span class="command"><strong>web::htmlify</strong></span></span></a></span></dt><dt><span class="section"><a href="uri-html-_en-decoding.html#web::dehtmlify"><span style="font-family:monospace"><span class="command"><strong>web::dehtmlify</strong></span></span></a></span></dt><dt><span class="section"><a href="uri-html-_en-decoding.html#web::uriencode"><span style="font-family:monospace"><span class="command"><strong>web::uriencode</strong></span></span></a></span></dt><dt><span class="section"><a href="uri-html-_en-decoding.html#web::uridecode"><span style="font-family:monospace"><span class="command"><strong>web::uridecode</strong></span></span></a></span></dt></dl></dd><dt><span class="section"><a hre
 f="inter-process_and_-system_communication.html">Inter-process/-system communication</a></span></dt><dd><dl><dt><span class="section"><a href="inter-process_and_-system_communication.html#web::send"><span style="font-family:monospace"><span class="command"><strong>web::send</strong></span></span></a></span></dt><dt><span class="section"><a href="inter-process_and_-system_communication.html#web::recv"><span style="font-family:monospace"><span class="command"><strong>web::recv</strong></span></span></a></span></dt><dt><span class="section"><a href="inter-process_and_-system_communication.html#web::msgflag"><span style="font-family:monospace"><span class="command"><strong>web::msgflag</strong></span></span></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"><span style="font-family:monospa
 ce"><span class="command"><strong>web::initializer</strong></span></span></a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::finalizer"><span style="font-family:monospace"><span class="command"><strong>web::finalizer</strong></span></span></a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::finalize"><span style="font-family:monospace"><span class="command"><strong>web::finalize</strong></span></span></a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::maineval"><span style="font-family:monospace"><span class="command"><strong>web::maineval</strong></span></span></a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::interpclasscfg"><span style="font-family:monospace"><span class="command"><strong>web::interpclasscfg</strong></span></span></a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands
 .html#web::interpcfg"><span style="font-family:monospace"><span class="command"><strong>web::interpcfg</strong></span></span></a></span></dt><dt><span class="section"><a href="Apache_module_specific_commands.html#web::interpmap"><span style="font-family:monospace"><span class="command"><strong>web::interpmap</strong></span></span></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"><span style="font-family:monospace"><span class="command"><strong>web::match</strong></span></span></a></span></dt><dt><span class="section"><a href="misc_commands.html#web::tempfile"><span style="font-family:monospace"><span class="command"><strong>web::tempfile</strong></span></span></a></span></dt></dl></dd></dl></div><div class="section" title="Introduction"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduc
 tion</h2></div></div></div><div class="section" title="General remarks"><div class="titlepage"><div><div><h3 class="title"><a name="general_remarks"></a>General remarks</h3></div></div></div><p style="width:90%">
+    </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"><span style="font-family:monospace"><span class="command"><strong>web::config</strong></span></span></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"><span style="font-family:monospace"><span class="command"><strong>web::command</strong></span>
 </span></a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::getcommand"><span style="font-family:monospace"><span class="command"><strong>web::getcommand</strong></span></span></a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::cmdurl"><span style="font-family:monospace"><span class="command"><strong>web::cmdurl</strong></span></span></a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::cmdurlcfg"><span style="font-family:monospace"><span class="command"><strong>web::cmdurlcfg</strong></span></span></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-fami
 ly:monospace"><span class="command"><strong>web::cmdurl</strong></span></span></a></span></dt><dt><span class="section"><a href="command_dispatching_and_session_management.html#web::dispatch"><span style="font-family:monospace"><span class="command"><strong>web::dispatch</strong></span></span></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 handling</a></span></dt><dd><dl><dt><span class="section"><a href="request_data_handling.html#web::request"><span style="font-family:monospace"><span class="command"><strong>web::request</strong></span></span></a></span></dt><dt><span class="section"><a href="request_data_handling.html#web::param"><span style="font-family:monospace"><span class="command"><strong>web::param</strong></span></span></a></span></dt><dt><span class="section"><a href="request
 _data_handling.html#web::formvar"><span style="font-family:monospace"><span class="command"><strong>web::formvar</strong></span></span></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"><span style="font-family:monospace"><span class="command"><strong>web::response</strong></span></span></a></span></dt><dt><span class="section"><a href="response_data_handling.html#web::put"><span style="font-family:monospace"><span class="command"><strong>web::put</strong></span></span></a></span></dt><dt><span class="section"><a href="response_data_handling.html#web::putx"><span style="font-family:monospace"><span class="command"><strong>web::putx</strong></span></span></a></span></dt><dt><span class="section"><a href="response_data_handling.html#web::putxfile"><span style="font-family:monospace"><span class="command"><strong>web:
 :putxfile</strong></span></span></a></span></dt></dl></dd><dt><span class="section"><a href="logging.html">Logging</a></span></dt><dd><dl><dt><span class="section"><a href="logging.html#web::logdest"><span style="font-family:monospace"><span class="command"><strong>web::logdest</strong></span></span></a></span></dt><dt><span class="section"><a href="logging.html#web::loglevel"><span style="font-family:monospace"><span class="command"><strong>web::loglevel</strong></span></span></a></span></dt><dt><span class="section"><a href="logging.html#web::log"><span style="font-family:monospace"><span class="command"><strong>web::log</strong></span></span></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"><span style="font-family:monospace"><span class="co
 mmand"><strong>web::context</strong></span></span></a></span></dt><dt><span class="section"><a href="context_handling.html#web::filecontext"><span style="font-family:monospace"><span class="command"><strong>web::filecontext</strong></span></span></a></span></dt><dt><span class="section"><a href="context_handling.html#web::cookiecontext"><span style="font-family:monospace"><span class="command"><strong>web::cookiecontext</strong></span></span></a></span></dt><dt><span class="section"><a href="context_handling.html#web::filecounter"><span style="font-family:monospace"><span class="command"><strong>web::filecounter</strong></span></span></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><span class="section"><a href="file_handling_and_file_IO.html#web::include"><span style="font-family:monospace"><span class="command"><strong>web::include</strong></span></span></a></span></dt><dt><sp
 an class="section"><a href="file_handling_and_file_IO.html#web::readfile"><span style="font-family:monospace"><span class="command"><strong>web::readfile</strong></span></span></a></span></dt><dt><span class="section"><a href="file_handling_and_file_IO.html#web::lockfile_and_web::unlockfile"><span style="font-family:monospace"><span class="command"><strong>web::lockfile</strong></span></span> and <span style="font-family:monospace"><span class="command"><strong>web::unlockfile</strong></span></span></a></span></dt><dt><span class="section"><a href="file_handling_and_file_IO.html#web::truncatefile"><span style="font-family:monospace"><span class="command"><strong>web::truncatefile</strong></span></span></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"><span style="font-family:monospace"><span class="command"><strong>web::encrypt</strong
 ></span></span></a></span></dt><dt><span class="section"><a href="data_encryption.html#web::decrypt"><span style="font-family:monospace"><span class="command"><strong>web::decrypt</strong></span></span></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"><span style="font-family:monospace"><span class="command"><strong>web::encryptd</strong></span></span></a></span></dt><dt><span class="section"><a href="data_encryption.html#web::decryptd"><span style="font-family:monospace"><span class="command"><strong>web::decryptd</strong></span></span></a></span></dt><dt><span class="section"><a href="data_encryption.html#web::cryptdkey"><span style="font-family:monospace"><span class="command"><strong>web::cryptdkey</strong></span></span></a></span></dt><dt><span class="section"><a href="data_encryption.html#encryption_plug-in_interface_">E
 ncryption 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"><span style="font-family:monospace"><span class="command"><strong>web::htmlify</strong></span></span></a></span></dt><dt><span class="section"><a href="uri-html-_en-decoding.html#web::dehtmlify"><span style="font-family:monospace"><span class="command"><strong>web::dehtmlify</strong></span></span></a></span></dt><dt><span class="section"><a href="uri-html-_en-decoding.html#web::uriencode"><span style="font-family:monospace"><span class="command"><strong>web::uriencode</strong></span></span></a></span></dt><dt><span class="section"><a href="uri-html-_en-decoding.html#web::uridecode"><span style="font-family:monospace"><span class="command"><strong>web::uridecode</strong></span></span></a></span></dt></dl></dd><dt><span class="section"><a hre
 f="inter-process_and_-system_communication.html">Inter-process/-system communication</a></span></dt><dd><dl><dt><span class="section"><a href="inter-process_and_-system_communication.html#web::send"><span style="font-family:monospace"><span class="command"><strong>web::send</strong></span></span></a></span></dt><dt><span class="section"><a href="inter-process_and_-system_communication.html#web::recv"><span style="font-family:monospace"><span class="command"><strong>web::recv</strong></span></span></a></span></dt><dt><span class="section"><a href="inter-process_and_-system_communication.html#web::msgflag"><span style="font-family:monospace"><span class="command"><strong>web::msgflag</strong></span></span></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"><span style="font-family:monospa
 ce"><span class="command"><strong>web::initializer</strong></span></span></a></span></dt><dt><span class="section"><a href="apache_module_specific_commands.html#web::finalizer"><span style="font-family:monospace"><span class="command"><strong>web::finalizer</strong></span></span></a></span></dt><dt><span class="section"><a href="apache_module_specific_commands.html#web::finalize"><span style="font-family:monospace"><span class="command"><strong>web::finalize</strong></span></span></a></span></dt><dt><span class="section"><a href="apache_module_specific_commands.html#web::maineval"><span style="font-family:monospace"><span class="command"><strong>web::maineval</strong></span></span></a></span></dt><dt><span class="section"><a href="apache_module_specific_commands.html#web::interpclasscfg"><span style="font-family:monospace"><span class="command"><strong>web::interpclasscfg</strong></span></span></a></span></dt><dt><span class="section"><a href="apache_module_specific_commands
 .html#web::interpcfg"><span style="font-family:monospace"><span class="command"><strong>web::interpcfg</strong></span></span></a></span></dt><dt><span class="section"><a href="apache_module_specific_commands.html#web::interpmap"><span style="font-family:monospace"><span class="command"><strong>web::interpmap</strong></span></span></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"><span style="font-family:monospace"><span class="command"><strong>web::match</strong></span></span></a></span></dt><dt><span class="section"><a href="misc_commands.html#web::tempfile"><span style="font-family:monospace"><span class="command"><strong>web::tempfile</strong></span></span></a></span></dt></dl></dd></dl></div><div class="section" title="Introduction"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="intro"></a>Introduc
 tion</h2></div></div></div><div class="section" title="General remarks"><div class="titlepage"><div><div><h3 class="title"><a name="general_remarks"></a>General remarks</h3></div></div></div><p style="width:90%">
 	Websh 3.6 (pronounced "web shell") embeds a Tcl interpreter,
 	(version 8.3 or higher) and all Tcl commands are available.
       </p><p style="width:90%">

Modified: tcl/site/websh/quickref/inter-process_and_-system_communication.html
URL: http://svn.apache.org/viewvc/tcl/site/websh/quickref/inter-process_and_-system_communication.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/inter-process_and_-system_communication.html (original)
+++ tcl/site/websh/quickref/inter-process_and_-system_communication.html Tue Apr 26 17:50:13 2011
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Inter-process/-system communication</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="Websh Reference 3.6.0b5"><link rel="up" href="index.html" title="Websh Reference 3.6.0b5"><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">Next
 </a></td></tr></table><hr></div><div class="section" title="Inter-process/-system communication"><div class="titlepage"><div><div><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 http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Inter-process/-system communication</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="Websh Reference 3.6.0b5"><link rel="up" href="index.html" title="Websh Reference 3.6.0b5"><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">Next
 </a></td></tr></table><hr></div><div class="section" title="Inter-process/-system communication"><div class="titlepage"><div><div><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%">
       Sends to and receives from sockets.
     </p><div class="section" title="web::send"><div class="titlepage"><div><div><h3 class="title"><a name="web::send"></a><span style="font-family:monospace"><span class="command"><strong>web::send</strong></span></span></h3></div></div></div><p style="width:90%">
 
@@ -52,4 +52,4 @@
 	      </div></div></dd></dl></div><p style="width:90%">
 
       </p><p style="width:90%">
-      </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="uri-html-_en-decoding.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="Apache_module_specific_commands.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Uri-/html- en-/decoding </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Apache module specific commands</td></tr></table></div></body></html>
+      </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="uri-html-_en-decoding.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="apache_module_specific_commands.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Uri-/html- en-/decoding </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Apache module specific commands</td></tr></table></div></body></html>

Modified: tcl/site/websh/quickref/logging.html
URL: http://svn.apache.org/viewvc/tcl/site/websh/quickref/logging.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/logging.html (original)
+++ tcl/site/websh/quickref/logging.html Tue Apr 26 17:50:13 2011
@@ -154,7 +154,7 @@ logdest0
 	</p></div><div class="section" title="Apache"><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 within
 	  mod_websh only.
-	</p></div><div class="section"><div class="titlepage"></div><div class="example"><a name="id2756066"></a><p class="title"><b>Example 11. <span style="font-family:monospace"><span class="command">web::log</span></span>, <span style="font-family:monospace"><span class="command">web::loglevel</span></span>, and <span style="font-family:monospace"><span class="command">web::logdest</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p></div><div class="section"><div class="titlepage"></div><div class="example"><a name="id2739068"></a><p class="title"><b>Example 11. <span style="font-family:monospace"><span class="command">web::log</span></span>, <span style="font-family:monospace"><span class="command">web::loglevel</span></span>, and <span style="font-family:monospace"><span class="command">web::logdest</span></span></b></p><div class="example-contents"><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/viewvc/tcl/site/websh/quickref/misc_commands.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/misc_commands.html (original)
+++ tcl/site/websh/quickref/misc_commands.html Tue Apr 26 17:50:13 2011
@@ -1,4 +1,4 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Miscellaneous commands</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="Websh Reference 3.6.0b5"><link rel="up" href="index.html" title="Websh Reference 3.6.0b5"><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" title="Miscellaneous commands"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="misc
 _commands"></a>Miscellaneous commands</h2></div></div></div><div class="section" title="web::match"><div class="titlepage"><div><div><h3 class="title"><a name="web::match"></a><span style="font-family:monospace"><span class="command"><strong>web::match</strong></span></span></h3></div></div></div><p style="width:90%">
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Miscellaneous commands</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.1"><link rel="home" href="index.html" title="Websh Reference 3.6.0b5"><link rel="up" href="index.html" title="Websh Reference 3.6.0b5"><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" title="Miscellaneous commands"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="misc
 _commands"></a>Miscellaneous commands</h2></div></div></div><div class="section" title="web::match"><div class="titlepage"><div><div><h3 class="title"><a name="web::match"></a><span style="font-family:monospace"><span class="command"><strong>web::match</strong></span></span></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%">
@@ -37,4 +37,4 @@
       Attempts to clean up all temporary 
       files previously created using <span style="font-family:monospace"><span class="command"><strong>web::tempfile</strong></span></span> and 
       resets the internal list of these file names.
-      </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Apache_module_specific_commands.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Apache module specific commands </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>
+      </p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apache_module_specific_commands.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Apache module specific commands </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>

Modified: tcl/site/websh/quickref/request_data_handling.html
URL: http://svn.apache.org/viewvc/tcl/site/websh/quickref/request_data_handling.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/request_data_handling.html (original)
+++ tcl/site/websh/quickref/request_data_handling.html Tue Apr 26 17:50:13 2011
@@ -84,7 +84,7 @@
         The following example provides a basic app that requires Basic Auth and
         completely bypasses Apache's auth mechanisms.
 
-        </p><div class="example"><a name="id2753477"></a><p class="title"><b>Example 7. <span style="font-family:monospace"><span class="command">web::request AUTH_USER</span></span> and <span style="font-family:monospace"><span class="command">web::request AUTH_PW</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+        </p><div class="example"><a name="id2736478"></a><p class="title"><b>Example 7. <span style="font-family:monospace"><span class="command">web::request AUTH_USER</span></span> and <span style="font-family:monospace"><span class="command">web::request AUTH_PW</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 # returns 1 if user/pass provided is websh/websh
 proc isAuthenticated {} {
     if {[web::request -count AUTH_USER]} {
@@ -117,7 +117,7 @@ web::dispatch
         for Apache (as of version 2.0.51) will allow Websh to also provide the
         same functionality when running in CGI (requires mod_setenvif):
 
-        </p><div class="example"><a name="id2753536"></a><p class="title"><b>Example 8. Apache configuration for AUTH_USER and AUTH_PW to work under CGI</b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+        </p><div class="example"><a name="id2736538"></a><p class="title"><b>Example 8. Apache configuration for AUTH_USER and AUTH_PW to work under CGI</b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 SetEnvIf Authorization "^(Basic .+)$" AUTH_BASIC=$1
 	  </pre></div></div><p style="width:90%"><br class="example-break">
 
@@ -211,7 +211,7 @@ SetEnvIf Authorization "^(Basic .+)$" AU
         Note that the temporary files are created with the permissions
 	configured by <span style="font-family:monospace"><span class="command"><strong>web::config filepermissions</strong></span></span>,
 	which defaults to 0644.
-      </p><div class="example"><a name="id2754103"></a><p class="title"><b>Example 9. <span style="font-family:monospace"><span class="command">web::param</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id2737104"></a><p class="title"><b>Example 9. <span style="font-family:monospace"><span class="command">web::param</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
 % web::request CONTENT_LENGTH
 % web::dispatch -querystring "cmd=default&amp;t=100" -postdata "" -cmd ""
 % web::param -names

Modified: tcl/site/websh/quickref/response_data_handling.html
URL: http://svn.apache.org/viewvc/tcl/site/websh/quickref/response_data_handling.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/response_data_handling.html (original)
+++ tcl/site/websh/quickref/response_data_handling.html Tue Apr 26 17:50:13 2011
@@ -106,7 +106,7 @@
 		Performs a <span style="font-family:monospace"><span class="command"><strong>web::response -reset</strong></span></span> on all
 		registered channels.
 	      </div></div></dd></dl></div><p style="width:90%">
-	</p><div class="example"><a name="id2754703"></a><p class="title"><b>Example 10. <span style="font-family:monospace"><span class="command">web::response</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+	</p><div class="example"><a name="id2737705"></a><p class="title"><b>Example 10. <span style="font-family:monospace"><span class="command">web::response</span></span></b></p><div class="example-contents"><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/viewvc/tcl/site/websh/quickref/uri-html-_en-decoding.html?rev=1096822&r1=1096821&r2=1096822&view=diff
==============================================================================
--- tcl/site/websh/quickref/uri-html-_en-decoding.html (original)
+++ tcl/site/websh/quickref/uri-html-_en-decoding.html Tue Apr 26 17:50:13 2011
@@ -22,7 +22,7 @@
       </p></div><div class="section" title="web::uridecode"><div class="titlepage"><div><div><h3 class="title"><a name="web::uridecode"></a><span style="font-family:monospace"><span class="command"><strong>web::uridecode</strong></span></span></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%">Decodes URI-compliant <tt>text</tt>.
-      </p><div class="example"><a name="id2759100"></a><p class="title"><b>Example 16. <span style="font-family:monospace"><span class="command">web::htmlify</span></span></b></p><div class="example-contents"><pre style="background:#bbffbb ; width:75%" class="programlisting">
+      </p><div class="example"><a name="id2742101"></a><p class="title"><b>Example 16. <span style="font-family:monospace"><span class="command">web::htmlify</span></span></b></p><div class="example-contents"><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