1WEBSEC(1) User Contributed Perl Documentation WEBSEC(1)
2
3
4
6 websec - Web Secretary
7
9 websec [options]
10
12 --help Print a brief help message and exits.
13
14 --man Prints the manual page and exits.
15
16 --base Base directory for configuration (~/.websec by default)
17
18 --urllist
19 Use another file for the url list, by default it is "url.list".
20
22 websec is a web page monitoring software. It will send you a changed
23 web page with the contents highlighted.
24
25 The base directory is the place from which websec will read the config
26 files and in which it will store its data.
27
28 When called without an argument, websec will look for a base directory.
29 If the current directory has url.list it will use it, otherwise it will
30 try to use $HOME/.websec/. You can also override this process with the
31 --base option.
32
33 You can add a line like AddSubject = [websec] to url.list, websec will
34 add [websec] to every subject as a first word when mail is sent. You
35 can then easily detect this line by a mail filter.
36
37 The keywords Retry, Retrywait, and Timeout in url.list lets you specify
38 the number of times to retry, time to wait between retries, and a
39 timeout setting.
40
41 Websec waits for a random number of seconds between retries up to the
42 value specified by the Randomwait keyword. This is to prevent websec
43 from being blocked by websites that perform log analysis to find time
44 similarities between requests.
45
47 /usr/share/doc/websec/README.gz, url.list(5), ignore.list(5),
48 webdiff(1).
49
51 Victor Chew is the original author of this software, Baruch Even is
52 continuing the maintenance and Joop Stakenborg <pa3aba@debian.org>
53 provided this man page,
54
55
56
57perl v5.38.0 2023-07-22 WEBSEC(1)