2003-06-18 07:49:39 +00:00
|
|
|
This is a list of things LinkChecker will *not* do for you.
|
2002-02-26 23:02:15 +00:00
|
|
|
|
|
|
|
|
1) Support JavaScript
|
2003-07-04 14:27:44 +00:00
|
|
|
See the FAQ, question Q5.
|
2002-02-26 23:02:15 +00:00
|
|
|
|
2003-01-05 02:03:00 +00:00
|
|
|
2) Print unreachable/dead documents of your website.
|
2002-02-26 23:02:15 +00:00
|
|
|
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
|
2003-07-04 14:27:44 +00:00
|
|
|
Use the HTML tidy program from http://tidy.sourceforge.net/ .
|
2002-02-26 23:02:15 +00:00
|
|
|
|