繁體中文 | 简体中文 | English

chklinks

DESCRIPTION

chklinks is a perl link checker. It helps finding broken links on your website.

chklinks differs from linkchecker in that chklinks is non-threaded. It does not raises many simultaneously connections for its job. It won't run out of the resources and crash your system in a moment. This is certainly more desirable for most webmasters and users.

OPTIONS

./chklinks [options] URL
./chklinks [-h|-v]
URL
The URL of the website to check for.
-1,--onelevel
Check the links on this page and stops.
-r,--recursive
Recursively check through this website. This is the default.
-b,--below
Only check the links below this directory. This is the 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). This is the 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 and exit.
-v, --version
Output version information and exit.

SUPPORT

chklinks is hosted on SourceForge, CPAN and Tavern IMACAT's. For the latest infomation, see

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 © 2003 imacat. All rights reserved.

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.


By imacat <imacat@mail.imacat.idv.tw>, first version 2003-05-25, last updated 2003-05-26
Copyright © 2003 imacat. Please read the copyright before copying.