Chris Mayo
819dacb9bb
Install linkcheckerrc in the package data
...
data/__init__.py needed for Python < 3.10
(namespace packages supported from importlib_resources v3.2)
2021-12-30 19:27:04 +00:00
Chris Mayo
a7155db64a
Correct documentation of CSV separator
...
851e1121e ("Use semicolon as default CSV separator.", 2010-07-31)
2021-11-29 19:48:50 +00:00
Paul Haerle
f395c74aac
Make ResultCache max_size configurable ( #544 )
...
* Make ResultCache max_size configurable
fixes #463
* Add tests and docs.
* fix documentation...
...adapt the source, not the auto-generated man pages themselves as
requested in #544 .
* fix typo.
2021-06-21 19:45:19 +01:00
Chris Mayo
2de25d54fd
Rename blacklist to failures
...
Continue to support blacklist for the time being, with deprecation
warnings.
2020-08-23 17:19:26 +01:00
Chris Mayo
84a45b5171
Add missing settings to the example linkcheckerrc
2020-08-09 17:05:34 +01:00
Chris Mayo
a972150854
Improve authentication comments in template linkcheckerrc
2020-06-23 17:28:31 +01:00
Bastian Kleineidam
0ef00eea56
Move GUI files to separate project
2016-01-23 13:28:15 +01:00
wummel
a40c39be59
Merge pull request #560 from xvadim/feature
...
Added plugin for parsing and checking links in Markdown files
2016-01-19 07:30:34 +01:00
Florian Jacob
fa262a0894
Make documentation reflect 39df181
...
10 instead of 100 default threads
2015-09-15 11:15:04 +02:00
Vadim Khohlov
d4352fc828
Added plugin for parsing and checking links in Markdown files
2014-11-11 15:35:18 +02:00
Bastian Kleineidam
82dd76b0d7
Add PDF link parsing.
2014-04-28 18:13:45 +02:00
Bastian Kleineidam
306979abca
Add HttpHeaderInfo plugin
2014-03-12 19:28:37 +01:00
Bastian Kleineidam
7b34be590b
Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements.
2014-03-01 00:12:34 +01:00
Bastian Kleineidam
103e00b4d1
Allow disabling of ssl certificate checks.
2013-12-12 22:17:57 +01:00
Bastian Kleineidam
123578a4cd
Make per-host connection limits configurable.
2013-02-27 19:37:28 +01:00
Bastian Kleineidam
64d95e45e0
Remove local HTML and CSS syntax check.
2013-02-08 21:36:02 +01:00
Bastian Kleineidam
3a51ac7662
Warn about accessible passwords in config files.
2012-10-15 14:36:10 +02:00
Bastian Kleineidam
8750d55a73
Add configuration entry for maximum number of URLs.
2012-10-14 11:13:55 +02:00
Bastian Kleineidam
d60e4dc0a2
Improved custom user-agent example.
2012-09-21 15:51:44 +02:00
Bastian Kleineidam
3a352631ba
Add modified field to loggers.
2012-09-18 12:12:00 +02:00
Bastian Kleineidam
6730fb51ee
Allow maximum check time specification.
2012-09-03 20:17:49 +02:00
Bastian Kleineidam
99ab68908c
Increase the default number of checker threads.
2012-08-23 16:11:47 +02:00
Bastian Kleineidam
4cce99a77d
Test SSL certificate expiration.
2012-06-20 20:10:40 +02:00
Bastian Kleineidam
00aa631267
Add localwebroot configuration option.
2012-06-10 14:47:27 +02:00
Bastian Kleineidam
2dee223555
Allow memory dumps to be written.
2012-06-10 13:18:35 +02:00
Bastian Kleineidam
52dcf101e0
Remove rest of deprecated options.
2012-04-22 17:55:12 +02:00
Bastian Kleineidam
d6d82b96f1
Add cookiefile config option.
2012-03-22 22:29:56 +01:00
Bastian Kleineidam
3b818d99c0
Allow --pause to be set in configuration file.
2012-03-16 21:28:30 +01:00
Bastian Kleineidam
51bcccfdfe
Added new option --user-agent to set the User-Agent header.
2011-07-25 21:09:49 +02:00
Bastian Kleineidam
e3bb574997
Remove support for system configuration file.
2011-05-20 21:10:31 +02:00
Bastian Kleineidam
9d6f2e1a4a
Add badsite.example.com as example.
2011-05-06 19:05:51 +02:00
Bastian Kleineidam
e13d2a5078
Improved warningregex example.
2011-05-05 18:31:46 +02:00
Bastian Kleineidam
3b225e676f
Added note that output configuration is ignored in linkchecker-gui.
2011-04-02 10:38:41 +02:00
Bastian Kleineidam
68a8de58d1
Deprecate the --interactive commandline option.
2011-02-20 11:05:29 +01:00
Bastian Kleineidam
eaa2b79bc3
Updated documentation.
2011-02-17 19:59:02 +01:00
Bastian Kleineidam
a94269fd5b
Remove unused ID part of loggers.
2010-12-15 13:24:31 +01:00
Bastian Kleineidam
d811269d03
Improved config documentation.
2010-10-25 22:41:03 +02:00
Bastian Kleineidam
a254e1dce0
Improved configuration documentation.
2010-10-25 21:42:11 +02:00
Bastian Kleineidam
25d75bd4a2
Added login URL posting.
2010-10-14 18:36:11 +02:00
Bastian Kleineidam
4acf79c641
Add configuration file option for the --cookies commandline option.
2010-10-12 00:41:14 +02:00
Bastian Kleineidam
0f92b76290
Remove the unnormed URL warning.
2010-07-29 20:20:59 +02:00
Bastian Kleineidam
34a2f4a15d
Disable and deprecated the --no-proxy-for option.
2010-03-07 17:45:48 +01:00
Bastian Kleineidam
8533ade21f
Add ID for each logged URL.
2009-07-26 22:31:51 +02:00
Bastian Kleineidam
16316b0a08
Fix regex in example config
2009-07-24 23:50:06 +02:00
Bastian Kleineidam
7f67027abf
ignore the fragment part (ie. the anchor) of URIs when
...
+ getting and caching content
2009-06-26 07:22:36 +02:00
calvin
dbb498a395
Add virus checking
...
New option --scan-virus to check the content of URLs for
viruses with ClamAV.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3753 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2008-05-20 08:57:37 +00:00
calvin
b96e8120d6
Add W3C Validator checks
...
Add new options --check-html-w3 and --check-css-w3 to allow checking
of HTML and CSS pages with the online W3C validators.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3748 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2008-05-08 10:36:54 +00:00
calvin
62efec3b35
Added CSS syntax check.
...
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3719 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2008-04-24 09:44:18 +00:00
calvin
a6ab36f505
fix noproxyfor option example
...
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3621 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2007-12-01 15:49:30 +00:00
calvin
ebf903d5a9
fix config syntax: don't indent with comments
...
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3512 e7d03fd6-7b0d-0410-9947-9c21f3af8025
2006-11-17 20:16:31 +00:00