1GURLCHECKER(1) GURLCHECKER(1)
2
3
4
6 gurlchecker - A graphical web link checker that works on a whole site,
7 a single local page or a browser bookmarks file.
8
10 gurlchecker [ -h|--help ] [ -v|--version ] [ -u|--http-user user ] [
11 -p|--http-passwd password ] [ -A|--no-urls-args ] [ Done.
12 ]
13
15 This manual page documents the gurlchecker command.
16
17 gurlchecker is a graphical web link checker. It searches URLs in a
18 whole site, a single local page or a browser bookmarks page, checking
19 them, one by one, in order to know their validity. Furthermore, it can
20 manage entire projects.
21
23 This program follows the usual GNU command line syntax, with long
24 options starting with two dashes (`-'). A summary of options is
25 included below.
26
27 -h, --help
28 Show summary of options.
29
30 -v, --version
31 Show version of program.
32
33 -u, --http-user
34 User name for HTTP Basic Authentication.
35
36 -p, --http-passwd
37 Password for HTTP Basic Authentication.
38
39 -A, --no-urls-args
40 Ignore URLs arguments.
41
42 With this option gurlchecker will systematically remove argu‐
43 ments on URLs. It is usefull to avoid nasty infinite loops when
44 arguments are randomly generated, for example.
45
47 This manual page was written by Daniel Pecos Martinez <<dani@net‐
48 pecos.org>> and Emmanuel Saracco <<esaracco@users.labs.libre-
49 entreprise.org>> for the Debian system (but may be used by others).
50 Permission is granted to copy, distribute and/or modify this document
51 under the terms of the GNU Free Documentation License, Version 1.1 or
52 any later version published by the Free Software Foundation; with no
53 Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.
54
55
56
57 Apr 10, 2005 GURLCHECKER(1)