[Expat-checkins] CVS: htdocs index.html,1.2,1.3
Clark Cooper
coopercc@users.sourceforge.net
Tue, 12 Sep 2000 10:06:51 -0700
Update of /cvsroot/expat/htdocs
In directory slayer.i.sourceforge.net:/tmp/cvs-serv3979
Modified Files:
index.html
Log Message:
Added a link to bug reports page, added Revision comment, and fixed XML errors.
Index: index.html
===================================================================
RCS file: /cvsroot/expat/htdocs/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.html 2000/09/07 02:40:29 1.2
--- index.html 2000/09/12 17:06:46 1.3
***************
*** 1,7 ****
! <?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>
<title>Expat - XML Parser</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
--- 1,8 ----
! <?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" />
***************
*** 30,33 ****
--- 31,35 ----
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>
***************
*** 36,40 ****
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>
--- 38,42 ----
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>
</body>
</html>