Commit graph

556 commits

Author SHA1 Message Date
Alexander Neumann
69a566a632 Require requests >= 2.4
This is already in the code in `linkcheck/__init__.py`, update the
requirements and setup file so it can be installed via `pip`.
2018-04-13 19:30:58 +02:00
Antoine Beaupré
afad6c80a2
prepare 9.4.0 release 2018-04-11 19:58:09 -04:00
Petr Dlouhý
0a13fae3b4 remove third party packages and use them as dependency 2018-01-09 23:25:27 +01:00
Marius Gedminas
6cbd0c3782 Install .mo files correctly
Fixes #102.
2017-11-10 15:09:02 +02:00
Marius Gedminas
17bd5f5e89 Revert "Install .mo files correctly"
This reverts commit d94bd0ee06.

Reason for reverting: it was committed to master by accident, without
proper code review.
2017-11-02 19:00:00 +02:00
Marius Gedminas
d94bd0ee06 Install .mo files correctly
Fixes #102.
2017-11-02 11:42:12 +02:00
Félix Sipma
0a6661d171 use pyxdg instead of xdg 2017-10-18 12:11:01 +02:00
Félix Sipma
a03e2e4ada use xdg dirs for config & data
~/.linkchecker is used instead of the xdg equivalents if the directory
exists (backward compatibility).
2017-10-17 18:48:07 +02:00
Eugene Yaremenko
9320d595f2 Temporary fix
Linkchecker doesn't work with the latest requests
2017-06-24 22:09:49 +03:00
Marius Gedminas
81673ff1fc Add install_requires for setuptools
This makes 'pip install' install everything that's needed for
LinkChecker to actually work.

Fixes #12.
2017-02-01 17:55:21 +02:00
Antoine Beaupré
d51b7f34b6 Merge branch '9.3.x' 2017-01-31 19:21:22 -05: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
Bastian Kleineidam
0ef00eea56 Move GUI files to separate project 2016-01-23 13:28:15 +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
35eb30432e Added some Python3 fixes. 2014-09-12 19:36:30 +02:00
Bastian Kleineidam
9c3739f1c9 Replace msgfmt.py with local tools. 2014-09-08 18:25:03 +02:00
Bastian Kleineidam
9c00531e71 Bump up version. 2014-08-06 20:01:17 +02:00
Bastian Kleineidam
032c4091c3 Some easy python3 compatibility changes. 2014-07-15 18:40:47 +02:00
Bastian Kleineidam
90257a1b5e Replace twill with custom code. 2014-07-15 18:37:05 +02:00
Bastian Kleineidam
64da7f0c36 Use README.rst as long description in setup.py. 2014-07-01 20:14:48 +02:00
Bastian Kleineidam
0c38c4905d Bump up version. 2014-04-28 18:15:49 +02:00
Bastian Kleineidam
237db49765 Remove unused import. 2014-04-23 22:18:59 +02:00
Bastian Kleineidam
6b9afd31f9 Do not force lowercase register name. 2014-04-23 22:06:20 +02:00
Bastian Kleineidam
bce21e8c51 py2app should work, remove comment about it being broken 2014-04-21 23:54:39 +02:00
Marius Gedminas
5155e06918 Specify dependencies in setup.py
Without this people can `pip install linkchecker` (assuming they work
around #500 with `--allow-unverified=linkchecker`) and get a program
that fails with an ImportError.
2014-04-17 13:56:47 +03:00
Bastian Kleineidam
9e91471f66 Bump up version. 2014-04-09 19:44:18 +02:00
Bastian Kleineidam
a7c57394e9 Use correct dirname for cacert.pem 2014-03-10 22:41:05 +01:00
Bastian Kleineidam
41d07729bb Install certificate store with installers. 2014-03-10 22:34:37 +01:00
Bastian Kleineidam
887a814d42 Fix osx build. 2014-03-08 19:35:19 +01:00
Bastian Kleineidam
c0e54589b5 Fix non-osx builds again. 2014-03-05 20:52:56 +01:00
Bastian Kleineidam
c6a221d421 Define HAVE_STRLCPY and HAVE_STRLCAT to fix build error on osx 2014-03-05 20:22:32 +01:00
Bastian Kleineidam
b96e3d08c1 Bump up version. 2014-03-05 19:27:39 +01:00
Bastian Kleineidam
182f89d57f Remove unused certificate copy. 2014-03-04 22:10:24 +01:00
Bastian Kleineidam
cf30efe60e Remove nagios stuff 2014-03-04 21:42:50 +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
adc17fbe77 Bump up version 2014-01-16 08:42:34 +01:00
Bastian Kleineidam
c806be5c15 Updated copyright 2014-01-08 22:33:04 +01:00
Bastian Kleineidam
09a2243546 Add missing logger classes for installers. 2014-01-08 22:25:44 +01:00
Bastian Kleineidam
0b8e22648d Bump up version. 2013-12-24 07:17:49 +01:00
Bastian Kleineidam
eafbdb92ed Improved function doc 2013-12-18 20:59:35 +01:00
Bastian Kleineidam
7c6c7b84c1 Add DNS path for py2app installer. 2013-12-13 20:37:16 +01:00
Bastian Kleineidam
96f8ca125a Use local certificate for windows installer. 2013-12-12 23:51:25 +01:00
Bastian Kleineidam
db3364c8af Add target to build portable linux app. 2013-12-09 17:56:11 +01:00
Bastian Kleineidam
2ca63e732f Record _Linkchecker_configdata.py[co] during install. 2013-12-09 17:55:39 +01:00
Bastian Kleineidam
d789d4baad Make codesigning on osx optional. 2013-12-04 22:59:42 +01:00
Bastian Kleineidam
134db22830 Updated homepage URL. 2013-04-09 20:11:04 +02:00
Bastian Kleineidam
bd7a973a39 Updated docs. 2013-03-11 20:22:05 +01:00
Bastian Kleineidam
46db833759 Remove all logs on uninstall in Windows. 2013-03-04 20:36:05 +01:00
Bastian Kleineidam
b38317d57b Replace optparse with argparse. 2013-02-27 19:35:44 +01:00
Bastian Kleineidam
64d95e45e0 Remove local HTML and CSS syntax check. 2013-02-08 21:36:02 +01:00
Bastian Kleineidam
7fe72745ae Updated copyright. 2013-01-09 23:03:12 +01:00
Bastian Kleineidam
1fba4dce8a Bump up version. 2013-01-07 21:57:34 +01:00
Bastian Kleineidam
16b84be490 Updated all links. 2013-01-06 18:10:13 +01:00
Bastian Kleineidam
cafd335def Get path for signtool.exe 2012-12-21 22:25:55 +01:00
Bastian Kleineidam
ce88056d6a Fix py2exe build. 2012-12-19 21:11:51 +01:00
Bastian Kleineidam
f684cf6f22 Updated Microsoft Visual C++ runtime version. 2012-12-18 23:55:29 +01:00
Bastian Kleineidam
efbbb656a1 Remove python-dns conflict by moving the dns module into a custom subdirectory. 2012-12-07 22:19:32 +01:00
Bastian Kleineidam
42a17cbb98 Prepare py3 port and display sys.argv on internal errors. 2012-11-26 18:49:07 +01:00
Bastian Kleineidam
8fbcd31798 Bump up version. 2012-11-14 20:23:56 +01:00
Bastian Kleineidam
5a4e6ebd12 Bump up version. 2012-10-15 18:19:08 +02:00
Bastian Kleineidam
57a95cb7f8 Fix typos. 2012-09-13 08:15:09 +02:00
Bastian Kleineidam
8ddd568a4c Bump up version. 2012-09-03 20:16:46 +02:00
Bastian Kleineidam
8014ad7ce4 Sign osx installer. 2012-06-27 21:26:16 +02:00
Bastian Kleineidam
f82384dd14 Add readme for download page at sourceforge. 2012-06-24 13:50:46 +02:00
Bastian Kleineidam
8f199f941f Use Unicode messages for Windows installer. 2012-06-21 22:21:47 +02:00
Bastian Kleineidam
588469170f Customize uninstall messages for windows. 2012-06-21 21:16:32 +02:00
Bastian Kleineidam
2f730f4e13 Add Nagios plugin. 2012-06-20 00:29:46 +02:00
Bastian Kleineidam
8fb3246905 Bump up version. 2012-06-18 22:23:39 +02:00
Bastian Kleineidam
0c4a78e66e Make cx_Freeze build controllable with env var. 2012-06-10 22:18:18 +02:00
Bastian Kleineidam
7c37520ebe Add python meliae module as dependency for memory debugging. 2012-06-10 14:49:17 +02:00
Bastian Kleineidam
7853f15e4e Added desktop files. 2012-06-02 21:35:51 +02:00
Bastian Kleineidam
b83d3b53fc Added missing documentation. 2012-06-02 00:31:02 +02:00
Bastian Kleineidam
b2ad5523a7 Support RPM building with cx_Freeze 2012-05-23 22:49:18 +02:00
Bastian Kleineidam
089b31fdff More AppName usage; do not write duplicate entries in the configdata file. 2012-05-23 21:14:40 +02:00
Bastian Kleineidam
2d383f2cc9 Use AppName variable instead of hardcoded name; use HSFX for DMG images. 2012-05-23 20:36:17 +02:00
Bastian Kleineidam
1ec19661c1 Bump up version. 2012-05-23 06:55:52 +02:00
Bastian Kleineidam
7f30913bc8 Updated description. 2012-05-12 14:32:50 +02:00
Bastian Kleineidam
1cfe7f6f3d Add dependency docs to setup.py. 2012-05-10 19:29:22 +02:00
Bastian Kleineidam
9687331698 Install missing Python modules for py2exe. 2012-05-10 07:49:51 +02:00
Bastian Kleineidam
eab8a493ed Document DLL installation for py2exe. 2012-05-10 07:11:51 +02:00
Bastian Kleineidam
afd89ed1a5 Install the correct version of the MSVC++ runtime DLL. 2012-05-09 22:27:58 +02:00
Bastian Kleineidam
44c5eeb2e9 Check if py2app or py2exe modules are available when building installers. 2012-04-29 14:47:26 +02:00
Bastian Kleineidam
643aef24e2 Bump up version. 2012-04-29 10:32:28 +02:00
Bastian Kleineidam
c50a51420d Lowercase .mo-file name. 2012-04-18 22:03:13 +02:00
Bastian Kleineidam
cc6ffecc70 Bump up version. 2012-04-03 07:42:13 +02:00
Bastian Kleineidam
0fbe27ddf6 Bump up version. 2012-03-08 10:05:46 +01:00
Bastian Kleineidam
740658b4fc Improved documentation of cnormpath(). 2012-03-08 09:23:44 +01:00
Bastian Kleineidam
b5852683ab Do not write userconfig in portable mode. 2012-01-23 22:24:51 +01:00
Bastian Kleineidam
c07c9afaa6 Mention site crawling. 2012-01-22 08:12:03 +01:00
Bastian Kleineidam
0271ee0c20 Advertise HTML5 support and sync the feature description to the manpage. 2012-01-11 19:13:39 +01:00
Bastian Kleineidam
8e448604d1 Bump up version. 2012-01-09 20:51:54 +01:00
Bastian Kleineidam
f1eb51d885 Updated copyright 2012-01-06 09:21:30 +01:00
Bastian Kleineidam
9b437fd1e4 Use dictionary-based logging config. 2012-01-04 21:07:35 +01:00
Bastian Kleineidam
d36c46a27f Require Python 2.7 2012-01-04 20:17:13 +01:00
Bastian Kleineidam
83bf65171e Bump up version. 2011-12-29 06:55:02 +01:00
Bastian Kleineidam
d771fc9a5e Bump up version; renamed readme file to standard name. 2011-11-05 13:36:16 +01:00
Bastian Kleineidam
84ffaee9fa Reformat package description. 2011-10-20 10:07:30 +02:00
Bastian Kleineidam
bc402a3ca0 Add release info. 2011-10-20 08:14:36 +02:00
Bastian Kleineidam
210b45d1e4 Removed FastCGI script. 2011-07-25 21:37:35 +02:00