[Scloader-cvs] loader/doc README,1.1.1.1,1.2 loader.sgml,1.1.1.1,1.2
Very configurable web downloader
Brought to you by:
hsn
From: <hs...@us...> - 2003-09-23 20:27:10
|
Update of /cvsroot/scloader/loader/doc In directory sc8-pr-cvs1:/tmp/cvs-serv2673/doc Modified Files: README loader.sgml Log Message: Index: README =================================================================== RCS file: /cvsroot/scloader/loader/doc/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- README 6 Jan 2003 10:46:38 -0000 1.1.1.1 +++ README 23 Sep 2003 20:27:05 -0000 1.2 @@ -1,23 +1,29 @@ Smart Cache Loader Very configurable web grabber with special Smart Cache support - Radim Kolar (hs...@cy...) + Radim Kolar (hsn/at/cybermail.net) - http://home.worldonline.cz/~cz210552/ + http://scloader.sourceforge.net/ GPL license 1. This program may be hard to configure and operate. I am interrested in any feedback. -2. Configuration of this program is quite tricky. Look inside loader.cnf or at -html documentation and try to understand how to configure +2. Configuration of this program is quite tricky. -3. Run it via: java loader [sitename ...] [options ...] [URL ...] +3. Look inside loader.cnf and html documentation and try to understand +how to configure and use + +4. Basic usage: java loader [sitename ...] [options ...] [URL ...] main options: depth=X <scan depth> threads=X <download threads> upd=XXX <update flags> log=XXX <log flags> +5. In cause of troubles join mailing list + +6. Use http://scache.sf.net/ for user friendly interface to this program + Special URL formats: ==================== @@ -27,7 +33,7 @@ LIMITATIONS: ============ - Content-type and size handling is not implemented. + Content-type and size handling is not yet implemented. Have fun. Index: loader.sgml =================================================================== RCS file: /cvsroot/scloader/loader/doc/loader.sgml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- loader.sgml 24 May 2003 14:05:08 -0000 1.1.1.1 +++ loader.sgml 23 Sep 2003 20:27:05 -0000 1.2 @@ -6,7 +6,7 @@ <author> <name>Radim Kolar</name> - <email>hs...@cy...</email> + <email>hsn/at/cybermail.net</email> </author> <version>0.25</version> @@ -57,10 +57,6 @@ files or consult sources for more informations. <p> This manual was created using <package>debiandoc-sgml</package> package, which allows to generate many output formats from one source. -<p> -English is not my native language and if you see any errors, just -ignore it or <url id="mailto:hs...@cy...?Subject=loader_manual" name="mail me">. -</p> <sect id="about"> <heading>About this program</heading> <p>I have tried many programs which copies web to local disk, but none |