From kde-commits Mon Oct 31 22:46:27 2005 From: Paulo Moura Guedes Date: Mon, 31 Oct 2005 22:46:27 +0000 To: kde-commits Subject: branches/work/klinkstatus_proceed Message-Id: <1130798787.089775.32029.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113080314931698 SVN commit 476225 by mojo: - Bump version number. - Improve the stylesheet. - Decode entities to ouput in the XML doc. M +20 -0 data/styles/results_stylesheet.xsl M +3 -2 src/engine/linkstatus.cpp M +1 -1 src/klinkstatus_part.cpp M +1 -1 src/main.cpp --- branches/work/klinkstatus_proceed/data/styles/results_stylesheet.xsl #476224:476225 @@ -6,6 +6,26 @@ + + URL: + +
+ Depth: + +
+ Check Parent Folders: + +
+ Check external links: + +
+ + Do not check links matching regular expression: + +
+
+
+ --- branches/work/klinkstatus_proceed/src/engine/linkstatus.cpp #476224:476225 @@ -23,6 +23,7 @@ #include "../ui/treeview.h" #include +#include #include @@ -185,9 +186,9 @@ tmp_1.appendChild(element.ownerDocument().createTextNode(status())); child_element.appendChild(tmp_1); - // + //