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 2007/10/11 20:02:43 UTC

svn commit: r583898 [2/2] - in /tcl/rivet/trunk: ./ doc/ doc/html/

Added: tcl/rivet/trunk/doc/html/upload.en.html
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/html/upload.en.html?rev=583898&view=auto
==============================================================================
--- tcl/rivet/trunk/doc/html/upload.en.html (added)
+++ tcl/rivet/trunk/doc/html/upload.en.html Thu Oct 11 11:02:37 2007
@@ -0,0 +1,51 @@
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>upload</title><link rel="stylesheet" href="rivet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.en.html" title="Apache Rivet"><link rel="up" href="commands.en.html" title="Rivet Tcl Commands and Variables"><link rel="prev" href="var.en.html" title="var"><link rel="next" href="load_response.en.html" title="load_response"></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">upload</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="var.en.html"><img src="images/prev.png" alt="Prev"></a> </td><th width="60%" align="center">Rivet Tcl Commands and Variables</th><td width="20%" align="right"> <a accesskey="n" href="load_response.en.html"><img src="images/next.png" alt="
 Next"></a></td></tr></table></div><div class="refentry" lang="en"><div class="refentry.separator"><hr></div><a name="upload"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>upload &#8212; handle a file uploaded by a client.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis" style="width:80%"><div 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; font-weight: bold;">channel</span> | <span style="font-family:monospace; font-weight: bold;">save</span> | <span style="font-family:monospace; font-weight: bold;">data</span> | <span style="font-family:monospace; font-weight: bold;">exists</span> | <span style="font-family:monospace; font-weight: bold;">size</span> | <span style="font-family:monospace; font-weight: bold;">type</span> | <span style="font-family:monospace; font-weight: bold;">filename</
 span>)</div></div></div><div class="refsect1" lang="en"><a name="id2544841"></a><h2>Description</h2><p style="width:90%">The upload command is for file upload manipulation.
+	  See the relevant Apache Directives to further configure the
+	  behavior of this Rivet feature.
+	</p><div class="variablelist"><dl><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div 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; font-weight: bold;">channel</span>  ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>uploadname</code></em></span>?</div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		When given the name of a file upload
+		<em class="replaceable"><code>uploadname</code></em>,
+		returns a Tcl channel that can be used to access the
+		uploaded file.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div 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; font-weight: bold;">save</span>  ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>uploadname</code></em></span>? ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>filename</code></em></span>?</div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Saves the
+		<em class="replaceable"><code>uploadname</code></em> in
+		the file
+		<em class="replaceable"><code>filename</code></em>.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div 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; font-weight: bold;">data</span>  ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>uploadname</code></em></span>?</div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Returns data uploaded to the server.  This is binary clean
+		- in other words, it will work even with files like
+		images, executables, compressed files, and so on.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div 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; font-weight: bold;">exists</span>  ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>uploadname</code></em></span>?</div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Returns true if an upload named  ?<span style="font-family:monospace; font-weight: bold;">uploadname</span>?
+		exists.  This can be used in scripts that are meant to
+		be run by different forms that send over uploads that
+		might need specific processing.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div 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; font-weight: bold;">size</span>  ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>uploadname</code></em></span>?</div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Returns the size of the file uploaded.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div 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; font-weight: bold;">type</span> </div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		If the <code class="varname">Content-type</code> is set, it is
+		returned, otherwise, an empty string.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div 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; font-weight: bold;">filename</span>  ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>uploadname</code></em></span>?</div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Returns the filename on the remote host that uploaded the file.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div 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; font-weight: bold;">names</span> </div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Returns the variable names, as a list, of all the files
+		uploaded.
+	      </div></div></dd></dl></div><p style="width:90%">
+	  See <a href="upload.en.html" title="upload">upload</a>.
+	</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="var.en.html"><img src="images/prev.png" alt="Prev"></a> </td><td width="20%" align="center"><a accesskey="u" href="commands.en.html"><img src="images/up.png" alt="Up"></a></td><td width="40%" align="right"> <a accesskey="n" href="load_response.en.html"><img src="images/next.png" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">var </td><td width="20%" align="center"><a accesskey="h" href="index.en.html"><img src="images/home.png" alt="Home"></a></td><td width="40%" align="right" valign="top"> load_response</td></tr></table></div></body></html>

Added: tcl/rivet/trunk/doc/html/var.en.html
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/html/var.en.html?rev=583898&view=auto
==============================================================================
--- tcl/rivet/trunk/doc/html/var.en.html (added)
+++ tcl/rivet/trunk/doc/html/var.en.html Thu Oct 11 11:02:37 2007
@@ -0,0 +1,44 @@
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>var</title><link rel="stylesheet" href="rivet.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.71.0"><link rel="start" href="index.en.html" title="Apache Rivet"><link rel="up" href="commands.en.html" title="Rivet Tcl Commands and Variables"><link rel="prev" href="commands.en.html" title="Rivet Tcl Commands and Variables"><link rel="next" href="upload.en.html" title="upload"></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">var</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="commands.en.html"><img src="images/prev.png" alt="Prev"></a> </td><th width="60%" align="center">Rivet Tcl Commands and Variables</th><td width="20%" align="right"> <a accesskey="n" href="upload.en.html"><img src="images/nex
 t.png" alt="Next"></a></td></tr></table></div><div class="refentry" lang="en"><a name="var"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>var, var_qs, var_post &#8212; get the value of a form variable.</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis" style="width:80%"><div style="background:#bbbbff ; margin:1ex ; padding:.4ex ;  word-spacing:1ex "><span style="font-weight:bold ; font-family:monospace">var</span>  (<span style="font-family:monospace; font-weight: bold;">get</span> | <span style="font-family:monospace; font-weight: bold;">list</span> | <span style="font-family:monospace; font-weight: bold;">exists</span> | <span style="font-family:monospace; font-weight: bold;">number</span> | <span style="font-family:monospace; font-weight: bold;">all</span>)</div></div><div class="cmdsynopsis" style="width:80%"><div style="background:#bbbbff ; margin:1ex ; padding:.4ex ;  word-spacing:1ex "><span style="font-weight:bol
 d ; font-family:monospace">var_qs</span>  (<span style="font-family:monospace; font-weight: bold;">get</span> | <span style="font-family:monospace; font-weight: bold;">list</span> | <span style="font-family:monospace; font-weight: bold;">exists</span> | <span style="font-family:monospace; font-weight: bold;">number</span> | <span style="font-family:monospace; font-weight: bold;">all</span>)</div></div><div class="cmdsynopsis" style="width:80%"><div style="background:#bbbbff ; margin:1ex ; padding:.4ex ;  word-spacing:1ex "><span style="font-weight:bold ; font-family:monospace">var_post</span>  (<span style="font-family:monospace; font-weight: bold;">get</span> | <span style="font-family:monospace; font-weight: bold;">list</span> | <span style="font-family:monospace; font-weight: bold;">exists</span> | <span style="font-family:monospace; font-weight: bold;">number</span> | <span style="font-family:monospace; font-weight: bold;">all</span>)</div></div></div><div class="refsect
 1" lang="en"><a name="id2544469"></a><h2>Description</h2><p style="width:90%">
+	  The <span style="font-family:monospace"><span><strong class="command">var</strong></span></span> command retrieves information
+	  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"><span><strong class="command">var</strong></span></span>:
+	  <span style="font-family:monospace"><span><strong class="command">var_qs</strong></span></span> and <span style="font-family:monospace"><span><strong class="command">var_post</strong></span></span>.
+	  These two restrict the retrieval of information to
+	  parameters arriving via the querystring
+	  (?foo=bar&amp;bee=bop) or POSTing, respectively.
+	</p><div class="variablelist"><dl><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div style="background:#bbbbff ; margin:1ex ; padding:.4ex ;  word-spacing:1ex "><span style="font-weight:bold ; font-family:monospace">var</span>   <span style="font-family:monospace; font-weight: bold;">get</span>  ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>varname</code></em></span>? ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>?<span class="optional">default</span>?</code></em></span>?</div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Returns the value of variable
+		<em class="replaceable"><code>varname</code></em>
+		as a string (even if there are multiple values).  If
+		the variable doesn't exist as a GET or POST
+		variable, the
+		<em class="replaceable"><code>?<span class="optional">default</span>?</code></em>
+		value is returned, otherwise "" - an empty string -
+		is returned.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div style="background:#bbbbff ; margin:1ex ; padding:.4ex ;  word-spacing:1ex "><span style="font-weight:bold ; font-family:monospace">var</span>   <span style="font-family:monospace; font-weight: bold;">list</span>  ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>varname</code></em></span>?</div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Returns the value of variable
+		<em class="replaceable"><code>varname</code></em> as a
+		list, if there are multiple values.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div style="background:#bbbbff ; margin:1ex ; padding:.4ex ;  word-spacing:1ex "><span style="font-weight:bold ; font-family:monospace">var</span>   <span style="font-family:monospace; font-weight: bold;">exists</span>  ?<span style="font-family:monospace; font-weight: bold;"><em class="replaceable"><code>varname</code></em></span>?</div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Returns 1 if
+		<em class="replaceable"><code>varname</code></em>
+		exists, 0 if it doesn't.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div style="background:#bbbbff ; margin:1ex ; padding:.4ex ;  word-spacing:1ex "><span style="font-weight:bold ; font-family:monospace">var</span>   <span style="font-family:monospace; font-weight: bold;">number</span> </div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Returns the number of variables.
+	      </div></div></dd><dt><span class="term">
+	      <div class="cmdsynopsis" style="width:80%"><div style="background:#bbbbff ; margin:1ex ; padding:.4ex ;  word-spacing:1ex "><span style="font-weight:bold ; font-family:monospace">var</span>   <span style="font-family:monospace; font-weight: bold;">all</span> </div></div>
+	    </span></dt><dd><div style="padding:4 ; margin-top:3 ;  margin-bottom:3 ; width:75%"><div style="margin-bottom:1.5ex ; padding .5ex">
+		Return a list of variable names and values.
+	      </div></div></dd></dl></div><p style="width:90%">
+	  See <a href="examples.en.html#variable_access" title="Example 3. Variable Access">Example 3, &#8220;Variable Access&#8221;</a>.
+	</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="commands.en.html"><img src="images/prev.png" alt="Prev"></a> </td><td width="20%" align="center"><a accesskey="u" href="commands.en.html"><img src="images/up.png" alt="Up"></a></td><td width="40%" align="right"> <a accesskey="n" href="upload.en.html"><img src="images/next.png" alt="Next"></a></td></tr><tr><td width="40%" align="left" valign="top">Rivet Tcl Commands and Variables </td><td width="20%" align="center"><a accesskey="h" href="index.en.html"><img src="images/home.png" alt="Home"></a></td><td width="40%" align="right" valign="top"> upload</td></tr></table></div></body></html>

Modified: tcl/rivet/trunk/doc/rivet-chunk.xsl
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/rivet-chunk.xsl?rev=583898&r1=583897&r2=583898&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/rivet-chunk.xsl (original)
+++ tcl/rivet/trunk/doc/rivet-chunk.xsl Thu Oct 11 11:02:37 2007
@@ -40,39 +40,8 @@
 
   <xsl:param name="refentry.separator" select="1"/>
 
-  <xsl:template match="section">
-    <xsl:variable name="depth" select="count(ancestor::section)+1"/>
-
-    <div class="{name(.)}">
-      <xsl:call-template name="language.attribute"/>
-      <xsl:call-template name="section.titlepage"/>
-
-      <xsl:variable name="toc.params">
-	<xsl:call-template name="find.path.params">
-	  <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
-	</xsl:call-template>
-      </xsl:variable>
-
-      <xsl:if test="@role = 'reference' or (contains($toc.params, 'toc')
-	and $depth &lt;= $generate.section.toc.level)">
-	<xsl:call-template name="section.toc">
-	  <xsl:with-param name="toc.title.p" select="contains($toc.params, 'title')"/>
-	</xsl:call-template>
-	<xsl:call-template name="section.toc.separator"/>
-      </xsl:if>
-      <xsl:apply-templates/>
-      <xsl:call-template name="process.chunk.footnotes"/>
-    </div>
-  </xsl:template>
-
-<!--  <xsl:include -->
-<!--  href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/manifest.xsl"/> -->
-
   <xsl:include href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/chunk.xsl"/>
 
-  <xsl:include href="norefchunk.xsl"/>
-
   <xsl:include href="rivet.xsl"/>
-  <xsl:include href="refentry.xsl"/>
 
 </xsl:stylesheet>

Modified: tcl/rivet/trunk/doc/rivet-nochunk.xsl
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/rivet-nochunk.xsl?rev=583898&r1=583897&r2=583898&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/rivet-nochunk.xsl (original)
+++ tcl/rivet/trunk/doc/rivet-nochunk.xsl Thu Oct 11 11:02:37 2007
@@ -41,33 +41,6 @@
 
   <!-- ==================================================================== -->
 
-  <xsl:template match="section">
-    <xsl:variable name="depth" select="count(ancestor::section)+1"/>
-
-    <div class="{name(.)}">
-      <xsl:call-template name="language.attribute"/>
-      <xsl:call-template name="section.titlepage"/>
-
-      <xsl:variable name="toc.params">
-	<xsl:call-template name="find.path.params">
-	  <xsl:with-param name="table" select="normalize-space($generate.toc)"/>
-	</xsl:call-template>
-      </xsl:variable>
-
-      <xsl:if test="@role = 'reference' or (contains($toc.params, 'toc')
-	and $depth &lt;= $generate.section.toc.level)">
-	<xsl:call-template name="section.toc">
-	  <xsl:with-param name="toc.title.p" select="contains($toc.params, 'title')"/>
-	</xsl:call-template>
-	<xsl:call-template name="section.toc.separator"/>
-      </xsl:if>
-      <xsl:apply-templates/>
-      <xsl:call-template name="process.chunk.footnotes"/>
-    </div>
-  </xsl:template>
-
-
   <xsl:include href="rivet.xsl"/>
-  <xsl:include href="refentry.xsl"/>
 
 </xsl:stylesheet>

Modified: tcl/rivet/trunk/doc/rivet.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/doc/rivet.xml?rev=583898&r1=583897&r2=583898&view=diff
==============================================================================
--- tcl/rivet/trunk/doc/rivet.xml (original)
+++ tcl/rivet/trunk/doc/rivet.xml Thu Oct 11 11:02:37 2007
@@ -59,7 +59,7 @@
     Document revision: $Revision$, last modified $Date$ by $Author$.
   </para>
 
-  <section>
+  <section id="introduction">
     <title>Introduction to Apache Rivet</title>
     <para>
       Apache Rivet is a system for creating dynamic web content via a
@@ -587,7 +587,7 @@
   <section id="commands">
     <title>Rivet Tcl Commands and Variables</title>
 
-    <refentry>
+    <refentry id="var">
       <refnamediv>
 	<refname>var</refname>
 	<refname>var_qs</refname>
@@ -737,7 +737,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="upload">
       <refnamediv>
 	<refname>upload</refname>
 	<refpurpose>handle a file uploaded by a client.</refpurpose>
@@ -898,7 +898,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="load_response">
       <refnamediv>
 	<refname>load_response</refname>
 	<refpurpose>load form variables into an array.</refpurpose>
@@ -918,7 +918,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="load_headers">
       <refnamediv>
 	<refname>load_headers</refname>
 	<refpurpose>get client request's headers.</refpurpose>
@@ -941,7 +941,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="load_cookies">
       <refnamediv>
 	<refname>load_cookies</refname>
 	<refpurpose>get any cookie variables sent by the client.</refpurpose>
@@ -964,7 +964,7 @@
       </para>
     </refentry>
 
-    <refentry>
+    <refentry id="load_env">
       <refnamediv>
 	<refname>load_env</refname>
 	<refpurpose>get the request's environment variables.</refpurpose>
@@ -994,7 +994,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="env">
       <refnamediv>
 	<refname>env</refname> <refpurpose>Loads a single
 	"environmental variable" into a Tcl variable.</refpurpose>
@@ -1018,7 +1018,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="include">
       <refnamediv>
 	<refname>include</refname>
 	<refpurpose>includes a file into the output stream without modification.</refpurpose>
@@ -1041,7 +1041,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="parse">
       <refnamediv>
 	<refname>parse</refname>
 	<refpurpose>parses a Rivet template file.</refpurpose>
@@ -1064,7 +1064,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="headers">
       <refnamediv>
 	<refname>headers</refname>
 	<refpurpose>set and parse HTTP headers.</refpurpose>
@@ -1173,7 +1173,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="makeurl">
       <refnamediv>
 	<refname>makeurl</refname>
 	<refpurpose>construct url's based on hostname, port.</refpurpose>
@@ -1200,7 +1200,7 @@
     </refentry>
 
 
-    <refentry>
+    <refentry id="cookie">
       <refnamediv>
 	<refname>cookie</refname>
 	<refpurpose>get and set cookies.</refpurpose>
@@ -1236,7 +1236,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="clock_to_rfc">
       <refnamediv>
 	<refname>clock_to_rfc850_gmt</refname>
 	<refpurpose>create a rfc850 time from [clock seconds].</refpurpose>
@@ -1259,7 +1259,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="html">
       <refnamediv>
 	<refname>html</refname>
 	<refpurpose>construct html tagged text.</refpurpose>
@@ -1284,7 +1284,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="incr0">
       <refnamediv>
 	<refname>incr0</refname>
 	<refpurpose>increment a variable or set it to 1 if nonexistant.</refpurpose>
@@ -1310,7 +1310,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="parray">
       <refnamediv>
 	<refname>parray</refname>
 	<refpurpose>Tcl's <command>parray</command> with html formatting.</refpurpose>
@@ -1336,7 +1336,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="abort_page">
       <refnamediv>
 	<refname>abort_page</refname>
 	<refpurpose>Stops outputing data to web page, similar in
@@ -1359,7 +1359,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="no_body">
       <refnamediv>
 	<refname>no_body</refname>
 	<refpurpose>Prevents Rivet from sending any content.</refpurpose>
@@ -1382,7 +1382,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="escape_string">
       <refnamediv>
 	<refname>escape_string</refname>
 	<refpurpose>convert a string into escaped characters.</refpurpose>
@@ -1410,7 +1410,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="escape_sgml_chars">
       <refnamediv>
 	<refname>escape_sgml_chars</refname>
 	<refpurpose>escape special SGML characters in a string.</refpurpose>
@@ -1435,7 +1435,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="escape_shell_command">
       <refnamediv>
 	<refname>escape_shell_command</refname>
 	<refpurpose>escape shell metacharacters in a string.</refpurpose>
@@ -1464,7 +1464,7 @@
       </refsect1>
     </refentry>
 
-    <refentry>
+    <refentry id="unescape_string">
       <refnamediv>
 	<refname>unescape_string</refname>
 	<refpurpose>unescape escaped characters in a string.</refpurpose>
@@ -1586,7 +1586,7 @@
       </para>
     </example>
 
-    <example id="upload">
+    <example id="file_upload">
       <title>File Upload</title>
       <para>
 	The <command>upload</command> command endows Rivet with an
@@ -1815,7 +1815,7 @@
 
   <section id="dio">
     <title>DIO - Database Interface Objects</title>
-    <refentry>
+    <refentry id="dio">
       <refnamediv>
 	<refname>DIO</refname>
 	<refpurpose>Database Interface Objects</refpurpose>
@@ -2767,7 +2767,7 @@
 
   <section id="diodisplay">
     <title>DIODisplay - Database Interface Objects Display Class</title>
-    <refentry>
+    <refentry id="diodisplay">
       <refnamediv>
 	<refname>DIODisplay</refname>
 	<refpurpose>Database Interface Objects Display Class</refpurpose>
@@ -3852,7 +3852,7 @@
       </para>
     </section>
 
-    <section>
+    <section id="requirements">
       <title>Requirements</title>
 
 



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