Commit graph

5483 commits

Author SHA1 Message Date
Bastian Kleineidam
b98fab331a Remove old dmg installer link.
[ci skip]
2013-12-11 07:25:58 +01:00
Bastian Kleineidam
a72e012fa7 More Travis CI tests 2013-12-11 07:25:36 +01:00
Bastian Kleineidam
c07e4ba1f4 Fix argument parsing in linkchecker-nagios. 2013-12-10 23:48:53 +01:00
Bastian Kleineidam
78ed1e9e52 Do not GET on POST forms. 2013-12-10 23:42:43 +01:00
Bastian Kleineidam
0ca63797bf Remove content cache. 2013-12-10 23:41:52 +01:00
Bastian Kleineidam
a7c1cdd6f6 Check for help files. 2013-12-10 20:56:26 +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
2c5ede2eb7 Fallback to GET for Apache Coyote servers. 2013-12-08 08:22:56 +01:00
Bastian Kleineidam
b567f766ba Fix strtime test. 2013-12-06 07:13:44 +01:00
Bastian Kleineidam
2c252fd845 CI on master 2013-12-06 07:03:51 +01:00
Bastian Kleineidam
70ee385c43 Back to unix ci 2013-12-05 21:00:51 +01:00
Bastian Kleineidam
ef67f61209 Try more 2013-12-05 20:29:20 +01:00
Bastian Kleineidam
ba501ea88c Display found files. 2013-12-05 19:32:10 +01:00
Bastian Kleineidam
21e8f98140 no list 2013-12-05 19:06:53 +01:00
Bastian Kleineidam
9ca467822f more osx stuff 2013-12-05 18:29:42 +01:00
Bastian Kleineidam
31c4a0d8a7 Install app 2013-12-05 08:32:50 +01:00
Bastian Kleineidam
333b1ca5df Try to install dmg 2013-12-05 07:35:18 +01:00
Bastian Kleineidam
d789d4baad Make codesigning on osx optional. 2013-12-04 22:59:42 +01:00
Bastian Kleineidam
b67a94ce13 Try this 2013-12-04 22:30:23 +01:00
Bastian Kleineidam
fb5384c6ae really link gettext; install py2app 2013-12-04 22:20:56 +01:00
Bastian Kleineidam
091fb5fe01 link gettext into path 2013-12-04 22:00:07 +01:00
Bastian Kleineidam
4b364e7b67 Install gettext 2013-12-04 21:37:17 +01:00
Bastian Kleineidam
b410e49494 brew install python 2013-12-04 21:11:36 +01:00
Bastian Kleineidam
93229299e4 try osx 2013-12-04 20:55:50 +01:00
Bastian Kleineidam
105ba90695 Another try 2013-12-04 20:42:25 +01:00
Bastian Kleineidam
783dd6b81e Ok for now. 2013-12-04 20:36:53 +01:00
Bastian Kleineidam
a677d8942a Run all tests 2013-12-04 20:06:00 +01:00
Bastian Kleineidam
97075cf06e Add travis build status to index page.
[ci skip]
2013-12-04 20:05:50 +01:00
Bastian Kleineidam
4a75c485f7 Add .gitattributes 2013-12-04 20:04:34 +01:00
Bastian Kleineidam
d1c33092b0 No parallel tests. 2013-12-04 19:56:22 +01:00
Bastian Kleineidam
9e16f9dcc1 Updated Debian packages to install. 2013-12-04 19:52:30 +01:00
Bastian Kleineidam
290a0c310d Add pip requirements. 2013-12-04 19:48:01 +01:00
Bastian Kleineidam
85c349aa67 Add travis config. 2013-12-04 19:47:44 +01:00
Bastian Kleineidam
6d68e00068 Merge branch 'master' of github.com:wummel/linkchecker 2013-12-04 19:21:45 +01:00
Bastian Kleineidam
b363945052 Adjust example.com/org tests. This seems to change every now and then. 2013-12-04 19:13:18 +01:00
Bastian Kleineidam
023da7c993 Remove the duplicate URL content check. 2013-12-04 19:12:40 +01:00
Bastian Kleineidam
84dac60f57 Fix network test 2013-12-04 19:05:20 +01:00
Bastian Kleineidam
36badddfac Update cookie code from Python module. 2013-12-04 19:05:08 +01:00
wummel
ab54809d95 Merge pull request #426 from alperkokmen/fix-lastmod-format
Fix ISO formatting for modified datetime.
2013-12-03 12:22:27 -08:00
Bastian Kleineidam
65fa0a8289 Readd donations page. 2013-12-03 20:23:01 +01:00
Bastian Kleineidam
54a9aba5e3 Fix dmg installer link. 2013-11-30 22:10:06 +01:00
Bastian Kleineidam
c676a4c829 Avoid DoS in SSL certificate host matching. 2013-11-30 22:07:23 +01:00
Bastian Kleineidam
83ec53688d Add new homepage. 2013-11-30 22:04:50 +01:00
Alper Kokmen
4b3e78cac0 Fix ISO formatting for modified datetime.
This change will make sure that format_modified returns datetime value
in ISO 8601 format. See W3C documentation at
http://www.w3.org/TR/NOTE-datetime.

Since ```modified``` is parsed and then converted to UTC after it's
extracted from HTTP response, it's safe to assume that format_modified
will always format UTC datetime values.

Instead of ```isoformat``` method which omits timezone information for
UTC values, ```strftime``` with a specific format (that ends with Z)
will be used.
2013-09-02 15:38:54 -07:00
Bastian Kleineidam
91cf5f5fde Updated 2013-04-21 14:33:07 +02:00
Bastian Kleineidam
d55a1850eb Remove relase focus 2013-04-21 14:28:02 +02:00
Bastian Kleineidam
c078327c84 Adjust for new homepage location. 2013-04-15 18:48:08 +02:00
Bastian Kleineidam
6cc885b2be always run parallel tests. 2013-04-15 18:47:54 +02:00
Bastian Kleineidam
c966fe6b24 Remove the http-wrong-redirect warning 2013-04-11 18:33:19 +02:00