Chris Mayo
|
bef8450db0
|
Merge pull request #509 from cjmayo/hyperlink
Update man pages because of multiline hyperlink
|
2020-09-28 19:42:20 +01:00 |
|
Chris Mayo
|
1f600ae1c8
|
Update German man pages
|
2020-09-25 19:33:15 +01:00 |
|
Chris Mayo
|
26a6ff9259
|
Run make -C doc locale
|
2020-09-25 19:33:15 +01:00 |
|
Chris Mayo
|
e875a5f9e5
|
Assorted German man page translation fixes
|
2020-09-25 19:33:15 +01:00 |
|
Chris Mayo
|
ee9e00090f
|
Update English man pages because of multiline hyperlinks
|
2020-09-25 19:33:15 +01:00 |
|
Chris Mayo
|
0920508413
|
Merge pull request #498 from cjmayo/linkchecker
Tidy linkchecker
|
2020-09-24 19:31:07 +01:00 |
|
Chris Mayo
|
7ea9cbf056
|
Don't rely on linkcheck/__init__.py for log aliases in linkchecker
|
2020-09-24 19:23:13 +01:00 |
|
Chris Mayo
|
54e34b2774
|
Merge pull request #490 from cjmayo/dnspython-2
Fix deprecation warning for resolver.query(), Drop Python 3.5 and add 3.9
|
2020-09-23 19:52:34 +01:00 |
|
Chris Mayo
|
cc2fba8b68
|
Merge pull request #503 from cjmayo/plugins
Document MarkdownCheck plugin
|
2020-09-23 19:42:35 +01:00 |
|
Chris Mayo
|
e75c4b3d36
|
Reuse linkcheck.bookmarks.safari.has_biplist in tests
|
2020-09-23 19:38:17 +01:00 |
|
Chris Mayo
|
ca59966cf0
|
Add a note linking to biplist Python 3.9 compatibility bug
|
2020-09-23 19:38:17 +01:00 |
|
Chris Mayo
|
26c15c5e67
|
Fix deprecation warning for resolver.query()
/home/travis/build/linkchecker/linkchecker/linkcheck/checker/mailtourl.py:321: DeprecationWarning: please use dns.resolver.resolve() instead
answers = resolver.query(domain, 'MX')
|
2020-09-14 19:55:05 +01:00 |
|
Chris Mayo
|
70d749a967
|
Drop Python 3.5, add 3.9
|
2020-09-14 19:55:05 +01:00 |
|
Chris Mayo
|
9891fc3f70
|
Python 3.9 adds suport for HTTP status code 103 EARLY_HINTS
|
2020-09-14 19:55:05 +01:00 |
|
Chris Mayo
|
f268b95cf8
|
biplist is not compatible with Python 3.9
File ".tox/py39/lib/python3.9/site-packages/biplist/__init__.py", line 143, in readPlist
line: raise InvalidPlistException(e)
locals:
InvalidPlistException = <global> <class 'biplist.InvalidPlistException'>
e = <not found>
InvalidPlistException: module 'plistlib' has no attribute 'Data'
|
2020-09-14 19:55:05 +01:00 |
|
Chris Mayo
|
a074b62c7f
|
Document MarkdownCheck plugin
|
2020-09-14 19:46:05 +01:00 |
|
Chris Mayo
|
b9390c9ef6
|
Merge pull request #501 from cjmayo/sphinx3
Document and test Sphinx documentation
|
2020-09-04 19:26:04 +01:00 |
|
Chris Mayo
|
ad7f109168
|
Merge pull request #496 from cjmayo/slim
Use Python:3-slim base image in Dockerfile
|
2020-09-01 19:54:24 +01:00 |
|
Chris Mayo
|
b1faef93c3
|
Merge pull request #495 from cjmayo/mswindows
MS Windows Python 3.7 and MS Store compatibility
|
2020-09-01 19:46:44 +01:00 |
|
Chris Mayo
|
314ec085a3
|
Merge pull request #462 from cjmayo/anchor
Fix anchor checking
|
2020-09-01 19:39:29 +01:00 |
|
Chris Mayo
|
764c429745
|
Add Travis documentation check
Upgrade to Ubuntu 18.04 for mandoc to support make -C doc check.
|
2020-09-01 19:28:33 +01:00 |
|
Chris Mayo
|
135c005c3c
|
Document documentation
|
2020-09-01 19:28:33 +01:00 |
|
Chris Mayo
|
d7680ce117
|
Don't clean man pages
Allow make code to be used without make man.
|
2020-09-01 19:28:33 +01:00 |
|
Chris Mayo
|
4418236f56
|
Don't remove directories from Docker image
/var/lib/apt, /usr/share/locale, /usr/share/man are now empty.
/usr/share/doc is almost empty and populated by the base image.
|
2020-09-01 19:24:10 +01:00 |
|
Chris Mayo
|
630401f998
|
Install from GitHub master.zip in Dockerfile
Saves installing git and dependencies.
|
2020-08-31 19:18:26 +01:00 |
|
Chris Mayo
|
3723a3ac7a
|
Use Python:3-slim base image in Dockerfile
Currently reduces image size from 896MB to 126MB.
|
2020-08-31 19:18:26 +01:00 |
|
Chris Mayo
|
a6d6fa0cd4
|
Tidy linkchecker intro
|
2020-08-30 18:40:39 +01:00 |
|
Chris Mayo
|
9c2542b4cc
|
Remove second from linkcheck in linkchecker
|
2020-08-30 18:40:39 +01:00 |
|
Chris Mayo
|
6790207cf2
|
Update external links in linkchecker
|
2020-08-30 18:40:39 +01:00 |
|
Chris Mayo
|
bfb992fa2b
|
Update example MS Windows batch file
Run LinkChecker after installing with pip on Python from the MS Store.
|
2020-08-29 16:57:57 +01:00 |
|
Chris Mayo
|
89613d56f2
|
Replace the use of Python internal test.support
Its use is discourged and it is not present in the MS Store version of
Python.
|
2020-08-29 16:57:57 +01:00 |
|
Chris Mayo
|
2fbd49dd0b
|
Replace os.path.splitunc() with os.path.splitdrive()
os.path.splitunc() removed in Python 3.7.
https://docs.python.org/3/whatsnew/3.7.html#api-and-feature-removals
|
2020-08-29 16:57:57 +01:00 |
|
Chris Mayo
|
37e4981089
|
Merge pull request #492 from cjmayo/pass
Assorted tidying included unneeded pass statements
|
2020-08-29 16:55:39 +01:00 |
|
Chris Mayo
|
7ef599fc20
|
Merge pull request #491 from cjmayo/sphinx2
Documentation Updates
|
2020-08-29 16:50:27 +01:00 |
|
Chris Mayo
|
1390c9cd7e
|
Merge pull request #489 from cjmayo/urlsplit
Replace deprecated urllib.parse.split functions
|
2020-08-29 16:44:56 +01:00 |
|
Chris Mayo
|
47604e7d34
|
Merge pull request #481 from cjmayo/failures
Rename blacklist to failures
|
2020-08-29 16:39:24 +01:00 |
|
Chris Mayo
|
7dfba766a9
|
Merge pull request #486 from cjmayo/url
Remove unused code from url.py
|
2020-08-26 19:28:50 +01:00 |
|
Chris Mayo
|
b1d19e5eab
|
Update copyright and version
|
2020-08-23 17:24:09 +01:00 |
|
Chris Mayo
|
813f40ac7e
|
Update README and install.txt to only recommend pip git installation
|
2020-08-23 17:24:09 +01:00 |
|
Chris Mayo
|
67bdc54a00
|
Add links to MULTILINE section in linkcheckerrc(5)
|
2020-08-23 17:24:09 +01:00 |
|
Chris Mayo
|
5cc889d7c8
|
Updates to install.txt
|
2020-08-23 17:24:09 +01:00 |
|
Chris Mayo
|
c363b3f398
|
Remove unused py2app from dev-requirements.txt
|
2020-08-23 17:24:09 +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
|
54a9364960
|
Only translate man pages (and index.rst)
|
2020-08-23 17:19:26 +01:00 |
|
Chris Mayo
|
86594b14de
|
Replace second import of linkcheck in linkchecker by aliasing
|
2020-08-22 17:17:02 +01:00 |
|
Chris Mayo
|
dfa1ff05dc
|
Backport tabs to spaces from better_exchook.py
|
2020-08-22 17:17:02 +01:00 |
|
Chris Mayo
|
2864962c13
|
Backport bare except changes from better_exchook.py
|
2020-08-22 17:17:02 +01:00 |
|
Chris Mayo
|
1f58419322
|
Remove unneeded pass statements
|
2020-08-22 17:17:02 +01:00 |
|
Chris Mayo
|
737c61cd67
|
Merge pull request #484 from cjmayo/issuetests
Tests of img srcset and invalid host name
|
2020-08-22 16:32:03 +01:00 |
|
Chris Mayo
|
8779c39735
|
Replace deprecated urllib.parse.split functions
|
2020-08-22 16:28:53 +01:00 |
|