[Htmlparser-cvs] htmlparser/docs/articles index.html,1.1,1.2 quest.html,1.1,1.2
Brought to you by:
derrickoswald
From: <der...@us...> - 2004-01-04 03:23:11
|
Update of /cvsroot/htmlparser/htmlparser/docs/articles In directory sc8-pr-cvs1:/tmp/cvs-serv11427/htmlparser/docs/articles Modified Files: index.html quest.html Log Message: Web site revamp, phase 1. Main and first level pages are refurbished. The wiki is still to do. Fixed bug #865279 Documentation The samples directory is now orphaned and no longer shipped. Index: index.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/articles/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.html 15 Dec 2002 03:45:00 -0000 1.1 --- index.html 4 Jan 2004 03:23:08 -0000 1.2 *************** *** 1,13 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ! <head> ! <title>HTMLParser Articles</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <h2>Articles </h2> ! <p><a href="quest.html">The Quest for HTMLParser</a> - <a href="../design/contributors.html#dhaval"><em>Dhaval ! Udani</em></a></p> </body> </html> --- 1,13 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ! <head> ! <title>HTMLParser Articles</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <link REL ="stylesheet" TYPE="text/css" HREF="../javadoc/stylesheet.css" TITLE="Style"> </head> <body> <h2>Articles </h2> ! <p><a href="quest.html">The Quest for HTMLParser</a> - <a href="../contributors.html#dhaval"><em>Dhaval Udani</em></a></p> </body> </html> Index: quest.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/articles/quest.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** quest.html 15 Dec 2002 03:45:00 -0000 1.1 --- quest.html 4 Jan 2004 03:23:08 -0000 1.2 *************** *** 2,12 **** <html> <head> ! <title>The Quest for HTMLParser</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> - <body> ! <h2><strong>The Quest for HTMLParser</strong> </h2> ! <p>by <a href="../design/contributors.html#dhaval">Dhaval Udani</a><br> </p> <table width="75%" border="0"> --- 2,12 ---- <html> <head> ! <title>The Quest for HTMLParser</title> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <link REL ="stylesheet" TYPE="text/css" HREF="../javadoc/stylesheet.css" TITLE="Style"> </head> <body> ! <h2><strong>The Quest for HTMLParser</strong></h2> ! <p>by <a href="../contributors.html#dhaval">Dhaval Udani</a><br> </p> <table width="75%" border="0"> *************** *** 50,54 **** by me would be fixed and a release would be available soon.<br> <br> ! <a href="../design/contributors.html#dhaval"><em>Dhaval Udani</em></a><em> is a Senior Analyst at Orbitech Solutions Ltd. and a developer on the HTMLParser project. </em></p></td> --- 50,54 ---- by me would be fixed and a release would be available soon.<br> <br> ! <a href="../contributors.html#dhaval"><em>Dhaval Udani</em></a><em> is a Senior Analyst at Orbitech Solutions Ltd. and a developer on the HTMLParser project. </em></p></td> |