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/04/08 13:14:49 UTC

cvs commit: tcl-site/presentations/tcl style.css tcloverview.ttml

davidw      02/04/08 04:14:48

  Modified:    .        navbar.html style.css tcl.ttml
               presentations/tcl style.css tcloverview.ttml
  Log:
  Changed font size to 'smaller'.
  Fixed up navbar menu.
  
  Revision  Changes    Path
  1.8       +30 -29    tcl-site/navbar.html
  
  Index: navbar.html
  ===================================================================
  RCS file: /home/cvs/tcl-site/navbar.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- navbar.html	9 Dec 2001 12:41:48 -0000	1.7
  +++ navbar.html	8 Apr 2002 11:14:48 -0000	1.8
  @@ -1,34 +1,35 @@
     <td bgcolor="#cccccc" width="20%" valign="top" align="left">
  -    <b>
  -      <div class="box">
  -      <a href="/index.ttml">Home</a>
  -      </div><div class="box">
  -      <a href="/why.ttml">Why Tcl?</a>
  -      </div><div class="box">
  -      <!-- <a href="FAQ.ttml">FAQ</a><br></br> -->
  -      <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 Info</a>
  -      </div><div class="box">
  -      <a href="/credits.ttml">Credits</a>
  -      </div><div class="box">
  -      <a href="/tcl.ttml">Tcl Information</a>
  -      </div>
  -      <hr></hr>
  -      <!-- individual projects -->
  -      </div><div class="box">
  -      <a href="/projects.ttml">Projects</a>
  -      <div class="box">
  -      &nbsp;&nbsp;&nbsp;&nbsp;<a
  +  <b>
  +  <div class="box">
  +    <a href="/index.ttml">Home</a>
  +  </div><div class="box">
  +    <a href="/why.ttml">Why Tcl?</a>
  +  </div><div class="box">
  +    <!-- <a href="FAQ.ttml">FAQ</a><br></br> -->
  +    <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 Info</a>
  +  </div><div class="box">
  +    <a href="/credits.ttml">Credits</a>
  +  </div><div class="box">
  +    <a href="/tcl.ttml">Tcl Information</a>
  +  </div>
  +  <hr></hr>
  +  <!-- individual projects -->
  +  <div class="box">
  +    <a href="/projects.ttml">Projects</a>
  +  </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
  +  </div><div class="box">
  +    &nbsp;&nbsp;&nbsp;&nbsp;<a
         href="/neowebscript/">neowebscript</a>
  -      </div><div class="box">
  -      &nbsp;&nbsp;&nbsp;&nbsp;<a
  +  </div><div class="box">
  +    &nbsp;&nbsp;&nbsp;&nbsp;<a
         href="/mod_tcl/mod_tcl.html">mod_tcl</a>
  -      </div>
  -      <!-- end projects -->
  +  </div>
  +  <!-- end projects -->
     </td>
  
  
  
  1.5       +6 -2      tcl-site/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/tcl-site/style.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- style.css	3 Nov 2001 17:19:09 -0000	1.4
  +++ style.css	8 Apr 2002 11:14:48 -0000	1.5
  @@ -5,6 +5,10 @@
       background-color: #FFFFFF;
   }
   
  +p {
  +    font-size: smaller;
  +}
  +
   A:link { color: #cc3300 }
   A:visited { color : #003399; }
   A:hover { color : #000000 ; background-color : #aaaaaa }
  @@ -44,6 +48,6 @@
    background-color: #dddddd;
   }
   
  -li { 
  -   margin-bottom: 0.5em; 
  +li {
  +   margin-bottom: 0.5em;
   }
  
  
  
  1.13      +12 -11    tcl-site/tcl.ttml
  
  Index: tcl.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/tcl.ttml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- tcl.ttml	14 Feb 2002 23:39:59 -0000	1.12
  +++ tcl.ttml	8 Apr 2002 11:14:48 -0000	1.13
  @@ -10,7 +10,7 @@
       <table border="0">
   	<tr>
   	  <? include navbar.html ?>
  -	  <td valign="top"> 
  +	  <td valign="top">
   	    <h2>The Tcl Language</h2>
   	    <p>
   	      Tcl (the "tool command language", pronounced "tickle")
  @@ -35,7 +35,13 @@
   	      <li><a href="http://www.arsdigita.com/books/tcl/index">A tutorial for Tcl on the web</a></li>
   	      <li>Get started with Tcl. Tcl Tutorials at:
   	      <a
  -	      href="http://www.tcl.tk/resource/doc/start/">http://www.tcl-tk.net/resource/doc/start/</a></li>
  +	      href="http://www.tcl.tk/resource/doc/start/">http://www.tcl.tk/resource/doc/start/</a></li>
  +
  +	      <li>
  +		<a href="http://wiki.tcl.tk/">Tcl Wiki</a>, an
  +		interactive site frequented by many Tcl developers.
  +	      </li>
  +
   	      <li>
   		<a
   		href="http://sourceforge.net/foundry/tcl-foundry/">Tcl
  @@ -53,18 +59,13 @@
   	      </li>
   
   	      <li>
  -		<a href="http://mini.net/tcl/0.html/">Tcl Wiki</a>, an
  -		interactive site frequented by many Tcl developers.
  -	      </li>
  -
  -	      <li>
  -		<a href="http://www.comanche.org">Comanche</a> is a
  +		<a href="http://www.comanche.org/">Comanche</a> is a
   		GUI for Apache configuration written in Tcl/Tk.
   	      </li>
   	      <li>
  -		<a href="/presentations/">Presentation</a> - a
  -		presentation on the Tcl programming language and Tk
  -		graphical toolkit.
  +		<a href="/presentations/">Presentations</a> -
  +		presentations on the Tcl programming language and Tk
  +		graphical toolkit, and on mod_dtcl.
   	      </li>
   	    </ul>
   	  </td>
  
  
  
  1.3       +2 -2      tcl-site/presentations/tcl/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/tcl-site/presentations/tcl/style.css,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- style.css	8 Dec 2001 18:18:47 -0000	1.2
  +++ style.css	8 Apr 2002 11:14:48 -0000	1.3
  @@ -17,7 +17,7 @@
   A:hover { color : #000000 ; background-color : #aaaaaa }
   
   LI {
  -   margin-bottom: 0.5em; 
  +   margin-bottom: 0.5em;
   }
   
   UL LI { list-style-image: url(bullet1.png) }
  @@ -31,7 +31,7 @@
   }
   
   h1.splash {
  -    color: #cc3300;    
  +    color: #cc3300;
   }
   
   h2.splash {
  
  
  
  1.2       +1 -2      tcl-site/presentations/tcl/tcloverview.ttml
  
  Index: tcloverview.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/presentations/tcl/tcloverview.ttml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tcloverview.ttml	6 Dec 2001 11:29:02 -0000	1.1
  +++ tcloverview.ttml	8 Apr 2002 11:14:48 -0000	1.2
  @@ -14,8 +14,7 @@
   	  also very flexible, allowing you to mold it to your needs.
   	  </li>
   	</ul>
  -      </li> 
  -     
  +      </li>
         <li>Extensible, Embeddable
   	<ul>
   	  <li>
  
  
  

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