1WEBDIFF(1) User Contributed Perl Documentation WEBDIFF(1)
2
3
4
6 webdiff - Find and Highlight Differences Between Webpages
7
9 webdiff [options]
10
12 --help Print a brief help message and exits.
13
14 --man Prints the manual page and exits.
15
16 --archive=<pathname>
17 Archive HTML file
18
19 --current=<pathname>
20 Current HTML file
21
22 --out=<pathname>
23 Output HTML file (with highlighting)
24
25 --basedir=<pathname>
26 Base directory for files
27
28 --hicolor=<color>
29 Highlight color (Def: blue, yellow, pink, grey or #rrggbb)
30
31 --ignore=<filelist>
32 Comma-delimited list of named sections containing ignore
33 keywords
34
35 --ignoreurl=<filelist>
36 Comma-delimited list of named sections containing ignore urls
37
38 --tmin=<number>
39 Don't check if token contains <= given no. of words
40
41 --tmax=<number>
42 Don't ignore if token contains >= given no. of words
43
44 --debug Debug messages
45
47 webdiff will compare two webpages and create an output file with the
48 changesw highlighted.
49
50 webdiff is internal to websec and isn't well documented.
51
53 websec(1)
54
56 Victor Chew is the original author of this software and Baruch Even is
57 continuing the maintenance.
58
59
60
61perl v5.32.0 2020-07-29 WEBDIFF(1)