git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1072 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-10-31 16:29:53 +00:00
parent a1440c7997
commit cc40c397a0
7 changed files with 26 additions and 9 deletions

View file

@ -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

4
FAQ
View file

@ -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!

2
TODO
View file

@ -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

View file

@ -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 <calvin@debian.org>\n"
"Language-Team: de <de@li.org>\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"

View file

@ -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 <calvin@debian.org>\n"
"Language-Team: fr <fr@li.org>\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"

View file

@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"

View file

@ -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 <calvin@debian.org>\n"
"Language-Team: nl <nl@li.org>\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"