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/03 18:19:09 UTC

cvs commit: tcl-site/mod_dtcl download.ttml

davidw      01/11/03 09:19:09

  Modified:    .        style.css
               mod_dtcl download.ttml
  Log:
  Added some spacing to lists, cleaned up download.ttml some.
  
  Revision  Changes    Path
  1.4       +3 -2      tcl-site/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/tcl-site/style.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- style.css	2001/10/22 21:31:43	1.3
  +++ style.css	2001/11/03 17:19:09	1.4
  @@ -44,5 +44,6 @@
    background-color: #dddddd;
   }
   
  -li {
  -}
  \ No newline at end of file
  +li { 
  +   margin-bottom: 0.5em; 
  +}
  
  
  
  1.19      +22 -11    tcl-site/mod_dtcl/download.ttml
  
  Index: download.ttml
  ===================================================================
  RCS file: /home/cvs/tcl-site/mod_dtcl/download.ttml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- download.ttml	2001/10/22 21:31:44	1.18
  +++ download.ttml	2001/11/03 17:19:09	1.19
  @@ -16,7 +16,7 @@
   	  <td valign="top"> 
   	    <h2>Download mod_dtcl</h2>
   	    <p>
  -	      Pre-built packages:	      
  +	      <b>Pre-built packages</b>:	      
   	    </p>
   	    <ul>
   	      <li>Debian GNU/Linux: <a
  @@ -25,6 +25,7 @@
   
   <?
   
  +set src [file tail [glob download/*.tar.gz]]
   set rpmurl [ glob download/*.i386.rpm ]
   set srpmurl [ glob download/*.src.rpm ]
   cd download/
  @@ -39,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>
   
  @@ -48,22 +49,32 @@
   
   	    </ul>
   	    <p>
  -	      <a href="download/">mod_dtcl source code</a>
  +	      <b>Source Code</b>:
   	    </p>
  +	    <ul>
  +	      <li>
  +		<a href="download/<? puts $src ?>">
  +		  <? puts $src ?>
  +		</a>
  +	      </li>
  +	    </ul>
   
  -	    <p><b>Get mod_dtcl from Anonymous CVS:</b></p>
  -	    <p>
  -	      <a href="http://dev.apache.org/anoncvs.txt">Detailed
  -	      instructions</a> on the use of anonymous CVS.
  -	    </p>
  -	    <p>
  -	      Or, the quick and dirty way to get mod_dtcl via anoncvs:<br>
  +	    <p><b>CVS</b>:</p>
  +	    <ol>
  +	      <li>
   	      <code>cvs
   	      -d:pserver:anoncvs@cvs.apache.org:/home/cvspublic
  -	      login</code> (password anoncvs)<br>
  +	      login</code> (password anoncvs)
  +	      </li>
  +	      <li>
   	      <code>cvs
   		-d:pserver:anoncvs@cvs.apache.org:/home/cvspublic
   		checkout tcl-moddtcl</code><br>
  +	      </li>
  +	    </ol>
  +	    <p>
  +	      <a href="http://dev.apache.org/anoncvs.txt">Detailed
  +	      instructions</a> on the use of anonymous CVS.
   	    </p>
   	  </td>
   	</tr>