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 18:28:58 UTC

cvs commit: tcl-site/rivet index.ttml navbar.html

davidw      01/11/15 09:28:58

  Modified:    .        index.ttml projects.ttml
  Added:       rivet    index.ttml navbar.html
  Log:
  Added a link to the projects page.
  Initial commit of some Rivet files.
  
  Revision  Changes    Path
  1.11      +4 -0      tcl-site/index.ttml
  
  Index: index.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/index.ttml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- index.ttml	2001/10/22 21:31:43	1.10
  +++ index.ttml	2001/11/15 17:28:58	1.11
  @@ -22,6 +22,10 @@
   	      href="mod_tcl/mod_tcl.html">mod_tcl</a>, and the <a
   	      href="neowebscript/">neowebscript</a> projects.
   	    </p>
  +	    <p>
  +	      Go to the <a href="projects.ttml">projects</a> page for
  +	    more information and a comparison between the projects.
  +	    </p>	    
   	    <p>New to Tcl?  Curious about it's advantages?  Have a
   	      look at <a href="why.ttml">Why Tcl?</a></p>
   	  </td>
  
  
  
  1.9       +7 -3      tcl-site/projects.ttml
  
  Index: projects.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/projects.ttml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- projects.ttml	2001/10/22 21:31:43	1.8
  +++ projects.ttml	2001/11/15 17:28:58	1.9
  @@ -17,16 +17,20 @@
   	      <a href="mod_dtcl/">mod_dtcl</a> enables the use of Tcl
   	      as an HTML-embedded scripting language, similar to
   	      PHP. It is fast, light, and lets you use the extensive
  -	      codebase of existing Tcl code on the web.
  +	      codebase of existing Tcl code on the web. For Apache 1.3.
   	    </p>
   	    <p>
   	      <a href="neowebscript/">neowebscript</a> also enables the use 
   	      of Tcl as an HTML-embedded scripting language.
   	      It uses safe interpreters for security, supports db files,
  -	      can generate graphics on-the-fly, and other stuff.
  +	      can generate graphics on-the-fly, and other stuff. For Apache 1.3
   	    </p>
               <p>
  -              <a href="mod_tcl/mod_tcl.html">mod_tcl</a>, With mod_tcl it is possible to write Apache modules entirely in TCL . In addition, the persistent interpreter embedded in the server avoids the overhead of starting an external interpreter and the penalty of TCL start-up time.
  +              <a href="mod_tcl/mod_tcl.html">mod_tcl</a>, With mod_tcl
  +              it is possible to write Apache modules entirely in TCL
  +              . In addition, the persistent interpreter embedded in
  +              the server avoids the overhead of starting an external
  +              interpreter and the penalty of TCL start-up time. For Apache 2.0
               </p>
   
   	  </td>
  
  
  
  1.1                  tcl-site/rivet/index.ttml
  
  Index: index.ttml
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
  
  <html>
    <head>
      <title>Apache Tcl</title>
      <link rel="stylesheet" href="../style.css">
    </head>
    <body>
      <? title "Apache Rivet" ?>
  
      <table border="0">
  	<tr>
  	  <? include navbar.html ?>
  	  
  	  <td valign="top"> 
  
  	    <p>
  	      <b>Apache Rivet</b> is the next generation of mod_dtcl
  	      united with NeoWebScript.	      
  
  	    </p>
  	  </td>
  	</tr>
      </table>
      <? powered ?>
    </body>
  </html>
  
  
  
  1.1                  tcl-site/rivet/navbar.html
  
  Index: navbar.html
  ===================================================================
    <td bgcolor="#cccccc" width="20%" valign="top" align="left">
      <b>
        <div class="box">
        <a href="../index.ttml">Apache Tcl Home</a>
        </div><div class="box">
        <hr></hr>
        </div><div class="box">
        <a href="index.ttml">Apache Rivet</a>
        </div><!--<div class="box">
        <a href="documentation/">Rivet documentation</a>
        </div><div class="box">
        <a href="examples.ttml">Rivet examples</a>
        </div><div class="box">
        <a href="download.ttml">Download Rivet</a>
        </div><div class="box">
        <a href="news.ttml">News &amp; Status</a>
        </div><div class="box">
        <a href="contributing.ttml">Contributing</a>
        </div><div class="box">
        <a href="contact.ttml">Contact/Mailing list</a>
        </div><div class="box">
        <a href="credits.ttml">Credits</a>
        </div>-->
    </td>