From cc40c397a0d8baaf4860465b42fbbf5fe72e4e3b Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 31 Oct 2003 16:29:53 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1072 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 9 +++++++-- FAQ | 4 +++- TODO | 2 -- po/de.po | 5 ++++- po/fr.po | 5 ++++- po/linkcheck.pot | 5 ++++- po/nl.po | 5 ++++- 7 files changed, 26 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 07393dbf..433dbe93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ -1.9.5 - * +1.9.5 (released 31.10.2003) + * Add Zope to servers with broken HEAD support, adjusted the FAQ + Changed: linkcheck/HttpUrlData.py, FAQ + * Disable psyco usage, it is causing infinite loops (this is a known + issue with psyco); and it is disabling ctrl-c interrupts (this + is also a known issue in psyco) + Changed: linkchecker 1.9.4 (released 22.10.2003) * parse CSS stylesheet files and check included urls, for example diff --git a/FAQ b/FAQ index 65ba66ff..e2cfc3c7 100644 --- a/FAQ +++ b/FAQ @@ -13,7 +13,9 @@ Q2.2: I get an error "too much redirections", but the URL displays ok in my A2: The difference between LinkChecker and web browsers is the type of HTTP request. LinkChecker does a HEAD request, browsers do a GET request of the same URL. Now, a lot of servers are broken when it comes to HEAD - support. LinkChecker tries to detect some of them, but can not catch all. + support. For examle Zope and Netscape Enterprise servers have broken + HEAD support. + LinkChecker tries to detect some of these, but can not catch all. Nevertheless, this is an error. If the URL is on your own web server, make sure that your server is handling HEAD requests! diff --git a/TODO b/TODO index ae744bbf..cf0a1f49 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -- also parse .css stylesheets (not only the style="" attribute in html) - - all threads should regularly poll a status variable this can be used to make ctrl-c working faster, and to print messages diff --git a/po/de.po b/po/de.po index 48ea6ea9..8c717090 100644 --- a/po/de.po +++ b/po/de.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: $Id$\n" -"POT-Creation-Date: Wed Oct 22 13:15:53 2003\n" +"POT-Creation-Date: Fri Oct 31 17:29:12 2003\n" "PO-Revision-Date: 2003-09-20 15:53+0100\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: de \n" @@ -371,6 +371,9 @@ msgstr "" msgid " found\n" msgstr " gefunden\n" +msgid "%s at %s, assuming non-compressed content" +msgstr "" + msgid "" "USAGE\tlinkchecker [options] file-or-url...\n" "\n" diff --git a/po/fr.po b/po/fr.po index cf3e5257..2e05154a 100644 --- a/po/fr.po +++ b/po/fr.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: $Id$\n" -"POT-Creation-Date: Wed Oct 22 13:15:53 2003\n" +"POT-Creation-Date: Fri Oct 31 17:29:12 2003\n" "PO-Revision-Date: 2003-06-20 22:30+0100\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: fr \n" @@ -348,6 +348,9 @@ msgstr "" msgid " found\n" msgstr " trouvé\n" +msgid "%s at %s, assuming non-compressed content" +msgstr "" + #, fuzzy msgid "" "USAGE\tlinkchecker [options] file-or-url...\n" diff --git a/po/linkcheck.pot b/po/linkcheck.pot index 88990721..217a7fb5 100644 --- a/po/linkcheck.pot +++ b/po/linkcheck.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: Wed Oct 22 13:15:53 2003\n" +"POT-Creation-Date: Fri Oct 31 17:29:12 2003\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -343,6 +343,9 @@ msgid "" " found\n" msgstr "" +msgid "%s at %s, assuming non-compressed content" +msgstr "" + msgid "" "USAGE\tlinkchecker [options] file-or-url...\n" "\n" diff --git a/po/nl.po b/po/nl.po index 8948977f..b6e076d6 100644 --- a/po/nl.po +++ b/po/nl.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: $Id$\n" -"POT-Creation-Date: Wed Oct 22 13:15:53 2003\n" +"POT-Creation-Date: Fri Oct 31 17:29:12 2003\n" "PO-Revision-Date: 2003-06-20 22:30+0100\n" "Last-Translator: Bastian Kleineidam \n" "Language-Team: nl \n" @@ -360,6 +360,9 @@ msgstr "" msgid " found\n" msgstr " gevonden\n" +msgid "%s at %s, assuming non-compressed content" +msgstr "" + #, fuzzy msgid "" "USAGE\tlinkchecker [options] file-or-url...\n"