[ previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ next ]

Smart Cache Loader Manual
Chapter 2 - Program command line options


Smart Cache loader is controlled by Program configuration file, Chapter 3 and command line.


2.1 Changing default by options

You can change default location by options in syntax: name=value. Name is the same as used in configuration file.

Currently implemented names are: scandepth, threads, retry, retrypriority, options, priority, alias, starturl, log, upd.


2.2 Misc. options

This options follows Unix - like syntax. There are starting with `-` character. None of them are currently implemented.


2.3 File expanding

File contents can be expanded and used as command-line arguments. This is done by: @<filename> syntax.


2.4 Using specified config file

Program can use other configuration file than default. This is done by: #<filename> syntax.


2.5 Adding URL to queue

You can add any URL to command-line. Program will search known locations in config file and if given URL belongs to known location it will inherit its settings; otherwise it will use settings for default location. Program will always create new location which is set to directory of specified URL.

See subsections for special location setups.


2.5.1 Adding visited URL

You can add URL at command-line to already visited URL list. When program sees this URL when processing other, it will not take any action because this URL will be marked as already done. This is done by: :<URL> syntax. You can use file expanding feature and add filename with visited URLs by: @:<filename>


2.5.2 Configuring URL with defaults

You can force URL to use default configuration instead searching through list of known sites. This is done by: %<URL> syntax.


2.5.3 Configuring URL as start URL

You can force URL to be used as another starting URL for its parent location. This is done by: ^<URL> syntax.


2.5.4 Using URL alias

You can use alias (.cnf commmand name) instead of URL.


2.5.5 Configuring URL with default from another location

You can use URL#(location alias) to configure URL with setting of location alias.

     http://www.slashdot.org/#noimg

[ previous ] [ Contents ] [ 1 ] [ 2 ] [ 3 ] [ next ]

Smart Cache Loader Manual

0.25
Radim Kolar hsn@cybermail.net