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/11/01 09:49:55 UTC

cvs commit: tcl-site/rivet about.rvt download.rvt examples.rvt index.rvt navbar.html template.rvt contact.rvt credits.rvt

davidw      2002/11/01 00:49:55

  Modified:    .        about.rvt common.tcl comparison.rvt
                        contributing.rvt index.rvt newnav.html news.rvt
                        projects.rvt style.css tcl.rvt why.rvt
               mod_dtcl contact.ttml contributing.ttml credits.ttml
                        documentation.ttml download.ttml index.ttml
                        navbar.html news.ttml
               rivet    download.rvt examples.rvt index.rvt navbar.html
                        template.rvt
  Added:       .        ChangeLog
               rivet    about.rvt
  Removed:     .        FAQ.ttml comparison.ttml contact.rvt contact.ttml
                        contributing.ttml credits.rvt credits.ttml
                        examples.ttml navbar.html news.ttml projects.ttml
                        tcl.ttml why.ttml
               rivet    contact.rvt credits.rvt
  Log:
  * Started changelog to list what's been done with the site.
  
  * Rivet now uses /style.css.
  
  * Changed stylesheet extensively.
  
  * Rivet now uses about.rvt instead of credits/contact .rvt.
  
  * Eliminated .ttml files in root directory.
  
  Revision  Changes    Path
  1.2       +86 -8     tcl-site/about.rvt
  
  Index: about.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/about.rvt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- about.rvt	16 Aug 2002 04:18:51 -0000	1.1
  +++ about.rvt	1 Nov 2002 08:49:54 -0000	1.2
  @@ -6,13 +6,15 @@
     </head>
     <body>
       <? title ?>
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? navbar ?>
   	  <td valign="top">
   	    <h2>Credits</h2>
   	    <p>
  -	      Current Members of the Project Maintainership Committee:
  +	      Current Members of the Project Maintainership Committee
  +	      - these are the people who are responsible for running
  +	      and overseeing the project:
   	    </p>
   	    <ul>
   	      <li>Ronnie Brunner</li>
  @@ -37,13 +39,89 @@
   	      the pages associated with those projects.
   	    </p>
   
  -	    <h2>Contact Information</h2>
  +	    <h2>Mailing Lists</h2>
   	    <p>
  -	      If you are trying to contact an individual project,
  -	      please see the respective page for detailed information.
  -	      For general Apache Tcl questions, send email to <a
  -	      href="mailto:general@tcl.apache.org">general@tcl.apache.org</a>.
  -	      </p>
  +	      These are the mailing lists for the Apache Tcl projects.
  +	      <b>Please</b> use them instead of contacting individuals
  +	      directly so that your conversation will be archived, and
  +	      others may benefit from your questions.
  +	    </p>
  +	    <p>
  +	      It is possible to subscribe to any of these lists by
  +8	      sending a message to:
  +	      <tt style="font-size:
  +		larger">list<b>-subscribe@tcl.apache.org</b></tt>.
  +	    </p>
  +	    <table class="lists">
  +	      <tbody>
  +		<tr>
  +		  <th>
  +		    <a
  +		    href="mailto:general@tcl.apache.org">general@tcl.apache.org</a>
  +		  </th>
  +		  <td>
  +		    For general questions about Apache Tcl that
  +		    don't regard any specific project.
  +		  </td>
  +		</tr>
  +		<tr>
  +		  <th>
  +		    <a href="mailto:mod_dtcl@tcl.apache.org">mod_dtcl@tcl.apache.org</a>
  +		  </th>
  +		  <td>
  +		    User/developer list for mod_dtcl.
  +		  </td>
  +		</tr>
  +		<tr>
  +		  <th>
  +		    <a href="mailto:mod_tcl-dev@tcl.apache.org">mod_tcl-dev@tcl.apache.org</a>
  +		  </th>
  +		  <td>
  +		    List for the discussion of mod_tcl development.
  +		  </td>
  +		</tr>
  +		<tr>
  +		  <th>
  +		    <a href="mailto:rivet-dev@tcl.apache.org">rivet-dev@tcl.apache.org</a>
  +		  </th>
  +		  <td>
  +		    Developer list for Rivet.
  +		  </td>
  +		</tr>
  +		<tr>
  +		  <th>
  +		    <a href="mailto:rivet-user@tcl.apache.org">rivet-user@tcl.apache.org</a>
  +		  </th>
  +		  <td>
  +		    User list for Rivet.
  +		  </td>
  +		</tr>
  +		<tr>
  +		  <th>
  +		    <a href="mailto:websh-dev@tcl.apache.org">websh-dev@tcl.apache.org</a>
  +		  </th>
  +		  <td>
  +		    Developer list for Websh.
  +		  </td>
  +		</tr>
  +		<tr>
  +		  <th>
  +		    <a href="mailto:websh-user@tcl.apache.org">websh-user@tcl.apache.org</a>
  +		  </th>
  +		  <td>
  +		    User list for Websh.
  +		  </td>
  +		</tr>
  +		<tr>
  +		  <th>
  +		    <a href="mailto:mod_dtcl@tcl.apache.org">mod_dtcl@tcl.apache.org</a>
  +		  </th>
  +		  <td>
  +		    User/developer list for mod_dtcl.
  +		  </td>
  +		</tr>
  +	      </tbody>
  +	    </table>
   	  </td>
   	</tr>
       </table>
  
  
  
  1.6       +3 -2      tcl-site/common.tcl
  
  Index: common.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-site/common.tcl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- common.tcl	23 Apr 2002 08:36:07 -0000	1.5
  +++ common.tcl	1 Nov 2002 08:49:54 -0000	1.6
  @@ -6,10 +6,10 @@
   
   proc title { {txt "Apache Tcl Project"} } {
       puts {
  -	<table width="100%" border="0">
  +	<table align="center" width="63%" border="0">
   	<tr>
   	<td align="center" valign="top">
  -	<h1>
  +	<h1 style="padding: .3em;">
       }
       puts "$txt"
       puts {
  @@ -17,6 +17,7 @@
   	</td>
   	</tr>
   	</table>
  +	<hr>
       }
   }
   
  
  
  
  1.2       +1 -1      tcl-site/comparison.rvt
  
  Index: comparison.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/comparison.rvt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- comparison.rvt	23 Apr 2002 08:36:37 -0000	1.1
  +++ comparison.rvt	1 Nov 2002 08:49:54 -0000	1.2
  @@ -11,7 +11,7 @@
       Which project does what?  Which of mod_dtcl, neowebscript or
       mod_tcl is right for your needs?
   
  -    <table>
  +    <table class="main">
         <tbody>
   
   	<tr>
  
  
  
  1.3       +1 -1      tcl-site/contributing.rvt
  
  Index: contributing.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/contributing.rvt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- contributing.rvt	7 Aug 2002 06:13:16 -0000	1.2
  +++ contributing.rvt	1 Nov 2002 08:49:54 -0000	1.3
  @@ -7,7 +7,7 @@
     <body>
       <? title ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? navbar ?>
   	  <td valign="top">
  
  
  
  1.6       +1 -1      tcl-site/index.rvt
  
  Index: index.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/index.rvt,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.rvt	7 Oct 2002 19:02:22 -0000	1.5
  +++ index.rvt	1 Nov 2002 08:49:54 -0000	1.6
  @@ -7,7 +7,7 @@
     <body>
       <? title ?>
   
  -    <table>
  +    <table class="main">
   	<tr>
   	  <? navbar ?>
   
  
  
  
  1.8       +70 -38    tcl-site/newnav.html
  
  Index: newnav.html
  ===================================================================
  RCS file: /home/cvs/tcl-site/newnav.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- newnav.html	7 Oct 2002 19:02:22 -0000	1.7
  +++ newnav.html	1 Nov 2002 08:49:54 -0000	1.8
  @@ -1,39 +1,71 @@
  -  <td bgcolor="#cccccc" width="20%" valign="top" align="left">
  -  <b>
  -  <div class="box">
  -    <a href="/index.rvt">Home</a>
  -  </div><div class="box">
  -    <a href="/why.rvt">Why Tcl?</a>
  -  </div><div class="box">
  -    <!-- <a href="FAQ.rvt">FAQ</a><br></br> -->
  -    <a href="/news.rvt">News &amp; Status</a>
  -  </div><div class="box">
  -    <a href="/contributing.rvt">Contributing</a>
  -  </div><div class="box">
  -    <a href="/about.rvt">About Us</a>
  -  </div><div class="box">
  -    <a href="/tcl.rvt">Tcl Information</a>
  -  </div>
  -  <hr></hr>
  -  <!-- individual projects -->
  -  <div class="box">
  -    <b>Projects</b>
  -  </div>
  -  <div class="box">
  -    &nbsp;&nbsp;&nbsp;&nbsp;<a
  -      href="/mod_dtcl/index.ttml">mod_dtcl</a>
  -  </div><div class="box">
  -    &nbsp;&nbsp;&nbsp;&nbsp;<a
  -      href="/neowebscript/">neowebscript</a>
  -  </div><div class="box">
  -    &nbsp;&nbsp;&nbsp;&nbsp;<a
  -      href="/mod_tcl/">mod_tcl</a>
  -  </div><div class="box">
  -    &nbsp;&nbsp;&nbsp;&nbsp;<a
  -      href="/rivet/">Rivet</a>
  -  </div><div class="box">
  -    &nbsp;&nbsp;&nbsp;&nbsp;<a
  -      href="/websh/">Websh</a>
  -  </div>
  -  <!-- end projects -->
  +<td class="nav" valign="top" align="left">
  +  <table class="nav">
  +    <tr>
  +      <td>
  +	<a href="/index.rvt">Apache Tcl Home</a>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td>
  +	<a href="/why.rvt">Why Tcl?</a>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td>
  +	<a href="/news.rvt">News &amp; Status</a>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td>
  +	<a href="/contributing.rvt">Contributing</a>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td>
  +	<a href="/about.rvt">About Us - Contact</a>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td>
  +	<a href="/tcl.rvt">Tcl Information</a>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td style="background-color:#ffffff;">
  +      </td>
  +    </tr>
  +
  +    <tr>
  +      <td>
  +	<b>Projects</b>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td>
  +	<a href="/mod_dtcl/index.ttml">mod_dtcl</a>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td>
  +	<a href="/neowebscript/">neowebscript</a>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td>
  +	<a href="/mod_tcl/mod_tcl.html">mod_tcl</a>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td>
  +	<a href="/rivet/">Rivet</a>
  +      </td>
  +    </tr>
  +    <tr>
  +      <td>
  +	<a href="/websh/">Websh</a>
  +      </td>
  +    </tr>
  +
  +  </table>
  +
     </td>
  
  
  
  1.3       +9 -2      tcl-site/news.rvt
  
  Index: news.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/news.rvt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- news.rvt	7 Aug 2002 06:13:16 -0000	1.2
  +++ news.rvt	1 Nov 2002 08:49:54 -0000	1.3
  @@ -7,12 +7,19 @@
     </head>
     <body>
       <? title ?>
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? navbar ?>
   	  <td valign="top">
   	    <h2>News and Status</h2>
   
  +	    <p>
  +	      <b>18-21 November, 2002:</b> Come join us at <a
  +	      href="http://www.apachecon.com">ApacheCon</a>!  David
  +	      Welton will be speaking about Apache Tcl, and it would
  +	      be great to see a lot of people there who are interested
  +	      in the project(s).
  +	    </p>
   
   	    <p>
   	      <b>6 August, 2002:</b> The <a href="websh/">Websh</a>
  
  
  
  1.4       +1 -1      tcl-site/projects.rvt
  
  Index: projects.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/projects.rvt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- projects.rvt	7 Oct 2002 19:02:22 -0000	1.3
  +++ projects.rvt	1 Nov 2002 08:49:54 -0000	1.4
  @@ -7,7 +7,7 @@
     <body>
       <? title ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? navbar ?>
   
  
  
  
  1.7       +45 -5     tcl-site/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/tcl-site/style.css,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- style.css	14 Aug 2002 03:06:06 -0000	1.6
  +++ style.css	1 Nov 2002 08:49:54 -0000	1.7
  @@ -11,7 +11,14 @@
   
   A:link { color: #cc3300 }
   A:visited { color : #003399; }
  -A:hover { color : #000000 ; background-color : #aaaaaa }
  +A:hover {
  +    color : #ffffff ;
  +    background-color : #000000;
  +}
  +
  +A:link, A:visited, A:active {
  +    text-decoration: none;
  +}
   
   h1 {
       font-family: Arial, sans-serif;
  @@ -42,13 +49,46 @@
   }
   
   div.box {
  - font-size: smaller;
  - border-width: medium;
  - padding: 0.25em;
  - background-color: #dddddd;
  +    font-size: smaller;
  +    border-width: medium;
  +    padding: 0.3em;
  +    background-color: #dddddd;
  +}
  +
  +table.main {
  +    width: 100%;
  +}
  +
  +table.lists td {
  +    font-size: smaller;
  +    background-color: #aaaaaa;
  +    padding: .5em;
  +}
  +
  +table.lists th {
  +    text-align: left;
  +    font-size: smaller;
  +    background-color: #aaaaff;
  +    padding: .5em;
  +}
  +
  +table.nav {
  +    border-left-width: thick;
  +    border-right-width: 0;
  +    border-top-width: 0;
  +    border-bottom-width: 0;
  +    border-style: solid;
  +}
  +
  +table.nav td {
  +    background-color: #aaaaff;
  +    font-weight: bold;
  +    padding: .3em;
  +    font-size: smaller;
   }
   
   li {
        font-size: smaller;
        margin-bottom: 0.5em;
   }
  +
  
  
  
  1.2       +1 -1      tcl-site/tcl.rvt
  
  Index: tcl.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/tcl.rvt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tcl.rvt	23 Apr 2002 08:36:37 -0000	1.1
  +++ tcl.rvt	1 Nov 2002 08:49:54 -0000	1.2
  @@ -7,7 +7,7 @@
     <body>
       <? title ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? navbar ?>
   	  <td valign="top">
  
  
  
  1.2       +2 -2      tcl-site/why.rvt
  
  Index: why.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/why.rvt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- why.rvt	23 Apr 2002 08:36:37 -0000	1.1
  +++ why.rvt	1 Nov 2002 08:49:54 -0000	1.2
  @@ -7,7 +7,7 @@
     </head>
     <body>
       <? title ?>
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? navbar ?>
   	  <td valign="top">
  
  
  
  1.1                  tcl-site/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  2002-11-01  David N. Welton  <da...@dedasys.com>
  
  	* Started changelog to list what's been done with the site.
  
  	* Rivet now uses /style.css.
  
  	* Changed stylesheet extensively.
  
  	* Rivet now uses about.rvt instead of credits/contact .rvt.
  
  	* Eliminated .ttml files in root directory.
  
  
  
  1.13      +1 -1      tcl-site/mod_dtcl/contact.ttml
  
  Index: contact.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/contact.ttml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- contact.ttml	25 Oct 2002 05:21:04 -0000	1.12
  +++ contact.ttml	1 Nov 2002 08:49:54 -0000	1.13
  @@ -8,7 +8,7 @@
   
       <? title mod_dtcl ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
   
  
  
  
  1.12      +1 -1      tcl-site/mod_dtcl/contributing.ttml
  
  Index: contributing.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/contributing.ttml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- contributing.ttml	10 Aug 2002 16:55:29 -0000	1.11
  +++ contributing.ttml	1 Nov 2002 08:49:54 -0000	1.12
  @@ -8,7 +8,7 @@
     <body>
       <? title mod_dtcl ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
   
  
  
  
  1.14      +2 -2      tcl-site/mod_dtcl/credits.ttml
  
  Index: credits.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/credits.ttml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- credits.ttml	11 Feb 2002 12:38:00 -0000	1.13
  +++ credits.ttml	1 Nov 2002 08:49:54 -0000	1.14
  @@ -6,10 +6,10 @@
     </head>
     <body>
       <? title mod_dtcl ?>
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
  -	  <td valign="top"> 
  +	  <td valign="top">
   	    <h2>Credits for mod_dtcl</h2>
   	    <p>
   	      The following have contributed code, time, ideas and
  
  
  
  1.7       +3 -3      tcl-site/mod_dtcl/documentation.ttml
  
  Index: documentation.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/documentation.ttml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- documentation.ttml	2 Jun 2001 17:03:19 -0000	1.6
  +++ documentation.ttml	1 Nov 2002 08:49:55 -0000	1.7
  @@ -8,11 +8,11 @@
     <body>
       <? title mod_dtcl ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
  -	  
  -	  <td valign="top"> 
  +
  +	  <td valign="top">
   
   	    <? include documentation.html ?>
   
  
  
  
  1.20      +5 -5      tcl-site/mod_dtcl/download.ttml
  
  Index: download.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/download.ttml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- download.ttml	3 Nov 2001 17:19:09 -0000	1.19
  +++ download.ttml	1 Nov 2002 08:49:55 -0000	1.20
  @@ -9,14 +9,14 @@
   
       <? title mod_dtcl ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
  -	  
  -	  <td valign="top"> 
  +
  +	  <td valign="top">
   	    <h2>Download mod_dtcl</h2>
   	    <p>
  -	      <b>Pre-built packages</b>:	      
  +	      <b>Pre-built packages</b>:
   	    </p>
   	    <ul>
   	      <li>Debian GNU/Linux: <a
  @@ -40,7 +40,7 @@
   	      and <a
   	      href="<? hputs $srpmurl ?>"><? hputs $srpm ?></a>
   	      (provided by Simon Greaves)</li>
  -	      
  +
   	      <li>FreeBSD: <a
   	      href="http://www.freebsd.org/cgi/ports.cgi?query=mod_dtcl">http://www.freebsd.org/cgi/ports.cgi?query=mod_dtcl</a></li>
   
  
  
  
  1.10      +3 -3      tcl-site/mod_dtcl/index.ttml
  
  Index: index.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/index.ttml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- index.ttml	14 Feb 2002 23:39:59 -0000	1.9
  +++ index.ttml	1 Nov 2002 08:49:55 -0000	1.10
  @@ -8,11 +8,11 @@
     <body>
       <? title mod_dtcl ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
  -	  
  -	  <td valign="top"> 
  +
  +	  <td valign="top">
   
   	    <p>
   	      <b>mod_dtcl</b> is an Open Source implementation of server
  
  
  
  1.7       +1 -1      tcl-site/mod_dtcl/navbar.html
  
  Index: navbar.html
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/navbar.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- navbar.html	30 May 2002 21:45:43 -0000	1.6
  +++ navbar.html	1 Nov 2002 08:49:55 -0000	1.7
  @@ -1,4 +1,4 @@
  -  <td bgcolor="#cccccc" width="20%" valign="top" align="left">
  +  <td bgcolor="#cccccc" valign="top" align="left">
       <b>
         <div class="box">
         <a href="../">Apache Tcl Home</a>
  
  
  
  1.20      +1 -1      tcl-site/mod_dtcl/news.ttml
  
  Index: news.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/news.ttml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- news.ttml	14 Aug 2002 03:06:06 -0000	1.19
  +++ news.ttml	1 Nov 2002 08:49:55 -0000	1.20
  @@ -8,7 +8,7 @@
     <body>
       <? title mod_dtcl ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
   
  
  
  
  1.5       +3 -3      tcl-site/rivet/download.rvt
  
  Index: download.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/rivet/download.rvt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- download.rvt	8 Aug 2002 23:47:58 -0000	1.4
  +++ download.rvt	1 Nov 2002 08:49:55 -0000	1.5
  @@ -3,12 +3,12 @@
   <html>
     <head>
       <title>Download Apache Rivet</title>
  -    <link rel="stylesheet" href="style.css">
  +    <link rel="stylesheet" href="../style.css">
     </head>
     <body>
       <? title "Download Apache Rivet" ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
   	  <td class="main" valign="top">
  
  
  
  1.3       +2 -2      tcl-site/rivet/examples.rvt
  
  Index: examples.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/rivet/examples.rvt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- examples.rvt	29 Jan 2002 17:58:57 -0000	1.2
  +++ examples.rvt	1 Nov 2002 08:49:55 -0000	1.3
  @@ -3,12 +3,12 @@
   <html>
     <head>
       <title>Apache Rivet Examples</title>
  -    <link rel="stylesheet" href="style.css">
  +    <link rel="stylesheet" href="../style.css">
     </head>
     <body>
       <? title "Apache Rivet Examples" ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
   
  
  
  
  1.4       +3 -3      tcl-site/rivet/index.rvt
  
  Index: index.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/rivet/index.rvt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.rvt	25 May 2002 11:53:38 -0000	1.3
  +++ index.rvt	1 Nov 2002 08:49:55 -0000	1.4
  @@ -3,12 +3,12 @@
   <html>
     <head>
       <title>Apache Rivet</title>
  -    <link rel="stylesheet" href="style.css">
  +    <link rel="stylesheet" href="../style.css">
     </head>
     <body>
       <? title "Apache Rivet" ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
   
  
  
  
  1.7       +3 -7      tcl-site/rivet/navbar.html
  
  Index: navbar.html
  ===================================================================
  RCS file: /home/cvs/tcl-site/rivet/navbar.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- navbar.html	25 Oct 2002 05:21:04 -0000	1.6
  +++ navbar.html	1 Nov 2002 08:49:55 -0000	1.7
  @@ -1,5 +1,5 @@
  -  <td class="nav" width="20%" valign="top" align="left">
  -  <table>
  +  <td class="nav" valign="top" align="left">
  +  <table class="nav">
       <tr>
         <td>
   	<a href="../">Apache Tcl Home</a>
  @@ -19,11 +19,7 @@
         </td>
       </tr>   <tr>
         <td>
  -	<a href="contact.rvt">Contact - Mailing Lists</a>
  -      </td>
  -    </tr>   <tr>
  -      <td>
  -	<a href="credits.rvt">Credits</a>
  +	<a href="about.rvt">About Us - Contact</a>
         </td>
       </tr>
     </table>
  
  
  
  1.4       +3 -3      tcl-site/rivet/template.rvt
  
  Index: template.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/rivet/template.rvt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- template.rvt	25 May 2002 11:53:38 -0000	1.3
  +++ template.rvt	1 Nov 2002 08:49:55 -0000	1.4
  @@ -3,12 +3,12 @@
   <html>
     <head>
       <title></title>
  -    <link rel="stylesheet" href="style.css">
  +    <link rel="stylesheet" href="../style.css">
     </head>
     <body>
       <? title "" ?>
   
  -    <table border="0">
  +    <table class="main">
   	<tr>
   	  <? include navbar.html ?>
   	  <td class="main" valign="top">
  
  
  
  1.1                  tcl-site/rivet/about.rvt
  
  Index: about.rvt
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
  <!-- $Id: about.rvt,v 1.1 2002/11/01 08:49:55 davidw Exp $ -->
  <html>
    <head>
      <title>Apache Rivet Contact</title>
      <link rel="stylesheet" href="../style.css">
    </head>
    <body>
      <? title "About Us - Contact" ?>
  
      <table class="main">
  	<tr>
  	  <? include navbar.html ?>
  	  <td class="main" valign="top">
  	    <h2>Contact</h2>
  	    <p>
  	      To contact the <b>Apache Rivet</b> team, please write to
  	      our mailing list, at <a
  	      href="mailto:rivet-dev@tcl.apache.org">rivet-dev@tcl.apache.org</a>.
  	    </p>
  	    <h2>Credits</h2>
  	    <p>
  	      <b>Apache Rivet</b> owes its existance to a lot of
  	      people.  First and foremost, to the people behind the <a
  	      href="http://httpd.apache.org/contributors/">Apache Web
  	      Server</a> and the <a
  	      href="http://www.tcl.tk/community/coreteam/index.html">Tool
  	      Command Language</a>.
  	    </p>
  	    <p>
  	      The two primary authors of the Rivet code are Damon
  	      Courtney and <a
  	      href="http://www.dedasys.com/davidw/">David
  	      Welton</a>.
  	    </p>
  
  	  </td>
  	</tr>
      </table>
  
  <? powered ?>
  
    </body>
  </html>
  
  
  

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