diff options
author | link <link@localhost> | 2002-12-01 00:46:18 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-12-01 00:46:18 +0000 |
commit | fd1cf4dbfa6f7fc6c71b0630974705443e959bcb (patch) | |
tree | a3b77e9ebbd96980e9022e9357b37a90928bb779 | |
parent | ae014b175cdb6abec13646f8c910f7a1b2348210 (diff) | |
download | markup-validator-fd1cf4dbfa6f7fc6c71b0630974705443e959bcb.zip markup-validator-fd1cf4dbfa6f7fc6c71b0630974705443e959bcb.tar.gz markup-validator-fd1cf4dbfa6f7fc6c71b0630974705443e959bcb.tar.bz2 |
Renaming check.cfg to validator.conf to fit in with new config scheme.
-rw-r--r-- | htdocs/config/validator.conf (renamed from htdocs/config/check.cfg) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htdocs/config/check.cfg b/htdocs/config/validator.conf index e9ad9bf..a9b020c 100644 --- a/htdocs/config/check.cfg +++ b/htdocs/config/validator.conf @@ -1,7 +1,7 @@ # # Main Configuration File for the W3C MarkUp Validation Service. # -# $Id: check.cfg,v 1.5 2002-11-26 21:40:19 ville Exp $ +# $Id: validator.conf,v 1.1 2002-12-01 00:46:18 link 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*'. @@ -27,7 +27,7 @@ Element_Ref_URI = http://www.htmlhelp.com/reference/html40/ # # The SGML Library Path. -SGML_Library = /var/www/html/w3c-validator/sgml-lib +SGML_Library = /usr/local/validator/htdocs/sgml-lib # # The SGML Parser to use. Defaults to /usr/bin/onsgmls. @@ -70,8 +70,8 @@ SGML_Library = /var/www/html/w3c-validator/sgml-lib # # The "templates" for headers, footers... -Header = /var/www/html/w3c-validator/header.html -Footer = /var/www/html/w3c-validator/footer.html +Header = /usr/local/validator/htdocs/header.html +Footer = /usr/local/validator/htdocs/footer.html # |