Commit graph

5799 commits

Author SHA1 Message Date
Antoine Beaupré
a9cb943c38 also build sdist files 2017-02-10 08:52:54 -05:00
Antoine Beaupré
c84621eb79 move code of conduct to a separate document, add other guidelines 2017-02-10 08:51:26 -05:00
Antoine Beaupré
a2fce98262 adapt the code of conduct to our community, add myself as contact 2017-02-09 18:27:22 -05:00
Antoine Beaupré
9d2cec525f import Covenant's Code of Conduct 1.4 2017-02-09 17:52:44 -05:00
Antoine Beaupré
bcacd8bd21 fix file extension for development file, it's markdown 2017-02-09 17:50:16 -05:00
Antoine Beaupré
2ce06d6e55 Merge remote-tracking branch 'origin/master' 2017-02-01 08:54:16 -05:00
Antoine Beaupré
d51b7f34b6 Merge branch '9.3.x' 2017-01-31 19:21:22 -05:00
Antoine Beaupré
559aa477e8 Merge tag 'v9.3.1' 2017-01-31 19:18:10 -05:00
anarcat
9b20aa5c8d Merge pull request #6 from astrofrog/fix-badge
Fix Travis badge in README
2017-01-31 12:26:30 -05:00
Antoine Beaupré
caf5ea6984 draft a release process 2017-01-31 12:25:57 -05:00
Thomas Robitaille
5e43aed52a Fix Travis badge in README 2017-01-31 17:18:47 +00:00
Antoine Beaupré
26e5270abb bump version 2017-01-31 12:00:13 -05:00
Robin Winslow
e62e630e60 Fix setup.py 2017-01-31 11:58:33 -05:00
Antoine Beaupré
da8cecd83c Merge remote-tracking branch 'anarcat/norobots' 2017-01-31 11:34:09 -05:00
Antoine Beaupré
bf45fb1884 fix HTTPS URL checks
in Debian Jessie, linkchecker fails because of an API problem.

it completely breaks HTTPs checks.

this patch fixes the problem

from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772947
2017-01-31 11:25:45 -05:00
Bastian Kleineidam
1e291afdfa Fix python requests version check 2017-01-31 11:25:38 -05:00
Antoine Beaupré
46d96d0aa0 fix HTTPS URL checks
in Debian Jessie, linkchecker fails because of an API problem.

it completely breaks HTTPs checks.

this patch fixes the problem

from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772947
2016-09-30 11:20:38 -04:00
Bastian Kleineidam
c2ce810c3f Fix python requests version check 2016-06-28 21:55:10 +02:00
Antoine Beaupré
9d899d1dfa add --no-robots commandline flag
While this flag can be abused, it seems to me like a legitimate use
case that you want to check a fairly small document for mistakes,
which includes references to a website which has a robots.txt that
denies all robots. It turns out that most websites do *not* add a
permission for LinkCheck to use their site, and some sites, like the
Debian BTS for example, are very hostile with bots in general.

Between me using linkcheck and me using my web browser to check those
links one by one, there is not a big difference. In fact, using
linkcheck may be *better* for the website because it will use HEAD
requests instead of a GET, and will not fetch all page elements
(javascript, images, etc) which can often be fairly big.

Besides, hostile users will patch the software themselves: it took me
only a few minutes to disable the check, and a few more to make that
into a proper patch.

By forcing robots.txt without any other option, we are hurting our
good users and not keeping hostile users from doing harm.

The patch is still incomplete, but works. It lacks: documentation and
unit tests.

Closes: #508
2016-05-19 14:43:59 -04:00
Bastian Kleineidam
0ef00eea56 Move GUI files to separate project 2016-01-23 13:28:15 +01:00
Bastian Kleineidam
e410169fd0 Remove unused test module 2016-01-20 20:18:09 +01:00
Bastian Kleineidam
354d6adb20 Remove deprecated pip option --use-mirror 2016-01-20 20:16:04 +01:00
Bastian Kleineidam
6fbd1e1c99 Try using container based travis ci boxes by replacing sudo 2016-01-20 20:01:19 +01:00
Bastian Kleineidam
88c060699d Fix tests 2016-01-19 22:05:15 +01:00
wummel
4de5348b9d Merge pull request #575 from sitsofe/master
Expand RegexCheck docs and fix up some typos.
2016-01-19 21:59:42 +01:00
Bastian Kleineidam
549533d701 Improved debugging 2016-01-19 21:55:50 +01:00
Bastian Kleineidam
914995b5fc Use example.com for tests. 2016-01-19 12:17:08 +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
wummel
ab110f1934 Merge pull request #611 from florianjacob/10_threads_docs_correction
Make documentation reflect 39df181
2016-01-18 19:52:56 +01:00
wummel
e2556abbb6 Merge pull request #561 from nbigaouette/issue555
Detect if "url_data" contains proxy attributes before using them.
2016-01-17 21:59:35 +01:00
wummel
1baac19ca3 Merge pull request #621 from PeterDaveHello/patch-1
Update README.rst
2016-01-17 14:50:13 +01:00
Bastian Kleineidam
e3ab90246d Remove platform-specific installer stuff and ensure a build .whl wheel file can be built. 2016-01-17 09:05:21 +01:00
Bastian Kleineidam
3d711666e1 Fix parser for changes in bison 3.0.x 2015-11-26 12:33:44 +01:00
Peter Dave Hello
5a4482fb7e Update README.rst
Use svg instead of png to get better image quality
2015-11-09 01:19:57 +08:00
Florian Jacob
fa262a0894 Make documentation reflect 39df181
10 instead of 100 default threads
2015-09-15 11:15:04 +02:00
Sitsofe Wheeler
40be399f79 Fix up some typos and grammar in the linkcheckerrc man page. 2015-02-11 10:42:03 +00:00
Sitsofe Wheeler
ed683bc4c0 Expand RegexCheck section.
- Add the warningregex parameter to the RegexCheck section.
- Add a note that the REGEX shouldn't be quoted.
- Change the quote style to double quotes to match the rest of the document.
2015-02-11 10:41:57 +00:00
Nicolas Bigaouette
4e56eceb35 Detect if "url_data" contains proxy attributes before using them.
Fix proposed by @colwilson in issue #555.
2014-11-12 09:58:30 -05:00
Vadim Khohlov
d4352fc828 Added plugin for parsing and checking links in Markdown files 2014-11-11 15:35:18 +02:00
Bastian Kleineidam
27937e6f83 Fix requests module version check. 2014-09-22 22:45:04 +02:00
Bastian Kleineidam
213c427412 Updated 2014-09-20 13:57:59 +02:00
Bastian Kleineidam
228bce1ba2 Add to instead of replace the HTTP client headers. 2014-09-20 12:17:42 +02:00
Bastian Kleineidam
92c4ca9a5e Debug request headers 2014-09-20 12:16:24 +02:00
Bastian Kleineidam
029c20ed98 More python3 fixes 2014-09-12 21:59:07 +02:00
Bastian Kleineidam
35eb30432e Added some Python3 fixes. 2014-09-12 19:36:30 +02:00
Bastian Kleineidam
d89217efaa Merge branch 'master' into py3 2014-09-12 17:36:46 +02:00
Bastian Kleineidam
9960c179fb Updated
[ci skip]
2014-09-11 21:20:37 +02:00
Bastian Kleineidam
697e7b82e1 Search for system certs 2014-09-11 21:19:49 +02:00
Bastian Kleineidam
30059732f2 Updated translation files. 2014-09-11 21:19:41 +02:00
Bastian Kleineidam
3d459218bf Mention that Python 3 is not yet supported.
[ci skip]
2014-09-11 19:43:06 +02:00