From 228a4ea6cf359dfe01b4edca2e9850685da577eb Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 7 Aug 2000 11:54:06 +0000 Subject: [PATCH] target=_top git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@145 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- debian/changelog | 8 ++++++++ lconline/lc_cgi.html | 3 ++- linkcheck/Logging.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d12cfbdd..29824980 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,10 +6,18 @@ linkchecker (1.2.4) unstable; urgency=low * fix for HTTP HEAD requests from bad/dumb/old servers * CGI script fixes * LinkChecker Online HTML pages added +<<<<<<< changelog + * fixed bug in config file parser with external link specification +======= * news: link support for links which specify a NNTP server * fixed parsing of extern? config file options (was endless loop) +>>>>>>> 1.35 +<<<<<<< changelog + -- Bastian Kleineidam Thu, 13 Jul 2000 20:48:32 +0200 +======= -- Bastian Kleineidam Fri, 14 Jul 2000 05:23:08 +0200 +>>>>>>> 1.35 linkchecker (1.2.3) unstable; urgency=low diff --git a/lconline/lc_cgi.html b/lconline/lc_cgi.html index c82af152..f0bb0cb7 100644 --- a/lconline/lc_cgi.html +++ b/lconline/lc_cgi.html @@ -7,7 +7,8 @@

LinkChecker Online

-(powered by LinkChecker) +(powered by LinkChecker)
diff --git a/linkcheck/Logging.py b/linkcheck/Logging.py index af1c8f7d..253fbb7f 100644 --- a/linkcheck/Logging.py +++ b/linkcheck/Logging.py @@ -280,7 +280,7 @@ class HtmlLogger(StandardLogger): self.fd.write("


"+ MyFont+Config.HtmlAppInfo+"
") self.fd.write(_("Get the newest version at %s\n") %\ - (""+Config.Url+".
")) + (""+Config.Url+".
")) self.fd.write(_("Write comments and bugs to %s\n\n") %\ (""+Config.Email+".")) self.fd.write("
")