summaryrefslogtreecommitdiffstats
path: root/htdocs/config/tips.cfg
diff options
context:
space:
mode:
authorville <ville@localhost>2002-11-26 21:40:19 +0000
committerville <ville@localhost>2002-11-26 21:40:19 +0000
commit1f923f1c8eb77a759b882ed5cdd9d6a662639944 (patch)
treeb0a041d26a3c23642947f1e66c93664f8f6a8379 /htdocs/config/tips.cfg
parent1052c7dc7bac8d6d7cd8b230859fbb58bd5e5e02 (diff)
downloadmarkup-validator-1f923f1c8eb77a759b882ed5cdd9d6a662639944.zip
markup-validator-1f923f1c8eb77a759b882ed5cdd9d6a662639944.tar.gz
markup-validator-1f923f1c8eb77a759b882ed5cdd9d6a662639944.tar.bz2
Use Config::General for parsing configuration files.
This is a backwards-*incompatible* change, and closes #42 and #43.
Diffstat (limited to 'htdocs/config/tips.cfg')
-rw-r--r--htdocs/config/tips.cfg25
1 files changed, 18 insertions, 7 deletions
diff --git a/htdocs/config/tips.cfg b/htdocs/config/tips.cfg
index 212fede..e2dd75f 100644
--- a/htdocs/config/tips.cfg
+++ b/htdocs/config/tips.cfg
@@ -5,13 +5,24 @@
# the link to it. Will appear in Validation Results pages. To disable
# just comment out or delete all lines in this file.
#
-# $Id: tips.cfg,v 1.3 2002-09-29 22:15:19 link Exp $
+# $Id: tips.cfg,v 1.4 2002-11-26 21:40:19 ville Exp $
#
-http://www.w3.org/2001/06tips/good-titles <strong>&lt;title&gt;</strong>: the most important element of a quality Web page.
-http://www.w3.org/2001/06tips/noClickHere Don't use "click here" as link text!
-http://www.w3.org/2001/06tips/Use_h1_for_Title Use h1 for title!
-http://www.w3.org/2001/06tips/reback Use standard redirects: don't break the back button!
-http://www.w3.org/2001/06tips/Doctype Don't forget to add a doctype!
-http://www.w3.org/Provider/Style/URI Cool URIs don't change!
+http://www.w3.org/2001/06tips/good-titles = \
+ <strong>&lt;title&gt;</strong>: \
+ the most important element of a quality Web page.
+http://www.w3.org/2001/06tips/noClickHere = \
+ Don't use "click here" as link text!
+
+http://www.w3.org/2001/06tips/Use_h1_for_Title = \
+ Use h1 for title!
+
+http://www.w3.org/2001/06tips/reback = \
+ Use standard redirects: don't break the back button!
+
+http://www.w3.org/2001/06tips/Doctype = \
+ Don't forget to add a doctype!
+
+http://www.w3.org/Provider/Style/URI = \
+ Cool URIs don't change!