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/04 20:02:53 UTC

cvs commit: tcl-site ChangeLog about.rvt style.css

davidw      2002/11/04 11:02:53

  Modified:    .        ChangeLog about.rvt style.css
  Log:
  * about.rvt: Added 'about' section that talks a little bit about what
    we are as a project.
  
  Revision  Changes    Path
  1.3       +5 -0      tcl-site/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-site/ChangeLog,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ChangeLog	1 Nov 2002 19:33:51 -0000	1.2
  +++ ChangeLog	4 Nov 2002 19:02:52 -0000	1.3
  @@ -1,3 +1,8 @@
  +2002-11-04  David N. Welton  <da...@dedasys.com>
  +
  +	* about.rvt: Added 'about' section that talks a little bit about
  +	what we are as a project.
  +
   2002-11-01  David N. Welton  <da...@dedasys.com>
   
   	* newnav.html: Fixed mod_tcl link I broke last night.
  
  
  
  1.3       +37 -0     tcl-site/about.rvt
  
  Index: about.rvt
  ===================================================================
  RCS file: /home/cvs/tcl-site/about.rvt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- about.rvt	1 Nov 2002 08:49:54 -0000	1.2
  +++ about.rvt	4 Nov 2002 19:02:52 -0000	1.3
  @@ -10,6 +10,29 @@
   	<tr>
   	  <? navbar ?>
   	  <td valign="top">
  +	    <h2>About Apache Tcl</h2>
  +	    <p>
  +	      The Apache Tcl project was established as part of the <a
  +	      href="http://www.apache.org/foundation/">Apache Software
  +	      Foundation</a> in <a
  +	      href="http://www.apache.org/foundation/records/minutes/2000/board_minutes_2000_07_24.txt">July,
  +	      2000</a> with the following mission:
  +	    </p>
  +	    <blockquote>
  +	      ... creation and maintenance of open-source software
  +	      related to the TCL scripting language for distribution
  +	      at no charge to the public.
  +	    </blockquote>
  +
  +	    <p>
  +	      All Apache projects are "managed using a collaborative,
  +	      consensus-based process".  Although we are a smaller
  +	      group, and don't have as much procedural overhead, there
  +	      are some good guidelines that the Jakarta people have
  +	      written up that are worth looking over: <a
  +	      href="http://jakarta.apache.org/site/guidelines.html">http://jakarta.apache.org/site/guidelines.html</a> .
  +	    </p>
  +
   	    <h2>Credits</h2>
   	    <p>
   	      Current Members of the Project Maintainership Committee
  @@ -120,6 +143,20 @@
   		    User/developer list for mod_dtcl.
   		  </td>
   		</tr>
  +
  +		<tr>
  +		  <th>
  +		    <a href="mailto:pmc@tcl.apache.org">pmc@tcl.apache.org</a>
  +		  </th>
  +		  <td>
  +		    The Apache Tcl Project Management Committee, the
  +		    group responsible for running the project.  Please
  +		    <b>do not</b> write here unless you are really
  +		    sure.  Most likely, you should write to the
  +		    general list instead, as it's open to all.
  +		  </td>
  +		</tr>
  +
   	      </tbody>
   	    </table>
   	  </td>
  
  
  
  1.8       +4 -0      tcl-site/style.css
  
  Index: style.css
  ===================================================================
  RCS file: /home/cvs/tcl-site/style.css,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- style.css	1 Nov 2002 08:49:54 -0000	1.7
  +++ style.css	4 Nov 2002 19:02:52 -0000	1.8
  @@ -92,3 +92,7 @@
        margin-bottom: 0.5em;
   }
   
  +blockquote {
  +    font-size: smaller;
  +    font-style: italic;
  +}
  \ No newline at end of file
  
  
  

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