File: multiscope.cfg

package info (click to toggle)
w3mir 1.0pre4-2
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 312 kB
  • ctags: 47
  • sloc: perl: 1,260; makefile: 37
file content (45 lines) | stat: -rw-r--r-- 1,578 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# This file is meant only to illustrate multiscope retrival.
#
# Available options: recurse, no-date-check, only-nonexistent, list-urls,
# lowercase.  It is not default to recurse.  options must be the 
# first directive in the the config file.
Options: recurse
# This directive was previously known as 'Fetch-options'
#
# This is the two argument form of URL:.  It fetches the first into the second
URL: http://www.math.uio.no/~janl/ math/janl
#
# These says that any documents refered to that lives under these places
# should be gotten too.  Into the named directories.  Two arguments are
# required for 'Also:'.
Also: http://www.math.uio.no/drift/personer/ math/drift
Also: http://www.ifi.uio.no/~janl/ ifi/janl
Also: http://www.mi.uib.no/~nicolai/ math-uib/nicolai
#
# A more typical use would perhaps be:
#   URL: http://www.math.uio.no/~janl/ janl
#   Also: http://www.math.uio.no/images/ images
# which would retrive the images refered to under
# http://www.math.uio.no/~janl/ into a directory called images
#
# CD here before doing any work
#cd: janlhomes
#
# Default pause is now 0.
#Pause: 0
#
# Ignore urls we can't copy anyway
Ignore: *.cgi
Ignore: *-cgi
Ignore: *.map
#
# Run fixup to get a filesystem browseable mirror
Fixup: run
# The options above will result in this directory hierarchy under
# where you started w3mir:
#
# w3mir/math/janl		files from http://www.math.uio.no/~janl
# w3mir/math/drift		from http://www.math.uio.no/drift/personer/
# w3mir/ifi/janl		from http://www.ifi.uio.no/~janl/
# w3mir/math-uib/nicolai	from http://www.mi.uib.no/~nicolai/
#