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 2002/10/11 09:17:06 UTC

cvs commit: tcl-site/presentations/apache-tcl integration2.ttml rivetexample1.rvt

davidw      2002/10/11 00:17:06

  Added:       presentations/apache-tcl integration2.ttml rivetexample1.rvt
  Log:
  Fixed type, added new files.
  
  Revision  Changes    Path
  1.1                  tcl-site/presentations/apache-tcl/integration2.ttml
  
  Index: integration2.ttml
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  <html>
    <head>
      <title>Integration Information</title>
      <link rel="stylesheet" href="style.css">
    </head>
  
    <body>
      <? prevnext "<h1>Integration Information</h1>" ?>
  
      <p>
        With all of these API's to work with, uniting them has been both
        very pleasant, and not all that difficult.  In all the Rivet .c
        and .h files, there are around 5500 lines, total.  Not bad,
        considering Tcl is 150K lines, and Apache 1.3 is around 120K!
      </p>
  
      <p>
        The ability to leverage so much power - linking together two
        different, flexible, multipurpose systems - is a testament to
        the strength and adaptability of both Tcl and Apache.
      </p>
  
      <?footer?>
    </body>
  </html>
  
  
  
  1.1                  tcl-site/presentations/apache-tcl/rivetexample1.rvt
  
  Index: rivetexample1.rvt
  ===================================================================
  <? puts "<table>\n"
  for {set i 1} { $i <= 8 } {incr i} {
      puts "<tr>\n"
      for {set j 1} {$j <= 8} {incr j} {
          set num [ expr $i * $j * 4 - 1]
          puts [ format "<td bgcolor=%2x%2x%2x > $num $num $num </td>\n" \
        $num $num $num ]
      }
      puts "</tr>\n"
  }
  puts "</table>\n" ?>
  
  
  

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