Update of /cvsroot/htmlparser/WikiCapturer/src/org/htmlparser/wikicapturer
In directory sc8-pr-cvs1:/tmp/cvs-serv11427/WikiCapturer/src/org/htmlparser/wikicapturer
Modified Files:
CaptureWiki.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: CaptureWiki.java
===================================================================
RCS file: /cvsroot/htmlparser/WikiCapturer/src/org/htmlparser/wikicapturer/CaptureWiki.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CaptureWiki.java 24 Aug 2003 18:44:10 -0000 1.3
--- CaptureWiki.java 4 Jan 2004 03:23:08 -0000 1.4
***************
*** 27,34 ****
public static void main(String[] args) throws Exception {
CaptureWiki captureWiki =
! new CaptureWiki("http://htmlparser.sourceforge.net/docs/");
File file = new File ("./");
System.out.println (file.getAbsolutePath ());
! captureWiki.captureTo("/home/derrick/htmlparser_cvs/htmlparser/docs/docs/");
}
--- 27,34 ----
public static void main(String[] args) throws Exception {
CaptureWiki captureWiki =
! new CaptureWiki("http://htmlparser.sourceforge.net/wiki/");
File file = new File ("./");
System.out.println (file.getAbsolutePath ());
! captureWiki.captureTo("/home/derrick/htmlparser_cvs/htmlparser/docs/wiki/");
}
|