source: gsdl/tags/gsdl-2_71-distribution/gsdl/packages/w3mir/w3mir-1.0.8/multiscope.cfg@ 14121

Last change on this file since 14121 was 719, checked in by davidb, 25 years ago

added w3mir package

  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1# This file is meant to illustrate multiscope retrival.
2#
3# Available options: recurse, no-date-check, only-nonexistent, list-urls,
4# lowercase. It is not default to recurse. options must be the
5# first directive in the the config file.
6Options: recurse
7# This directive was previously known as 'Fetch-options'
8#
9# This is the two argument form of URL:. It fetches the first into the second
10URL: http://www.math.uio.no/~janl/ math/janl
11#
12# These says that any documents refered to that lives under these places
13# should be gotten too. Into the named directories. Two arguments are
14# required for 'Also:'.
15Also: http://www.math.uio.no/drift/personer/ math/drift
16Also: http://www.stud.ifi.uio.no/~janl/ ifi/janl
17Also: http://www.mi.uib.no/~nicolai/ math-uib/nicolai
18#
19# A more typical use would perhaps be:
20# URL: http://www.math.uio.no/~janl/ janl
21# Also: http://www.math.uio.no/images/ images
22# which would retrive the images refered to under
23# http://www.math.uio.no/~janl/ into a directory called images
24#
25# CD here before doing any work
26#cd: janlhomes
27#
28# Default pause is now 0.
29#Pause: 0
30#
31# Ignore urls we can't copy anyway. Actually w3mir can copy
32# many cgi things with no problems. But not always.
33Ignore: *.cgi
34Ignore: *-cgi
35Ignore: *.map
36#
37# Run fixup to get a filesystem browseable mirror
38Fixup: run
39# The options above will result in this directory hierarchy under
40# where you started w3mir:
41#
42# w3mir/math/janl files from http://www.math.uio.no/~janl
43# w3mir/math/drift from http://www.math.uio.no/drift/personer/
44# w3mir/ifi/janl from http://www.stud.ifi.uio.no/~janl/
45# w3mir/math-uib/nicolai from http://www.mi.uib.no/~nicolai/
46#
Note: See TracBrowser for help on using the repository browser.