From 949af20b9b4f0cbb7966cc7faf35a0da36ece2ea Mon Sep 17 00:00:00 2001 From: calvin Date: Sun, 10 Jun 2001 11:47:18 +0000 Subject: [PATCH] see changelog git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@271 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- TODO | 1 + debian/changelog | 6 ++++-- debian/control | 2 +- debian/linkchecker.prerm | 3 ++- linkcheck/MailtoUrlData.py | 6 +++--- po/de.po | 12 ++++++------ po/fr.po | 14 +++++++------- 7 files changed, 24 insertions(+), 20 deletions(-) diff --git a/TODO b/TODO index e69de29b..bb6bc32a 100644 --- a/TODO +++ b/TODO @@ -0,0 +1 @@ +nothing pending diff --git a/debian/changelog b/debian/changelog index 3ee5465d..40eae245 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,10 +7,12 @@ linkchecker (1.3.2) unstable; urgency=low * workaround for broken HEAD with some Apache servers by using GET * enable out-of-the-box CGI scripts for Debian package in http://localhost/doc/linkchecker/lconline/ - * change logging config in the CGI scripts, the log file can be + this of course requires an HTTP server installed on your machine + * change logging config in the CGI scripts, the log file can be enabled in linkcheck/lc_cgi.py + * updated to standards version 3.5.5 - -- Bastian Kleineidam Thu, 24 May 2001 12:53:51 +0200 + -- Bastian Kleineidam Sun, 10 Jun 2001 13:20:19 +0200 linkchecker (1.3.1) unstable; urgency=low diff --git a/debian/control b/debian/control index 4ec808bc..a8455df3 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Bastian Kleineidam Build-Depends: python2-base, python2-dev, debhelper (>= 3.0.0) Build-Depends-Indep: gettext -Standards-Version: 3.5.4 +Standards-Version: 3.5.5 Package: linkchecker Architecture: all diff --git a/debian/linkchecker.prerm b/debian/linkchecker.prerm index dd932d49..3ae2f252 100755 --- a/debian/linkchecker.prerm +++ b/debian/linkchecker.prerm @@ -9,7 +9,8 @@ dpkg --listfiles $PACKAGE | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2 -rmdir /usr/lib/python2.0/site-packages/linkcheck 2>/dev/null || true +rm -f /usr/lib/python2.0/site-packages/linkcheck +rm -f /usr/lib/python2.0/site-packages/DNS #DEBHELPER# diff --git a/linkcheck/MailtoUrlData.py b/linkcheck/MailtoUrlData.py index cdd4f73b..66e8b44f 100644 --- a/linkcheck/MailtoUrlData.py +++ b/linkcheck/MailtoUrlData.py @@ -27,9 +27,9 @@ word = r"[-a-zA-Z0-9,./%]+" headers = r"\?(%s=%s(&%s=%s)*)$" % (word, word, word, word) headers_re = re.compile(headers) -# parse /etc/resolv.conf (only on UNIX systems) -if os.name=='posix': - DNS.ParseResolvConf() +# parse /etc/resolv.conf (on UNIX systems) +# or read entries from the registry (Windows systems) +DNS.init_dns_resolver() class MailtoUrlData(HostCheckingUrlData): "Url link with mailto scheme" diff --git a/po/de.po b/po/de.po index cd3cbd20..48f1ba73 100644 --- a/po/de.po +++ b/po/de.po @@ -169,12 +169,6 @@ msgstr " Fehler" msgid "Info" msgstr "Info" -msgid "illegal recursionlevel number %d" -msgstr "illegale recursionlevel Nummer %d" - -msgid "%.3f seconds" -msgstr "%.3f Sekunden" - #, fuzzy msgid "" "USAGE\tlinkchecker [options] file-or-url...\n" @@ -330,6 +324,12 @@ msgstr "" " 'Diese Seite ist umgezogen' oder 'Oracle Server Fehler'.\n" " Diese Option impliziert -w.\n" +msgid "illegal recursionlevel number %d" +msgstr "illegale recursionlevel Nummer %d" + +msgid "%.3f seconds" +msgstr "%.3f Sekunden" + msgid "Execute 'linkchecker -h' for help\n" msgstr "Führen Sie 'linkchecker -h' aus, um Hilfe zu erhalten\n" diff --git a/po/fr.po b/po/fr.po index 31a78172..0c7498b6 100644 --- a/po/fr.po +++ b/po/fr.po @@ -161,12 +161,6 @@ msgstr " erreurs" msgid "Info" msgstr "" -msgid "illegal recursionlevel number %d" -msgstr "valeur du niveau de récursivité %d illégal" - -msgid "%.3f seconds" -msgstr "%.3f secondes" - #, fuzzy msgid "" "USAGE\tlinkchecker [options] file-or-url...\n" @@ -212,7 +206,7 @@ msgid "" " Default password is 'joe@'. See also -u.\n" "-P secs, --pause=secs\n" " Pause seconds between each url check. This option\n" -"\timplies -t0.\n" +" implies -t0.\n" " Default is no pause between requests.\n" "-q, --quiet\n" " Quiet operation. This is only useful with -F.\n" @@ -318,6 +312,12 @@ msgstr "" " 'Oracle Application Server error'.\n" " This option implies -w.\n" +msgid "illegal recursionlevel number %d" +msgstr "valeur du niveau de récursivité %d illégal" + +msgid "%.3f seconds" +msgstr "%.3f secondes" + msgid "Execute 'linkchecker -h' for help\n" msgstr "Exécuter 'linkchecker -h' pour obtenir l'aide\n"