Commit graph

38 commits

Author SHA1 Message Date
Chris Mayo
284969e7bb Raise minimum Python version to 3.9 2023-11-27 19:22:08 +00:00
Chris Mayo
b3429c4759 Remove support for nntp and telnet
Python is dropping nntplib and telnetlib.
2023-08-28 19:24:57 +01:00
Chris Mayo
f704f997d5 Add installation with pipx to documentation 2023-05-01 19:24:55 +01:00
Chris Mayo
643364a655 Raise minimum Python version to 3.8 2023-01-17 19:23:29 +00:00
Chris Mayo
de719993e4 Use the website for installation link in README
Make the link work on PyPI.
2022-02-22 19:35:04 +00:00
Chris Mayo
5c0d66dd74 Raise minimum Python requirement to 3.7 2021-12-30 19:27:04 +00:00
Chris Mayo
7e882d2530 Reference manuals and mention GitHub Packages in README 2021-12-01 19:43:07 +00:00
Chris Mayo
fe6dea12de Update documentation for disabled plugins 2021-11-29 19:35:34 +00:00
Chris Mayo
9380f44a81 Note in README the unique Docker tags and where to find them 2021-11-29 19:28:47 +00:00
Chris Mayo
edc974e7b9 Tag Docker image using latest, commit checksum and semver
The following tags will be added: latest, 1234567 and 1.2.3
2021-11-28 18:55:46 +00:00
Chris Mayo
99d0d5218b Release new Docker image hosted on GitHub Packages 2021-11-25 19:33:29 +00:00
Chris Mayo
e297b1a477 Stop including binary translation catalogs in the source
Makes it easier to contribute and accept translations.

Does add a new dependency on installation from source, polib. This is
not made mandatory because not all users will want translations.

polib has no further dependencies and can be installed anywhere
LinkChecker can, using pip too.

Add release process step to check polib is installed

The Wheel still includes translations. Recommend install from PyPI in
the README.

Translations were being compiled in setup.py until 2014, using a bundled
copy of msgfmt.py.
9c3739f1c ("Replace msgfmt.py with local tools.", 2014-09-08)
2021-11-22 19:30:33 +00:00
Paul Haerle
6ad6c97cce
Link Github action badge in README.rst
...instead of the now seemingly obsolete Travis CI one.
2021-06-17 12:47:05 +02:00
Chris Mayo
732f988500 Changes for release 10.0.0 2021-01-14 19:48:22 +00:00
Chris Mayo
70d749a967 Drop Python 3.5, add 3.9 2020-09-14 19:55:05 +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
8dcdb4d387 Don't recommend sudo for pip
https://packaging.python.org/tutorials/installing-packages/
2020-06-01 19:48:26 +01:00
Chris Mayo
b01c685201 Update README.rst, install.txt and upgrading.txt 2020-06-01 16:23:33 +01:00
Marius Gedminas
c567adcd7c
Fix misleading information in the README
(Also change some HTTP URLs to HTTPS).

I think this is the minimum fix we should do ASAP to avoid [user confusion](https://github.com/linkchecker/linkchecker/issues/88#issuecomment-633853033), while we hash out all the questions raised in the discussion in #362.
2020-05-26 11:31:28 +03:00
alberto56
1ebc6a1431 use python3 in readme and dockerfile 2020-05-09 08:03:23 -04:00
Marius Gedminas
61b30a95dd Switch to travis-ci.com
Migrating from legacy GitHub services/webhooks to the new Travis CI
GitHub app means we also have to use travis-ci.com instead of
travis-ci.org to see build status or history.
2020-03-31 18:35:37 +03:00
Jon Oster
2e2c81130e Add instructions to install current release tag from git via pip
Signed-off-by: Jon Oster <jon.oster@here.com>
2019-10-21 16:10:26 +02:00
EsuS
004632a99b Update references to GitHub project from wummel to linkchecker
Remove all mention of donations.
2019-04-18 19:59:52 +01:00
Yuki Takizawa
9a34bf6564 Add link to doc/install.txt 2018-11-29 00:01:10 +09:00
James Goodman
41c127ad90
Fix Travis badge in README 2018-09-04 08:13:56 +12:00
Joseph Reagle
45f7e34eb0
Update readme
As discussed in #183 .
2018-08-23 21:55:04 -04:00
gerdneuman
f346575413
Update README to include easy installation instructions for pip
See https://github.com/linkchecker/linkchecker/issues/4#issuecomment-356449159 I had trouble installing but with `pip install git+https://github.com/linkchecker/linkchecker.git` it is quite easy and at the moment the easiest way imho.
2018-08-09 14:01:36 +02:00
anarcat
2146b4c031
add note about missing Windows support
Clarify that we don't have good Windows support directly in the README in a naive hope to reduce the number of duplicates.

Closes: #124
See: #53
2018-06-22 09:54:36 -04:00
Petr Ruzicka
20c8e9b6cb Dockerfile fix, Documentation updated 2018-03-25 14:01:04 +02:00
Mark Goodhand
87f713ea01 Update README.rst (#109)
* Update README.rst

Discourage use of PyPI until it's been updated to use the new version (#108).
2017-11-10 08:26:13 -05:00
konstin
f8967d236f Document missing python 3 compatibility; Fixes #88 2017-10-24 21:20:29 +02:00
Thomas Robitaille
5e43aed52a Fix Travis badge in README 2017-01-31 17:18:47 +00:00
Bastian Kleineidam
0ef00eea56 Move GUI files to separate project 2016-01-23 13:28:15 +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
Bastian Kleineidam
05aa4ec1f6 A proper error message on Python 2.6 is not possible. Document Python 2.7.2 dependency in prominent places instead. Closes #517 2014-07-13 22:05:02 +02:00
Bastian Kleineidam
e2e4471114 colorize 2014-07-01 20:13:40 +02:00
Bastian Kleineidam
01bdc66676 Change markdown to restructured text and fix links. 2014-07-01 19:56:50 +02:00
Bastian Kleineidam
db6012ade0 Use README.rst 2014-06-11 22:44:57 +02:00