Smart Cache Loader Very configurable web grabber with special Smart Cache support Radim Kolar (hsn/at/sendmail.cz) http://scloader.sourceforge.net/ GPL license What is it This program catches parts of WWW server, it parses HTML and downloads any needed things. 1. This program may be hard to configure and operate. I am interrested in any feedback. 2. Configuration of this program is quite tricky. 3. Look inside loader.cnf and html documentation and try to understand how to configure and use 4. Basic usage: java -jar scloader.jar [sitename ...] [options ...] [URL ...] main options: depth=X threads=X upd=XXX log=XXX 5. In cause of troubles join mailing list 6. Use http://scache.sourceforge.net/ for more user friendly interface to this program. Special URL formats: ==================== :URL -> add visited URL. This URL will not be loader/parsed. @filename -> expand file contents as command line arguments :@filename -> expand visited URL#sitename -> configure URL as site sitename LIMITATIONS: ============ Content-type and size handling is not yet implemented. Cookies sent by server are ignored. Have fun. Radim Kolar