htmlrefs lists url references from the local closure of the input
html files. If
file is not specified
then the top level default user file is read. The
html parse is rudimentary; don't use
htmlrefs to detect valid
html
files.
The top level references are determined in this order (the --index, --root and --user options influence the
order):
- $HOME/index.html
Pseudo index containing <LINK href=dir rel=type
> references to top level directories. type may be one of:
- document-root
The document root directory containing URL target documents. Exactly one document-root
must be specified.
- program-root
The program root directory containing CGI support programs and scripts. This
type is optional. If specified then the program root directory should contain a pseudo index for its references.
- data-root
The data root directory containing CGI support data. This type is optional. If
specified then the data root directory should contain a pseudo index for its references.
- dynamic
All files under dir are considered referenced.
- host
- Provides a default value for the --hosts option.
- ignore
dir is a ksh(1) pattern of
paths to ignore.
- internal
If --external is on then dir is a
ksh(1) pattern of internal paths.
- secure
Files under this dir are accessed by https: only.
- $HOME/wwwfiles/index.html
- $HOME/public_html/index.html