NAME
chklinks - A non-threaded perl link checker
SYNOPSIS
chklinks [options] URL
DESCRIPTION
chklinks is a non-threaded perl link checker that helps you find your broken links on your website. It is designed to be a non-threaded replacement of linkchecker. The linkchecker raises large amount of simultaneously connections for its checking, which may run out of your resources and hence crash your system in a moment. This is certainly not desirable for most webmasters and users.
OPTIONS
- -1,--onelevel
-
Check the links on this page and stops. (default)
- -r,--recursive
-
Recursively check through all the links on this host.
- -b,--below
-
Only check the links below this directory. (default)
- -p,--parent
-
Trace back to the parent directories.
- -l,--local
-
Only check the links on this same host.
- -s,--span
-
Check the links to other hosts (without recursion). (default)
- -e,--exclude path
-
Exclude this path. Check for their existence but not check the links on them, just like they are on a foreign site. Multiple --exclude are OK.
- -i,--include path
-
Include this path. An opposite of --exclude that cancels its effect. The latter specified has a higher priority.
- -d,--debug
-
Display debug messages. Multiple --debug to debug more.
- -q,--quiet
-
Disable debug messages. An opposite that cancels the effect of --debug.
- -h,--help
-
Display the help message.
- -v,--version
-
Display version number.
- URL
-
The URL of the website to check for.
BUGS
Report bugs to imacat <imacat@mail.imacat.idv.tw>.
SUPPORT
chklinks is hosted on SourceForge. For the latest infomation, see http://chklinks.sourceforge.net/ or http://sourceforge.net/projects/chklinks .
chklinks has a user discussion mailing list hosted at SourceForge: chklinks-users@lists.sourceforge.net . It is a mailman mailing list. For infomation on how to join or leave, see: http://lists.sourceforge.net/lists/listinfo/chklinks-users . Alternatively, you can send a mail to: chklinks-users-request@lists.sourceforge.net with the subject help
for a list of available commands.
SEE ALSO
None.
AUTHOR
imacat <imacat@mail.imacat.idv.tw>.
COPYRIGHT
Copyright (c) 2003 imacat.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.