Harvest::Controller::URLFilter::Scheme - limit based on URL scheme | |
| |
DESCRIPTION | |
This provides a simple way of limiting the schemes (ie http, ftp, gopher, etc) that can be gathered. An alternative means of implementing this would be to use the URLregex module with suitable regular expressions to control the types of URL gathered.
| |
PARAMETERS | |
Scheme takes a list of the schemes that should be allowed. | |