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 da...@apache.org on 2001/11/15 12:30:04 UTC

cvs commit: tcl-site/mod_dtcl/documentation help.html install.html

davidw      01/11/15 03:30:03

  Modified:    .        tcl.ttml
               mod_dtcl contact.ttml examples.ttml
               mod_dtcl/documentation help.html install.html
  Log:
  Update examples.
  Mailing list references to marc.theaimsgroup.com.
  
  Revision  Changes    Path
  1.10      +1 -1      tcl-site/tcl.ttml
  
  Index: tcl.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/tcl.ttml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- tcl.ttml	2001/10/22 21:31:43	1.9
  +++ tcl.ttml	2001/11/15 11:30:03	1.10
  @@ -48,7 +48,7 @@
   	      </li>
   
   	      <li>
  -		<a href="sources/">Tcl, mod_dtcl and mod_tcl sources</a>
  +		<a href="sources/">Tcl, mod_dtcl and mod_tcl source code</a>
   		HTMLized.
   	      </li>
   	      
  
  
  
  1.9       +1 -3      tcl-site/mod_dtcl/contact.ttml
  
  Index: contact.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/contact.ttml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- contact.ttml	2001/10/22 21:31:44	1.8
  +++ contact.ttml	2001/11/15 11:30:03	1.9
  @@ -26,9 +26,7 @@
   	    href="mailto:mod_dtcl-subscribe@tcl.apache.org">mod_dtcl-subscribe@tcl.apache.org</a>.</p>
   
   	    <p>
  -	      Mailing list archives are also available at <a
  -	      href="http://archive.covalent.net">http://archive.covalent.net</a>,
  -	      at the bottom of the page.
  +	      The list archives can be found (for now) at <a href="http://marc.theaimsgroup.com/?l=apache-moddtcl&r=1&w=2">marc.theaimsgroup.com</a>.
   	    </p>
   	  </td>
   	</tr>
  
  
  
  1.5       +6 -5      tcl-site/mod_dtcl/examples.ttml
  
  Index: examples.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/examples.ttml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- examples.ttml	2001/03/19 18:12:43	1.4
  +++ examples.ttml	2001/11/15 11:30:03	1.5
  @@ -1,7 +1,8 @@
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.0//EN">
   <html>
  -<!-- $Id: examples.ttml,v 1.4 2001/03/19 18:12:43 davidw Exp $ -->
  +<!-- $Id: examples.ttml,v 1.5 2001/11/15 11:30:03 davidw Exp $ -->
   <title>mod_dtcl examples</title>
  +    <link rel="stylesheet" href="../style.css">
   <body bgcolor=white>
   
   <table bgcolor=black width=100%>
  @@ -117,8 +118,8 @@
    hgetvars
   if { [ array exists VARS ] } {
       hputs "&lt; ul>"
  -    foreach { vr } [ array names VARS ]  {
  -        hputs "&lt;li>(VARS) $vr = $VARS($vr)"
  +    foreach { var val } [ var all ]  {
  +        hputs "&lt;li>(VARS) $var = $val"
       }
       hputs "&lt;/ul>"
   }
  @@ -151,8 +152,8 @@
   hgetvars
   if { [ array exists VARS ] } {
       hputs "<ul>"
  -    foreach { vr } [ array names VARS ]  {
  -        hputs "<li>(VARS) $vr = $VARS($vr)"
  +    foreach { var val } [ var all ]  {
  +        hputs "<li>(VARS) $var = $val"
       }
       hputs "</ul>"
   }
  
  
  
  1.2       +2 -3      tcl-site/mod_dtcl/documentation/help.html
  
  Index: help.html
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/documentation/help.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- help.html	2001/08/03 23:28:54	1.1
  +++ help.html	2001/11/15 11:30:03	1.2
  @@ -22,11 +22,10 @@
   	    href="mailto:mod_dtcl-subscribe@tcl.apache.org">mod_dtcl-subscribe@tcl.apache.org</a>.</p>
   	</p>
   	<p>
  -	  Currently, lists are not archived.  If you'd like to help
  -	  out, let us know.
  +	  The list archives can be found (for now) at <a href="http://marc.theaimsgroup.com/?l=apache-moddtcl&r=1&w=2">marc.theaimsgroup.com</a>.
   	</p>
         </li>
       </ul>
    </body>
   </html>
  -    <!-- $Id: help.html,v 1.1 2001/08/03 23:28:54 davidw Exp $ -->
  \ No newline at end of file
  +    <!-- $Id: help.html,v 1.2 2001/11/15 11:30:03 davidw Exp $ -->
  \ No newline at end of file
  
  
  
  1.3       +4 -2      tcl-site/mod_dtcl/documentation/install.html
  
  Index: install.html
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/documentation/install.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- install.html	2001/10/19 16:42:21	1.2
  +++ install.html	2001/11/15 11:30:03	1.3
  @@ -6,7 +6,7 @@
     </head>
     <body>
   
  -    <!-- $Id: install.html,v 1.2 2001/10/19 16:42:21 davidw Exp $ -->
  +    <!-- $Id: install.html,v 1.3 2001/11/15 11:30:03 davidw Exp $ -->
       <h2 align="center">mod_dtcl Installation</h2>
       
       <ol>
  @@ -137,7 +137,9 @@
   	    <b>http.conf</b><br> <code>LoadModule dtcl_module
   	      /usr/lib/apache/1.3/mod_dtcl.so</code><br> 
   	    This points Apache to the shared object if
  -	    mod_dtcl is being used as a loadable module.
  +	    mod_dtcl is being used as a loadable module.  In some
  +	    cases, adding the directive <code>AddModule
  +	      mod_dtcl.c</code> can be helpful.
   	  </li>
   	  <li>
   	    <b>srm.conf</b><br>