diff --git a/ChangeLog b/ChangeLog index e325b53b..0fa0a5ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ Changed files: linkcheck/parser/{Makefile, htmllex.c} * put shared code of cgi scripts in lc_cgi.py Changed files: lc.cgi, lc.fcgi, lc.sz_fcgi, linkcheck/lc_cgi.py + * put some linebreaks and target="top" into HTML output + Changed files: linkcheck/logging/HtmlLogger.py 1.8.1 * Add missing () to function call in proxy handling code diff --git a/lconline/lc_cgi.html b/lconline/lc_cgi.html index f1f1d064..f5aaf896 100644 --- a/lconline/lc_cgi.html +++ b/lconline/lc_cgi.html @@ -1,10 +1,19 @@ LinkChecker Online + -

LinkChecker Online

(powered by LinkChecker) @@ -13,43 +22,42 @@ target="_top">LinkChecker)
- - - - - + + + + + + + + + - - + + + + + + + + + +
-URL: - -
Recursion Level: - - -Check anchors in HTML: -
- -Log only errors: - -Check only intern links: -
Url: + +
Options:Recursion Level: +Check anchors in HTML:
-Output language: - -Check strict intern links: -Log only errors:Check only intern links:
Output language: +Check strict intern links:
-
diff --git a/lconline/leer.html b/lconline/leer.html index fbfdfc78..8d4db267 100644 --- a/lconline/leer.html +++ b/lconline/leer.html @@ -3,5 +3,7 @@ +
No links checked, dude! +
diff --git a/linkcheck/log/HtmlLogger.py b/linkcheck/log/HtmlLogger.py index f59713ff..b7c3745b 100644 --- a/linkcheck/log/HtmlLogger.py +++ b/linkcheck/log/HtmlLogger.py @@ -18,7 +18,7 @@ from StandardLogger import StandardLogger from linkcheck.log import strtime import time, linkcheck, linkcheck.Config -HTML_HEADER = """ +HTML_HEADER = """ %s