File: mirrortool.pod

package info (click to toggle)
omt 0.1.13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 176 kB
  • ctags: 25
  • sloc: perl: 446; makefile: 175
file content (44 lines) | stat: -rw-r--r-- 1,610 bytes parent folder | download | duplicates (3)
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
=head1 NAME

mirrortool.pl  -  OpaL Mirror Tool (OMT)

=head1 DESCRIPTION

Creates a mirror of a webpage. It has a number of features such as
link rewriting and more. (See the options below).

=head1 USAGE

mirrortool.pl [options] [url] [options] [url] [...]

=head1 OPTIONS

   --images             : Include <img src=xxx>:s in the download. (default)
   --noimages           : Do not include <img src=xxx>:s in the download.
   --depth n            : Maximum recursion depth. (default 1)
   --store "regexp"     : Files matching regexp are actually stored locally.
		        : It is possible to | separate (with or).
   --rewrite "from=>to" : Urls are rewritten using this rules.
		        : It is possible to | separate (with or).
                        : Do not rewrite the dir, because that it will affect
                        : later lookup. Have to fix this sometime.
   --what "regexp"      : Files matching regexp are downloaded and traversed.
		        : It is possible to | separate (with or).
   --dir basedir        : Where to store local files.
   --nohostcheck        : Do not check if url points to other host.
   --notreecheck        : Do not check if url points to other dirtree.
   --force              : Overwrite all files.
   --debug              : Print debug-messages.
   --retry n            : Number of times an url will be retried (default 1)
   --auth user:pass     : use Basic Authentication
   --proxy url		: Use a proxy server (like http://u:p@localhost/).
   --help		: Print this text.


=head1 AUTHOR

Ola Lundqvist <opal@lysator.liu.se>

=head1 SEE ALSO

mirrortool.pl(1)