The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LinkChecker-8.2-portable.zip.asc | 2012-11-09 | 198 Bytes | |
LinkChecker-8.2.exe.asc | 2012-11-09 | 198 Bytes | |
LinkChecker-8.2-portable.zip | 2012-11-09 | 13.0 MB | |
LinkChecker-8.2.exe | 2012-11-09 | 11.5 MB | |
LinkChecker-8.2.tar.xz.asc | 2012-11-09 | 198 Bytes | |
README.md | 2012-11-09 | 2.1 kB | |
LinkChecker-8.2.tar.xz | 2012-11-09 | 666.1 kB | |
Totals: 7 Items | 25.2 MB | 5 |
LinkChecker Downloads
LinkChecker 8.2 is available for download for Windows systems, Unix systems and in source format.
The .asc
are GPG signatures that you can use to verify the download.
For example download the .asc
file in the same directory as the
.tar.xz
file and run gpg --verify LinkChecker-8.2.tar.xz
The GPG key used to sign these packages is 32EC6F3E. It can be
downloaded with gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
.
Files
LinkChecker-8.2.exe
- The Windows installer. If you run Windows, use this. The installer is signed with a local certificate signature.LinkChecker-8.2-portable.zip
- The portable Windows installer. Use this, if you want to run LinkChecker from a USB stick or external hard drive.LinkChecker-8.2.tar.xz
- The source code. Seedoc/install.txt
for compilation and installation instructions. Under Windows you can use 7-zip or Peazip to extract the file contents.
Changelog for this release
8.2 "Belle De Jour" (released 9.11.2012)
Changes:
- checking: Print a warning when passwords are found in the configuration file
and the file is accessible by others.
- checking: Add debug statements for unparseable content types.
Closes: SF bug #3579714
- checking: Turn off caching. This improves memory performance drastically
and it's a very seldom used feature - judging from user feedback over the years
and my own experience.
- checking: Only allow checking of local files when parent URL does not exist or
it's also a file URL.
Fixes:
- checking: Fix anchor checking of cached HTTP URLs.
Closes: SF bug #3577743
- checking: Fix cookie path matching with empty paths.
Closes: SF bug #3578005
- checking: Fix handling of non-ASCII exceptions (regression in 8.1).
Closes: SF bug #3579766
- configuration: Fix configuration directory creation on Windows
systems.