Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserapplications
In directory sc8-pr-cvs1:/tmp/cvs-serv11427/htmlparser/src/org/htmlparser/parserapplications
Modified Files:
LinkExtractor.java SiteCapturer.java
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: LinkExtractor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserapplications/LinkExtractor.java,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** LinkExtractor.java 31 Dec 2003 02:50:50 -0000 1.50
--- LinkExtractor.java 4 Jan 2004 03:23:09 -0000 1.51
***************
*** 61,65 ****
null,
null,
! "http://htmlparser.sourceforge.net/docs/");
if (null == url)
System.exit (1);
--- 61,65 ----
null,
null,
! "http://htmlparser.sourceforge.net/wiki/");
if (null == url)
System.exit (1);
Index: SiteCapturer.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserapplications/SiteCapturer.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SiteCapturer.java 29 Dec 2003 14:18:24 -0000 1.1
--- SiteCapturer.java 4 Jan 2004 03:23:09 -0000 1.2
***************
*** 637,641 ****
null,
null,
! "http://htmlparser.sourceforge.net/docs");
if (null != url)
worker.setSource (url);
--- 637,641 ----
null,
null,
! "http://htmlparser.sourceforge.net/wiki");
if (null != url)
worker.setSource (url);
|