[Expat-checkins] CVS: htdocs index.html,1.1.1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Wed, 6 Sep 2000 19:40:32 -0700


Update of /cvsroot/expat/htdocs
In directory slayer.i.sourceforge.net:/tmp/cvs-serv26683

Modified Files:
	index.html 
Log Message:

Point to the mailing lists, not the "Forums".  Forums are just plain weird.

Add a (very) little text describing the overall goal of the project.


Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** index.html	2000/09/07 02:23:49	1.1.1.1
--- index.html	2000/09/07 02:40:29	1.2
***************
*** 25,32 ****
  <ul>
    <li><a href="http://sourceforge.net/projects/expat/">Expat project page</a></li>
!   <li><a href="http://sourceforge.net/forum/?group_id=10127">Forums</a></li>
!   <li><a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=expat">
! Expat CVS repository<a></li>
  </ul>
  </body>
  </html>
--- 25,40 ----
  <ul>
    <li><a href="http://sourceforge.net/projects/expat/">Expat project page</a></li>
!   <li><a href="http://sourceforge.net/mail/?group_id=10127">Mailing lists</a></li>
!   <li><a href="http://sourceforge.net/cvs/?group_id=10127">CVS
!       repository</a> (<a
!   href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/expat/?cvsroot=expat"
!   >browse online</a>)</li>
  </ul>
+ 
+ <p>This project aims to maintain Expat for both current and future
+ users while improving the API to allow more reliable and robust access
+ from "scripting" languages such as Python and Perl.  We invite the
+ community to participate on the mailing lists to help shape the future
+ of Expat.
  </body>
  </html>