diff options
author | ville <ville@localhost> | 2003-11-12 21:20:38 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2003-11-12 21:20:38 +0000 |
commit | f507df12f04955374fa0d33a6ad98b2cd21a56b8 (patch) | |
tree | e585ea1a7e92e2e2896da41b0d6d2a62263df150 /htdocs | |
parent | a72da48ab159d5d0a3f1118cc74d5bdbfd9d872d (diff) | |
download | markup-validator-f507df12f04955374fa0d33a6ad98b2cd21a56b8.zip markup-validator-f507df12f04955374fa0d33a6ad98b2cd21a56b8.tar.gz markup-validator-f507df12f04955374fa0d33a6ad98b2cd21a56b8.tar.bz2 |
Configurable template path, thanks to Struan Donald.
http://lists.w3.org/Archives/Public/www-validator/2003Nov/0059.html
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/validator.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf index 515dc6a..0f530e5 100644 --- a/htdocs/config/validator.conf +++ b/htdocs/config/validator.conf @@ -1,7 +1,7 @@ # # Main Configuration File for the W3C Markup Validation Service. # -# $Id: validator.conf,v 1.8 2003-04-19 04:07:43 link Exp $ +# $Id: validator.conf,v 1.9 2003-11-12 21:20:37 ville Exp $ # # See 'perldoc Config::General' for the syntax, and be aware that the # 'SplitPolicy' is 'equalsign', ie. keys and values are separated by '\s*=\s*'. @@ -34,6 +34,10 @@ SGML_Library = /usr/local/validator/htdocs/sgml-lib #SGML_Parser = /usr/bin/onsgmls # +# Location of template files +#Template_Path = /usr/local/validator/share/templates/en_US + +# # Mapping tables etc... <Element_Map> |