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); - // + //