GrabURL 2.0 - Selective URL fetching utility Copyright (C) 1996-97 Serge Emond ---------------------------------------------------------------------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ---------------------------------------------------------------------------- Table of contents ~~~~~~~~~~~~~~~~~ 1. This document 2. Config file 3. Arguments 4. Configuration examples 5. Url Completion 6. Filenames 7. One or 2 examples 8. The Author 1. This document ~~~~~~~~~~~~~~~~ Many things may be incorrect or missing in this document. If you really want accurate informations, read the source code. 2. Config file ~~~~~~~~~~~~~~ Lines with '#' as the first non-whitespace character are comments. Arguments to commands can be enclosed by " or ' to contain spaces. 2.1. Global commands 2.1.1 Section Use: Section You need a matching END command for each section. A section is a part of the config file processed by another part of the program. Right now, there are 2 known sections: "http" and "scan". Each section has it's own set of commands and is processed independantly. There are also "global" options that are outside a Section. 2.1.2 End Use: End You need one to mark the end of a section and return to the "global" part. 2.1.3 Include Use: Include Includes a new config file that is processed exactly the same way the actual config is. Example: you have multiple config files that share a common part, include the common part at the beginning of the specialized config files. 2.1.4 Delay Use: Delay