diff options
Diffstat (limited to 'htdocs/config/tips.cfg')
-rw-r--r-- | htdocs/config/tips.cfg | 27 |
1 files changed, 0 insertions, 27 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><title></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 <h1> 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 <link>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 - |