NAME

llnk -- list links in html files

SYNOPSIS

USAGE: llnk [-h] [-Aal] html-files

DESCRIPTION

Without option -A llnk will list only relative links. The idea of this program is that you run tar cvf pages.tar `llnk index.html something.html` in order to include files that are referenced by index.html and something.html.

OPTIONS

-h this help

-a list for <a href=...> tags everything until </a> This option implies (-l). You can not use this in combination with tar to pack files together. This is more to look at the links of a webpage.

-A list all href=..., src=..., and background=... tags whether they are relative or not.

-l print with filename, line number and entire tag. Note that errors and warnings are always printed with filename and line numbers. If -l is given then the file names from the command line are not included unless they appear in one of the files as links. You can not use this in combination with tar to pack files together.

AUTHOR

xlnk is part of the Tagreader package and was written by Guido Socher [guido(at)linuxfocus.org]