[Expat-checkins] htdocs index.html,1.10,1.11

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu May 9 05:25:03 2002


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

Modified Files:
	index.html 
Log Message:
Completely replace the style of the Expat web page, but keep the original
content.  (I need to write new content, but that is a separate task.)


Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** index.html	8 May 2002 11:26:01 -0000	1.10
--- index.html	9 May 2002 12:24:46 -0000	1.11
***************
*** 1,29 ****
! <?xml version="1.0" encoding="ISO-8859-1" ?>
! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
!           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
! <html xmlns="http://www.w3.org/1999/xhtml">
! <head>
! <!-- $Revision$ -->
! <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">
!     <table cellspacing="0" cellpadding="0">
!     <tr valign="top">
!     <td width="136"><a href="http://sourceforge.net"> 
! <img src="http://cvs.sourceforge.net/sourceforge_whitebg.gif"
!      width="136"
!      height="79"
!      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>
--- 1,22 ----
! <html>
!   <head>
!     <title>Sample Page for the Expat Site</title>
!     <link rel="STYLESHEET" href="style.css" type="text/css" />
!   </head>
!   <body marginwidth="0" marginheight="0">
!     <table cellspacing="0" cellpadding="0" width="100%">
!       <tr>
!         <td class="corner"><img src="expat.png" /></td>
!         <td class="banner"><h2>Sample Title</h2></td>
!       </tr>
!       <tr>
!         <td class="navbar">
!         </td>
!         <td class="content">
  
! <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>
***************
*** 93,99 ****
  </ul>
  
!     </td>
!     </tr>
      </table>
! </body>
  </html>
--- 86,101 ----
  </ul>
  
!         </td>
!       </tr>
!       <tr>
!         <td class="corner">
!           <a href="http://sourceforge.net/"> 
!             <img src="http://cvs.sourceforge.net/sourceforge_whitebg.gif"
!                  width="136" height="79" border="0" alt="SourceForge
!                  Logo" />
!           </a>
!         </td>
!       </tr>
      </table>
!   </body>
  </html>