summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorville <ville@localhost>2009-09-13 19:29:24 +0000
committerville <ville@localhost>2009-09-13 19:29:24 +0000
commit2ad2fa0adebb5e03c1b99f480d8b37cf9af5e64a (patch)
treee31a395dc12ac30ad98c9980594b4f5833d6157f /htdocs
parentf2255b3e1afac9848c0b2c8d824fa51124f4e28c (diff)
downloadmarkup-validator-2ad2fa0adebb5e03c1b99f480d8b37cf9af5e64a.zip
markup-validator-2ad2fa0adebb5e03c1b99f480d8b37cf9af5e64a.tar.gz
markup-validator-2ad2fa0adebb5e03c1b99f480d8b37cf9af5e64a.tar.bz2
Whitespace, comment line wrapping, NFC.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/config/charset.cfg4
-rw-r--r--htdocs/config/tidy.conf15
-rw-r--r--htdocs/config/validator.conf14
3 files changed, 16 insertions, 17 deletions
diff --git a/htdocs/config/charset.cfg b/htdocs/config/charset.cfg
index 8e47c85..af260f1 100644
--- a/htdocs/config/charset.cfg
+++ b/htdocs/config/charset.cfg
@@ -1,7 +1,7 @@
#
-# list of accepted/preferred character encodings
+# list of accepted/preferred character encodings
#
-# $Id: charset.cfg,v 1.17 2009-06-29 19:57:51 ville Exp $
+# $Id: charset.cfg,v 1.18 2009-09-13 19:29:24 ville Exp $
#
# Syntax:
#
diff --git a/htdocs/config/tidy.conf b/htdocs/config/tidy.conf
index c183276..a1b2947 100644
--- a/htdocs/config/tidy.conf
+++ b/htdocs/config/tidy.conf
@@ -7,21 +7,21 @@ input-encoding: utf8
# default ALT, if missing
alt-text: ** PLEASE DESCRIBE THIS IMAGE **
-
-# replace unexpected hyphens in comments
+# replace unexpected hyphens in comments
fix-bad-comments: 1
# check and escape chars in URI attribute values
fix-uri: 1
-# combine class names to generate a single new class name,
+# combine class names to generate a single new class name,
# if multiple class assignments are detected on an element.
join-classes: 1
# <b> -> <strong>, <i> -> <em>
logical-emphasis: 1
-# convert the value of an attribute that takes a list of predefined values to lower case
+# convert the value of an attribute that takes a list of predefined values
+# to lower case
lower-literals: 1
# no BOM, please
@@ -30,11 +30,11 @@ output-bom: 0
# output even in case of errors
force-output: 1
-#strip out surplus presentational tags and attributes
-#replacing them by style rules and structural markup as appropriate
+# strip out surplus presentational tags and attributes,
+# replacing them by style rules and structural markup as appropriate
clean: 1
-# pretty-print but not auto-indent auto-indent markup
+# pretty-print but not auto-indent markup
markup: 1
#indent: 1
@@ -42,4 +42,3 @@ markup: 1
bare: 1
word-2000: 1
drop-proprietary-attributes: 1
-
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf
index a36532d..f2a5202 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.35 2009-09-05 11:45:16 ville Exp $
+# $Id: validator.conf,v 1.36 2009-09-13 19:29:24 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*',
@@ -38,7 +38,7 @@
</Paths>
#
-# This controls whether the debugging options are allowed to be enabled.
+# This controls whether the debugging options are allowed to be enabled.
Allow Debug = yes
#
@@ -134,10 +134,10 @@ Languages = en
</Tips>
<External>
-## Enable checking documents via external services
-## The example config below assumes that you have installed the validator.nu engine
-## on the same machine as the markup validator.
+## Enable checking documents via external services.
+## The example config below assumes that you have installed the validator.nu
+## engine on the same machine as the markup validator.
## See http://about.validator.nu/ for installation instructions.
-#HTML5 = http://localhost:8888/html5/
-#CompoundXML = http://localhost:8888/
+#HTML5 = http://localhost:8888/html5/
+#CompoundXML = http://localhost:8888/
</External>