mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 04:00:34 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@935 e7d03fd6-7b0d-0410-9947-9c21f3af8025
16 lines
470 B
Text
16 lines
470 B
Text
This is a list of things LinkChecker will *not* do for you.
|
|
|
|
1) Support JavaScript
|
|
See the FAQ, question Q5.
|
|
|
|
2) Print unreachable/dead documents of your website.
|
|
This would require
|
|
- file system access to your web repository
|
|
- access to your web server configuration
|
|
|
|
You can instead store the linkchecker results in a database
|
|
and look for missing files.
|
|
|
|
3) HTML/XML syntax checking
|
|
Use the HTML tidy program from http://tidy.sourceforge.net/ .
|
|
|