[Scloader-cvs] loader/samples loader.cnf,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/samples In directory sc8-pr-cvs1:/tmp/cvs-serv2673/samples Modified Files: loader.cnf Log Message: Index: loader.cnf =================================================================== RCS file: /cvsroot/scloader/loader/samples/loader.cnf,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- loader.cnf 12 Sep 2003 18:00:05 -0000 1.1.1.1 +++ loader.cnf 23 Sep 2003 20:27:05 -0000 1.2 @@ -1,20 +1,21 @@ #sample config file for loader # http://scloader.sourceforge.net/ # -#http_proxy proxy-server port, use Smart Cache if possible :) +#http_proxy proxy-server port, +# use Smart Cache if possible :) http://scache.sf.net/ +# http_proxy 127.0.0.1 8080 #how many files download at once? threads 2 -#What to do with downloaded files? - -#do not store it +#What to do with downloaded files? Define localstore type +#1) do not store it #localstore null -#use Smart Cache data directory, enter path to SC main config. +#2) use Smart Cache data directory, enter path to SC main config. localstore smartcache ../scache045/scache.cnf -#or write them to specified directory (like wget does) +#3) or write them to specified directory (like wget does) #localstore directory data case_sensitive_matching 1 @@ -30,7 +31,8 @@ #if none specified, default server options are initialized to system defaults #Server options -#TODO: implement changepolicy (????) +#TODO: implement changepolicy when jumping to other location (????) +# #passive,nofetch - don't process it when this config file is invoked #active,autostart - allways start fetching when this config file is invoked #nodefaults - don't process ANY settings in 'default' server after settings @@ -57,7 +59,7 @@ DefaultMask target=site src=IMG upd=norefresh act=noparse log=server q=0.5 #Locations -#URLMASK regexp(s) included from HTML TAGs +#URLMASK regexp(s) included from HTML TAGs #ACTIONS and OPTIONS # @@ -110,7 +112,7 @@ # size=unknown - only if we don't know size of object beeing downloaded # size=any - don't care about it -# poradi zpracovavani EXT,URLMASK,CONTENTMASK +# order of proccessing 1) EXT 2)URLMASK 3)CONTENTMASK #URLmasks are processed BEFORE OBJECT'S LOADING STARTS # MASKS xx,yy,zz = xx OR yy or ZZ |