Ruigang Yang
Department of Computer Science
Columbia Univeristy
Table of Content
Web Copy(WCP) is a Java application, it starts from a single URL pointing to a compound document (i.e. a set of html files which conceptually form a complete document), and copies the compound document to a local disk until certain criteria has been met, (recursive depth, keyword match etc.)
It features:
In order to use WCP you need to have Java installed in your system. Follow these instructions to install WCP.
WCP can run as a standalone application, at the prompt, type
java MainFrame.
Using the package in interactive mode is quite straight forward. A quick start is to fill the URL you want to fetch, and the destination directory, then click Go to start the download process
Here is a brief description of program menu and buttons .
File menu contains following items:
Exit | Exit the program |
Edit Menu:
Cut | clear the selected text, and copy to the clip broad |
Copy | copy the selected text to the clip broad |
Paste | copy text from the clipboard |
Help Menu:
Help | start Netscape to display this help page |
About | show some information about the software |
Manual Check Window
The above window will pop up if the "manual check " box is checked in the
main window.
It contains a TreeView components which lists the structure of the anchors
in the page. The leading tiny icon indicates the attribute of the link, (HTML
, images, etc). User can double click any link to download it. After downloading,
the icon associated with that page will be highlighted. Check the Sync
Display to display the clicked page in a web browser. (works best under
Unix Version of Netscape 3.0 and above)
Important: Once you finished selecting the desired page, click Done to save them. If you click Cancel, NO page will be saved to the local disk
Are you kidding? But any way, you can always send me bug report to ryang@cs.columbia.edu. I will try to fix and make future improvement.
WCP uses ORO, Inc. 's
Java package
NetComponents
to implement Email and FTP distribution of copied documents.
UUencoder class
used for email transfer is developed by
Matthew Phillip Hixson.