Download the latest packages from LinkChecker download section.
Requirements and installation instructions are located at the install documentation. To see what has changed between releases look at the ChangeLog.
Commandline interface Web interface
The local configuration file is $HOME/.linkcheckerrc Type "linkchecker" followed by your URLs you want to check. Type "linkchecker -h" for help.
Start "Check URL" in your LinkChecker program group. URL input is interactive.
Another way is executing on the command line. If there is a file linkchecker.bat in your Python Scripts directory you can run eg. c:\Python24\Scripts\linkchecker.bat.
If there is only a linkchecker file in your Python Scripts directory, you have to run eg. c:\Python24\python.exe c:\Python24\Scripts\linkchecker.
Read the MacOS Python documentation to find out about passing commandline options to Python scripts.
For german output execute "export LC_MESSAGES=de" in bash or "setenv LC_MESSAGES de" in tcsh. Under Windows, execute "set LC_MESSAGES=de". Other supported languages are 'nl' (Nederlands) and 'fr' (français).
You can help to translate LinkChecker by copying the included linkchecker.pot file to language.po, translate it and send it to me.
The SourceForge Bug interface allows submitting of bugs, patches and requests.
The SourceForge CVS page has all the information on how to obtain the development version of LinkChecker. Development of LinkChecker requires some more software to be available, which is documented on the installation page.