summaryrefslogtreecommitdiffstats
path: root/htdocs/config
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2011-05-21 12:49:44 +0300
committerVille Skytt? <ville.skytta@iki.fi>2011-05-21 12:49:44 +0300
commit4b74e92fade9ab97665b7f09aaac94893c5b9869 (patch)
treed26c39ec487c159f2f7b5eb82bd57ee1fd39fe2a /htdocs/config
parent5a9fdb3b75e4cdd54be75201d78e8200c1a3a2e6 (diff)
downloadmarkup-validator-4b74e92fade9ab97665b7f09aaac94893c5b9869.zip
markup-validator-4b74e92fade9ab97665b7f09aaac94893c5b9869.tar.gz
markup-validator-4b74e92fade9ab97665b7f09aaac94893c5b9869.tar.bz2
Remove inactive "tip of the day" functionality.
The tips haven't been included in validator's output since validator 0.7.0 (hg rev 1018:64d1a483353a) due to nothing referencing/including tip.tmpl.
Diffstat (limited to 'htdocs/config')
-rw-r--r--htdocs/config/tips.cfg27
-rw-r--r--htdocs/config/validator.conf6
2 files changed, 0 insertions, 33 deletions
diff --git a/htdocs/config/tips.cfg b/htdocs/config/tips.cfg
deleted file mode 100644
index c0d0b0b..0000000
--- a/htdocs/config/tips.cfg
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# "Tip Of The Day" Configuration.
-#
-# Each key is a URL and the value is the text that should be displayed as
-# the link to it. Will appear in Validation Results pages. To disable
-# just comment out or delete all lines in this file. The URL should be a
-# properly escaped URI (not HTML escaped), and the value is included as-is
-# in the markup.
-#
-
-http://www.w3.org/QA/Tips/good-titles = <strong>&lt;title&gt;</strong>: the most important element of a quality Web page.
-http://www.w3.org/QA/Tips/noClickHere = Don't use "click here" as link text!
-http://www.w3.org/QA/Tips/Use_h1_for_Title = Use &lt;h1&gt; for top-level heading
-http://www.w3.org/QA/Tips/reback = Use standard redirects: don't break the back button!
-http://www.w3.org/QA/Tips/altAttribute = Use the <code>alt</code> attribute to describe the function of each visual
-http://www.w3.org/QA/Tips/color = If You Pick One Color Pick Them All
-http://www.w3.org/QA/Tips/font-size = Care With Font Size
-http://www.w3.org/QA/Tips/use-links = Use &lt;link&gt;s in your document
-http://www.w3.org/QA/Tips/iso-date = Use international date format
-http://www.w3.org/QA/Tips/png-gif = GIF or PNG
-http://www.w3.org/QA/Tips/headings = Use headings to structure your document
-http://www.w3.org/QA/Tips/uri-choose = Choose URIs wisely
-http://www.w3.org/QA/Tips/uri-manage = Managing URIs
-http://www.w3.org/QA/Tips/beyond-validation = Beyond Validation
-http://www.w3.org/QA/Tips/goodclassnames = Use <code>class</code> with semantics in mind
-http://www.w3.org/QA/Tips/unordered-lists = Unordered lists: more than just bullets
-
diff --git a/htdocs/config/validator.conf b/htdocs/config/validator.conf
index b8921ad..c2b1a83 100644
--- a/htdocs/config/validator.conf
+++ b/htdocs/config/validator.conf
@@ -116,12 +116,6 @@ Languages = en
application/mathml+xml = XML
</MIME>
-#
-# Source for the "Tip of The Day" blurbs.
-<Tips>
- Include tips.cfg
-</Tips>
-
<External>
## Enable checking documents via external services.
## The example config below assumes that you have installed the validator.nu