Changes between Version 2 and Version 3 of Documentation/FAQ

Show
Ignore:
Timestamp:
07/22/10 22:23:34 (3 years ago)
Author:
ijacobs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/FAQ

    v2 v3  
    66Unicorn 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.  
    77 
    8 == What does validator mean? == 
     8== What does "validation" mean? == 
    99 
    10 @@someone at W3C probably already wrote a definition of "validator"@@ 
     10Validation 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 
    1112 
    1213== Unicorn reports false positives! == 
     
    1415Unicorn 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. 
    1516 
    16 == I want to help Unicorn. What can I do? == 
     17== How do I write a new validation service to be part of Unicorn? == 
    1718 
    18 @@link to the homepage?@@ 
    1919 
    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 
     23See [http://code.w3.org/unicorn/wiki#DevelopUnicornandValidationServices information about contributing code to Unicorn]. 
     24 
     25 
     26== Can I run Unicorn? == 
    2127 
    2228Yes! 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]