]> granicus.if.org Git - libexpat/commitdiff
As long as SourceForge is changing their logo, we can look really slick too.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 9 Nov 2001 20:21:10 +0000 (20:21 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 9 Nov 2001 20:21:10 +0000 (20:21 +0000)
A little geometric twiddle can take us a long way toward fame & fortune! ;-)

htdocs/index.html

index dadecc1a2b17e20f4349a9f6ece576735f8d16cf..d486491a7f75870a74695149542ca7275f8deec2 100644 (file)
@@ -3,34 +3,46 @@
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<!-- $Revision$ -->
+<!-- $Revision: 1.3 $ -->
 <title>Expat - XML Parser</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 </head>
 <body text="#000000" bgcolor="#FFFFFF" link="#0000EF" vlink="#51188E"
       alink="#FF0000">
-<a href="http://sourceforge.net"> 
+    <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> 
+     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>
 
-  <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>.
+<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</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>
+  <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>
 
 <p>This project aims to maintain Expat for both current and future
@@ -38,5 +50,8 @@ 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.</p>
+    </td>
+    </tr>
+    </table>
 </body>
 </html>