validator/htdocs/config charset.cfg,1.17,1.18 tidy.conf,1.1,1.2 validator.conf,1.35,1.36

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv5442

Modified Files:
	charset.cfg tidy.conf validator.conf 
Log Message:
Whitespace, comment line wrapping, NFC.

Index: tidy.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/tidy.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tidy.conf	22 Feb 2007 10:55:51 -0000	1.1
+++ tidy.conf	13 Sep 2009 19:29:24 -0000	1.2
@@ -7,21 +7,21 @@
 # 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 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 @@
 bare: 1
 word-2000: 1
 drop-proprietary-attributes: 1
-

Index: validator.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/validator.conf,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- validator.conf	5 Sep 2009 11:45:16 -0000	1.35
+++ validator.conf	13 Sep 2009 19:29:24 -0000	1.36
@@ -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 @@
 </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>

Index: charset.cfg
===================================================================
RCS file: /sources/public/validator/htdocs/config/charset.cfg,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- charset.cfg	29 Jun 2009 19:57:51 -0000	1.17
+++ charset.cfg	13 Sep 2009 19:29:24 -0000	1.18
@@ -1,5 +1,5 @@
 #
-# list of accepted/preferred character encodings 
+# list of accepted/preferred character encodings
 #
 # $Id$
 #

Received on Sunday, 13 September 2009 19:29:35 UTC