Changes between Version 2 and Version 3 of Documentation/FAQ
- Timestamp:
- 07/22/10 22:23:34 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/FAQ
v2 v3 6 6 Unicorn is W3C's unified validator, which helps people improve the quality of their Web pages by performing a variety of checks. Unicorn gathers the results of the popular HTML and CSS validators, as well as other useful services. 7 7 8 == What does validatormean? ==8 == What does "validation" mean? == 9 9 10 @@someone at W3C probably already wrote a definition of "validator"@@ 10 Validation is a process of testing some piece of content (HTML, CSS, etc.) against a set of rules. The HTML validator determines whether the markup conforms to the grammar of HTML (e.g., as expressed through a document type definition, or DTD). The CSS validator determines whether the CSS rules conform to CSS syntax. 11 11 12 12 13 == Unicorn reports false positives! == … … 14 15 Unicorn gathers results from other validators and Web Services. Unicorn reporting errors means the corresponding validator did report errors. If you believe this is wrong, you should contact the maintainer of this validator directly as Unicorn is not faulty here. 15 16 16 == I want to help Unicorn. What can I do? ==17 == How do I write a new validation service to be part of Unicorn? == 17 18 18 @@link to the homepage?@@19 19 20 == I want to install Unicorn on my computer. Can I do that? == 20 21 == How can I contribute code to the Unicorn project? == 22 23 See [http://code.w3.org/unicorn/wiki#DevelopUnicornandValidationServices information about contributing code to Unicorn]. 24 25 26 == Can I run Unicorn? == 21 27 22 28 Yes! Unicorn is an open source software which means anyone can download, use, modify and redistribute it freely. Full instructions on how to install Unicorn are [Documentation/Install available]
