[Htmlparser-cvs] htmlparser/docs/samples index.html,1.4,1.5
Brought to you by:
derrickoswald
From: <der...@us...> - 2003-09-02 00:42:01
|
Update of /cvsroot/htmlparser/htmlparser/docs/samples In directory sc8-pr-cvs1:/tmp/cvs-serv4306 Modified Files: index.html Log Message: Further to bug #786869 LinkExtractor Sample not working, The original samples directory on the web page either needs to be revamped or removed and the missing pieces moved to the wiki pages: http://htmlparser.sourceforge.net/docs/index.php/SamplePrograms Until then I've flagged the samples directory as out of date in the index.html file. I'll add the task to the list of requests for feature enhancements. Index: index.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/samples/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** index.html 24 Dec 2002 06:05:37 -0000 1.4 --- index.html 2 Sep 2003 00:41:56 -0000 1.5 *************** *** 8,11 **** --- 8,16 ---- <body> <h3><font size="4"><strong>Sample Programs </strong></font></h3> + <strong>WARNING: These examples are outdated. Except for the embedded links article, + they need to be reworked to the most recent version of HTML Parser. + <p>Please see <a + href="http://htmlparser.sourceforge.net/docs/index.php/SamplePrograms">WikiPages + Sample Programs</a> for more recent versions.</strong> <p>We provide below some commonly-used sample programs that were created using HTMLParser. Going through these programs will give you an idea of the design |