You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2002/12/30 19:42:35 UTC

cvs commit: tcl-rivet/doc/html commands.html examples.html help.html index.html internals.html upgrading.html

davidw      2002/12/30 10:42:35

  Modified:    .        ChangeLog
               doc      rivet.xml
               doc/examples upload.html
               doc/html commands.html examples.html help.html index.html
                        internals.html upgrading.html
  Log:
  * doc/examples/upload.html: Changed .ttml to .rvt - thanks to Holger
    Zeinert for catching this.
  
  Revision  Changes    Path
  1.92      +5 -0      tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- ChangeLog	18 Dec 2002 08:09:45 -0000	1.91
  +++ ChangeLog	30 Dec 2002 18:42:35 -0000	1.92
  @@ -1,3 +1,8 @@
  +2002-12-30  David N. Welton  <da...@dedasys.com>
  +
  +	* doc/examples/upload.html: Changed .ttml to .rvt - thanks to
  +	Holger Zeinert for catching this.
  +
   2002-12-18  David N. Welton  <da...@dedasys.com>
   
   	* doc/rivet.xml: Noted the var_qs/var_post changes in the
  
  
  
  1.17      +2 -2      tcl-rivet/doc/rivet.xml
  
  Index: rivet.xml
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/doc/rivet.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- rivet.xml	18 Dec 2002 08:09:45 -0000	1.16
  +++ rivet.xml	30 Dec 2002 18:42:35 -0000	1.17
  @@ -585,7 +585,7 @@
   	  </variablelist>
   
   	  <para>
  -	    See the example: <xref linkend="variable_access"/>
  +	    See <xref linkend="variable_access"/>.
   	  </para>
   	</listitem>
         </varlistentry>
  @@ -714,7 +714,7 @@
   	    </varlistentry>
   	  </variablelist>
   	  <para>
  -	    Please see the upload example.
  +	    See <xref linkend="upload"/>.
   	  </para>
   	</listitem>
         </varlistentry>
  
  
  
  1.2       +1 -1      tcl-rivet/doc/examples/upload.html
  
  Index: upload.html
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/doc/examples/upload.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- upload.html	18 Oct 2002 07:03:38 -0000	1.1
  +++ upload.html	30 Dec 2002 18:42:35 -0000	1.2
  @@ -1,4 +1,4 @@
  -&lt;form action="foo.ttml" enctype="multipart/form-data"
  +&lt;form action="foo.rvt" enctype="multipart/form-data"
   method="post"&gt;
   &lt;input type="file" name="MyUpload"&gt;&lt;/input&gt;
   &lt;/form&gt;
  
  
  
  1.10      +3 -3      tcl-rivet/doc/html/commands.html
  
  Index: commands.html
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/doc/html/commands.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- commands.html	18 Dec 2002 08:09:45 -0000	1.9
  +++ commands.html	30 Dec 2002 18:42:35 -0000	1.10
  @@ -6,7 +6,7 @@
   	    about GET or POST variables sent to the script via client
   	    request.  It treats both GET and POST variables the same,
   	    regardless of their origin.  Note that there are two
  -	    additional forms of <span style="font-family:monospace"><b>var</b></span>,
  +	    additional forms of <span style="font-family:monospace"><b>var</b></span>:
   	    <span style="font-family:monospace"><b>var_qs</b></span> and <span style="font-family:monospace"><b>var_post</b></span>.
   	    These two restrict the retrieval of information to
   	    parameters arriving very the querystring
  @@ -43,7 +43,7 @@
   	      </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style=" margin:1ex ; margin-bottom:1.5ex ; padding .5ex">
   		  Return a list of variable names and values.
   		</div></div></dd></dl></div><div style=" margin:1ex ; margin-bottom:1.5ex ; padding .5ex">
  -	    See the example: <a href="examples.html#variable_access" title="Example�3.�Variable Access">Example�3</a>
  +	    See <a href="examples.html#variable_access" title="Example�3.�Variable Access">Example�3</a>.
   	  </div></div></dd></dl></div><div class="variablelist"><dl><dt><span class="term">
   	  <div class="cmdsynopsis" style="width:80%"><span style="background:#bbbbff ; margin:1ex ; padding:.4ex ;  word-spacing:1ex "><span style="font-weight:bold ; font-family:monospace">upload</span>  (<span style="font-family:monospace; text-decoration:underline">channel</span> | <span style="font-family:monospace; text-decoration:underline">save</span> | <span style="font-family:monospace; text-decoration:underline">data</span> | <span style="font-family:monospace; text-decoration:underline">exists</span> | <span style="font-family:monospace; text-decoration:underline">size</span> | <span style="font-family:monospace; text-decoration:underline">type</span> | <span style="font-family:monospace; text-decoration:underline">filename</span>)</span></div>
   	</span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style=" margin:1ex ; margin-bottom:1.5ex ; padding .5ex">The upload command is for file upload manipulation.
  @@ -87,7 +87,7 @@
   		  Returns the variable names, as a list, of all the files
   		  uploaded.
   		</div></div></dd></dl></div><div style=" margin:1ex ; margin-bottom:1.5ex ; padding .5ex">
  -	    Please see the upload example.
  +	    See <a href="examples.html#upload" title="Example�4.�File Upload">Example�4</a>.
   	  </div></div></dd></dl></div><div class="variablelist"><dl><dt><span class="term">
   	  <div class="cmdsynopsis" style="width:80%"><span style="background:#bbbbff ; margin:1ex ; padding:.4ex ;  word-spacing:1ex "><span style="font-weight:bold ; font-family:monospace">load_env</span>  ?<span style="font-family:monospace; text-decoration:underline"><i><tt>array_name</tt></i></span>?</span></div>
   	</span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style=" margin:1ex ; margin-bottom:1.5ex ; padding .5ex">
  
  
  
  1.9       +1 -1      tcl-rivet/doc/html/examples.html
  
  Index: examples.html
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/doc/html/examples.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- examples.html	18 Dec 2002 08:09:45 -0000	1.8
  +++ examples.html	30 Dec 2002 18:42:35 -0000	1.9
  @@ -118,7 +118,7 @@
         </p></div><div class="example"><a name="upload"></a><p class="title"><b>Example�4.�File Upload</b></p><p style="width:90%">
   	The following HTML in one file, say,
   	<tt>upload.html</tt>
  -      </p><pre style="background:#bbffbb ; width:90ex ; margin: 2ex ;      padding: 1ex; border: solid black 1px ; white-space: pre;      font-family:monospace ; " class="programlisting">&lt;form action=&quot;foo.ttml&quot; enctype=&quot;multipart/form-data&quot;
  +      </p><pre style="background:#bbffbb ; width:90ex ; margin: 2ex ;      padding: 1ex; border: solid black 1px ; white-space: pre;      font-family:monospace ; " class="programlisting">&lt;form action=&quot;foo.rvt&quot; enctype=&quot;multipart/form-data&quot;
   method=&quot;post&quot;&gt;
   &lt;input type=&quot;file&quot; name=&quot;MyUpload&quot;&gt;&lt;/input&gt;
   &lt;/form&gt;</pre><p style="width:90%">
  
  
  
  1.10      +2 -2      tcl-rivet/doc/html/help.html
  
  Index: help.html
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/doc/html/help.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- help.html	18 Dec 2002 08:09:45 -0000	1.9
  +++ help.html	30 Dec 2002 18:42:35 -0000	1.10
  @@ -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 http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Resources - How to Get Help</title><meta name="generator" content="DocBook XSL Stylesheets V1.56.1"><link rel="home" href="index.html" title="Apache Rivet"><link rel="up" href="index.html" title="Apache Rivet"><link rel="previous" href="examples.html" title="Examples and Usage"><link rel="next" href="internals.html" title="Rivet Internals"></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">Resources - How to Get Help</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="examples.html">Prev</a>�</td><th width="60%" align="center">�</th><td width="20%" align="right">�<a accesskey="n" href="internals.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><hr><h2 class="title" style="clear: both"><a name="help"></a>Resources - How to Get Help</h2></div></div><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5381098"></a>Mailing Lists</h3></div></div><p style="width:90%">
  +<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Resources - How to Get Help</title><meta name="generator" content="DocBook XSL Stylesheets V1.56.1"><link rel="home" href="index.html" title="Apache Rivet"><link rel="up" href="index.html" title="Apache Rivet"><link rel="previous" href="examples.html" title="Examples and Usage"><link rel="next" href="internals.html" title="Rivet Internals"></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">Resources - How to Get Help</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="examples.html">Prev</a>�</td><th width="60%" align="center">�</th><td width="20%" align="right">�<a accesskey="n" href="internals.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><hr><h2 class="title" style="clear: both"><a name="help"></a>Resources - How to Get Help</h2></div></div><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5381102"></a>Mailing Lists</h3></div></div><p style="width:90%">
   	The Rivet mailing list is the first place you should turn for
   	help, if you haven't found the solution to your problem in the
   	documentation.  Send email to
  @@ -27,7 +27,7 @@
   	  </div></li><li><div style=" margin:1ex ; margin-bottom:1.5ex ; padding .5ex">
   	    <a href="http://wiki.tcl.tk" target="_top">http://wiki.tcl.tk</a> is the Tcl'ers Wiki, a
   	    free-form place to search for answers and ask for help.
  -	  </div></li></ul></div></div><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5380991"></a>Bug Tracking System</h3></div></div><p style="width:90%">
  +	  </div></li></ul></div></div><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5380995"></a>Bug Tracking System</h3></div></div><p style="width:90%">
   	Apache Rivet uses the Apache Bug Tracking system at <a href="http://nagoya.apache.org/bugzilla/" target="_top">http://nagoya.apache.org/bugzilla/</a>.  Here,
   	you can report problems, or check and see if existing issues
   	are already known and being dealt with.
  
  
  
  1.10      +1 -1      tcl-rivet/doc/html/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/doc/html/index.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.html	18 Dec 2002 08:09:45 -0000	1.9
  +++ index.html	30 Dec 2002 18:42:35 -0000	1.10
  @@ -3,7 +3,7 @@
   	��<tt>&lt;<a href="mailto:davidw@apache.org">davidw@apache.org</a>&gt;</tt><br>
   	</p></div></div></div></div><div><div class="author"><h3 class="author">Damon Courtney</h3><div class="affiliation"><div class="address"><p><br>
   	��<tt>&lt;<a href="mailto:damonc@apache.org">damonc@apache.org</a>&gt;</tt><br>
  -	</p></div></div></div></div><div><p class="copyright">Copyright � 2002 Apache Software Foundation</p></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="index.html#id5375538">Introduction to Apache Rivet</a></dt><dt><a href="installation.html">Apache Rivet Installation</a></dt><dt><a href="directives.html">Rivet Apache Directives</a></dt><dt><a href="commands.html">Rivet Tcl Commands and Variables</a></dt><dt><a href="examples.html">Examples and Usage</a></dt><dt><a href="help.html">Resources - How to Get Help</a></dt><dd><dl><dt><a href="help.html#id5381098">Mailing Lists</a></dt><dt><a href="help.html#websites">Web Sites</a></dt><dt><a href="help.html#id5380991">Bug Tracking System</a></dt></dl></dd><dt><a href="internals.html">Rivet Internals</a></dt><dd><dl><dt><a href="internals.html#id5381032">Initialization</a></dt><dt><a href="internals.html#id5381068">RivetChan</a></dt><dt><a href="internals.html#id5380037">Page Parsing, Execution and Cacheing</a></dt></dl></dd><dt><a href="upgrading.html">Upgrading from mod_dtcl or NeoWebScript</a></dt><dd><dl><dt><a href="upgrading.html#id5380114">mod_dtcl</a></dt><dt><a href="upgrading.html#id5380130">NeoWebScript</a></dt></dl></dd></dl></div><div class="section"><div class="titlepage"><div><hr><h2 class="title" style="clear: both"><a name="id5375538"></a>Introduction to Apache Rivet</h2></div></div><p style="width:90%">
  +	</p></div></div></div></div><div><p class="copyright">Copyright � 2002 Apache Software Foundation</p></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><a href="index.html#id5375538">Introduction to Apache Rivet</a></dt><dt><a href="installation.html">Apache Rivet Installation</a></dt><dt><a href="directives.html">Rivet Apache Directives</a></dt><dt><a href="commands.html">Rivet Tcl Commands and Variables</a></dt><dt><a href="examples.html">Examples and Usage</a></dt><dt><a href="help.html">Resources - How to Get Help</a></dt><dd><dl><dt><a href="help.html#id5381102">Mailing Lists</a></dt><dt><a href="help.html#websites">Web Sites</a></dt><dt><a href="help.html#id5380995">Bug Tracking System</a></dt></dl></dd><dt><a href="internals.html">Rivet Internals</a></dt><dd><dl><dt><a href="internals.html#id5381037">Initialization</a></dt><dt><a href="internals.html#id5381072">RivetChan</a></dt><dt><a href="internals.html#id5380042">Page Parsing, Execution and Cacheing</a></dt></dl></dd><dt><a href="upgrading.html">Upgrading from mod_dtcl or NeoWebScript</a></dt><dd><dl><dt><a href="upgrading.html#id5380119">mod_dtcl</a></dt><dt><a href="upgrading.html#id5380134">NeoWebScript</a></dt></dl></dd></dl></div><div class="section"><div class="titlepage"><div><hr><h2 class="title" style="clear: both"><a name="id5375538"></a>Introduction to Apache Rivet</h2></div></div><p style="width:90%">
         Apache Rivet is a system for creating dynamic web content via a
         programming language integrated with Apache Web Server.  It is
         designed to be fast, powerful and extensible, consume few system
  
  
  
  1.10      +3 -3      tcl-rivet/doc/html/internals.html
  
  Index: internals.html
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/doc/html/internals.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- internals.html	18 Dec 2002 08:09:45 -0000	1.9
  +++ internals.html	30 Dec 2002 18:42:35 -0000	1.10
  @@ -4,7 +4,7 @@
         code is removed, and changes are made.  The best place to look
         is the source code itself.  If you are interested in the changes
         themselves FIXME.
  -    </p><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5381032"></a>Initialization</h3></div></div><p style="width:90%">
  +    </p><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5381037"></a>Initialization</h3></div></div><p style="width:90%">
   	When Apache is started, (or when child Apache processes are
   	started if a threaded Tcl is used),
   	<tt>Rivet_InitTclStuff</tt> is called, which
  @@ -15,7 +15,7 @@
   	executes Rivet's <tt>init.tcl</tt>.  The caching
   	system is also set up, and if there is a
   	<span style="font-family:monospace"><b>GlobalInitScript</b></span>, it is run.
  -      </p></div><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5381068"></a>RivetChan</h3></div></div><p style="width:90%">
  +      </p></div><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5381072"></a>RivetChan</h3></div></div><p style="width:90%">
   	The RivetChan system was created in
   	order to have an actual Tcl channel that we could redirect
   	standard output to.  This lets us use, for instance, the
  @@ -25,7 +25,7 @@
   	Tcl's regular standard output is replaced with an instance of
   	this channel type, so that, by default, output will go to the
   	web page.
  -      </p></div><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5380037"></a>Page Parsing, Execution and Cacheing</h3></div></div><p style="width:90%">
  +      </p></div><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5380042"></a>Page Parsing, Execution and Cacheing</h3></div></div><p style="width:90%">
   	When a Rivet page is requested, it is transformed into an
   	ordinary Tcl script by parsing the file for the &lt;? ?&gt;
   	processing instruction tags.  Everything outside these tags
  
  
  
  1.10      +2 -2      tcl-rivet/doc/html/upgrading.html
  
  Index: upgrading.html
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/doc/html/upgrading.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- upgrading.html	18 Dec 2002 08:09:45 -0000	1.9
  +++ upgrading.html	30 Dec 2002 18:42:35 -0000	1.10
  @@ -6,8 +6,8 @@
         compatibility was not a primary goal when creating Rivet, but we
         do provide this information which may be of use to those wishing
         to upgrade from mod_dtcl or NWS installations.
  -    </p><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5380114"></a>mod_dtcl</h3></div></div><p style="width:90%">
  +    </p><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5380119"></a>mod_dtcl</h3></div></div><p style="width:90%">
   	Rivet was originally based on the dtcl code, but it has
   	changed (improved!) quite a bit.  The concepts remain the
   	same, but many of the commands have changed.
  -      </p></div><div class="section"><div class="titlepage"><div><h3 class="title"><a name="id5380130"></a>NeoWebScript</h3></div></div><p style="width:90%">TODO</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="internals.html">Prev</a>�</td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right">�</td></tr><tr><td width="40%" align="left" valign="top">Rivet Internals�</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 class="section"><div class="titlepage"><div><h3 class="title"><a name="id5380134"></a>NeoWebScript</h3></div></div><p style="width:90%">TODO</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="internals.html">Prev</a>�</td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right">�</td></tr><tr><td width="40%" align="left" valign="top">Rivet Internals�</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>
  
  
  

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