see changelog

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@271 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2001-06-10 11:47:18 +00:00
parent bc09a29c5d
commit 949af20b9b
7 changed files with 24 additions and 20 deletions

1
TODO
View file

@ -0,0 +1 @@
nothing pending

6
debian/changelog vendored
View file

@ -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 <calvin@debian.org> Thu, 24 May 2001 12:53:51 +0200
-- Bastian Kleineidam <calvin@debian.org> Sun, 10 Jun 2001 13:20:19 +0200
linkchecker (1.3.1) unstable; urgency=low

2
debian/control vendored
View file

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Bastian Kleineidam <calvin@debian.org>
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

View file

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

View file

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

View file

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

View file

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