Smart Cache loader is controlled by Program configuration file, Chapter 3 and command line.
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.
This options follows unix - like syntax. There are starting with `-` character. None of them are currently implemented.
File contents can be expanded and used as command-line arguments. This is done by: @<filename> syntax.
Program can use other configuration file than default. This is done by: #<filename> syntax.
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 allways create new location which is set to directory of specified URL.
See subsections for special location setups.
You can add URL at command-line to allready visited URL list. When program sees this URL when processing other, it will not take any action because this URL will be marked as allready done. This is done by: :<URL> syntax. You can use file expanding feature and add filename with visited URLs by: @:<filename>
You can force URL to use default configuration instead searching through list of known sites. This is done by: %<URL> syntax.
You can force URL to be used as another starting URL for its parent location. This is done by: ^<URL> syntax.
hsn@cybermail.net