From 12828a385049e4c6ed3f298b20900d2e6e3070d8 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 30 Dec 2002 23:55:24 +0000 Subject: [PATCH] add linebreaks in html output git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@688 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 2 + lconline/lc_cgi.html | 78 ++++++++++++++++++--------------- lconline/leer.html | 2 + linkcheck/log/HtmlLogger.py | 87 ++++++++++++++++++++----------------- po/de.po | 6 ++- po/fr.po | 6 ++- po/nl.po | 6 ++- 7 files changed, 108 insertions(+), 79 deletions(-) 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