# HG changeset patch # User František Kučera # Date 1388694203 -3600 # Node ID f3e2b95a5f8a1f2991db51cf6533cc3e701ba4c2 # Parent cc9cd86188d284c366703c2725510143d66add5e XSLT for viewing config files in a web browser (Firefox, rekonq etc.) diff -r cc9cd86188d2 -r f3e2b95a5f8a xml/config.xml --- a/xml/config.xml Thu Jan 02 20:32:59 2014 +0100 +++ b/xml/config.xml Thu Jan 02 21:23:23 2014 +0100 @@ -1,4 +1,5 @@ + diff -r cc9cd86188d2 -r f3e2b95a5f8a xml/config.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xml/config.xsl Thu Jan 02 21:23:23 2014 +0100 @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + <xsl:value-of select="$header"/> + + + +

+ +

+ This file defines per-user configuration of SQL-DK + – an SQL batch client. +

+ + +

Database connections

+ +

This databases are configured:

+ + + + + + + + + + + + + + + + + + + + + + +
nameusernameurlproperties
+
+

no databases are configured

+
+ +

(passwords are hidden in this output)

+ + +

Output formatters

+ +

+ Default formatter: + + + none (built-in default will be used) + +

+ + + + + + + + + + + + + + + + + + + + +
nameclass nameproperties
+
+

no additional formatters are defined (built-in defaults will be used)

+
+ + + +
+ + +
  • + = +
  • +
    + +
    \ No newline at end of file