[Expat-checkins] CVS: htdocs index.html,1.3,1.4

Fred L. Drake fdrake@users.sourceforge.net
Fri Nov 9 12:22:01 2001


Update of /cvsroot/expat/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv5876

Modified Files:
	index.html 
Log Message:
As long as SourceForge is changing their logo, we can look really slick too.
A little geometric twiddle can take us a long way toward fame & fortune! ;-)


Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.html	2000/09/12 17:06:46	1.3
--- index.html	2001/11/09 20:21:10	1.4
***************
*** 10,35 ****
  <body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
        alink="#FF0000">
! <a href="http://sourceforge.net"> 
  <img src="http://sourceforge.net/sflogo.php?group_id=10127&type=1"
       width="88"
       height="31"
       border="0"
!      alt="SourceForge Logo" /></a> 
  
-   <h2>Expat XML Parser</h2>
  <p>Expat is an XML parser library written in C. It is a stream-oriented parser
  in which an application registers handlers for things the parser might find
  in the XML document (like start tags). An
! <a href="http://www.xml.com/pub/1999/09/expat/index.html">introductory article</a>
! on using expat is available on
! <a href="http://www.xml.com/">xml.com</a>.
  <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>
!   <li><a href="http://sourceforge.net/bugs/?group_id=10127">Bug reports</a></li>
  </ul>
  
--- 10,47 ----
  <body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
        alink="#FF0000">
!     <table cellspacing="0" cellpadding="0">
!     <tr valign="top">
!     <td width="88"><a href="http://sourceforge.net"> 
  <img src="http://sourceforge.net/sflogo.php?group_id=10127&type=1"
       width="88"
       height="31"
       border="0"
!      alt="SourceForge Logo" /></a></td>
!     <!-- same width as the SF logo -->
!     <td width="31">&nbsp;</td>
!     <td><h2 style="margin-top: 0; padding-top: 0">Expat XML Parser</h2>
  
  <p>Expat is an XML parser library written in C. It is a stream-oriented parser
  in which an application registers handlers for things the parser might find
  in the XML document (like start tags). An
! <a href="http://www.xml.com/pub/1999/09/expat/index.html"
! >introductory article</a> on using expat is available on
! <a href="http://www.xml.com/">xml.com</a>.</p>
! 
  <ul>
!   <li>
!   <a href="http://sourceforge.net/projects/expat/"
!      >Expat project page (includes downloads)</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>
!   <li>
!   <a href="http://sourceforge.net/bugs/?group_id=10127"
!      >Bug reports</a></li>
  </ul>
  
***************
*** 39,42 ****
--- 51,57 ----
  community to participate on the mailing lists to help shape the future
  of Expat.</p>
+     </td>
+     </tr>
+     </table>
  </body>
  </html>