1<?xml version="1.0" encoding="UTF-8"?>
2<package packagerversion="1.9.4" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0     http://pear.php.net/dtd/tasks-1.0.xsd     http://pear.php.net/dtd/package-2.0     http://pear.php.net/dtd/package-2.0.xsd">
3 <name>Services_W3C_CSSValidator</name>
4 <channel>pear.php.net</channel>
5 <summary>An Object Oriented Interface to the W3C CSS Validator service.</summary>
6 <description>This package provides an object oriented interface to the API
7of the W3 CSS Validator application (http://jigsaw.w3.org/css-validator/).
8With this package you can connect to a running instance of the validator and
9retrieve the validation results (true|false) as well as the errors and warnings
10for a a style sheet.
11
12By using the SOAP 1.2 output format from the validator, you are returned simple
13objects containing all the information from the validator.</description>
14 <lead>
15  <name>Laurent Laville</name>
16  <user>farell</user>
17  <email>pear@laurent-laville.org</email>
18  <active>yes</active>
19 </lead>
20 <date>2012-06-07</date>
21 <time>02:39:24</time>
22 <version>
23  <release>0.2.3</release>
24  <api>0.2.0</api>
25 </version>
26 <stability>
27  <release>alpha</release>
28  <api>alpha</api>
29 </stability>
30 <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
31 <notes>
32QA release
33
34Bug #18082	Wrong parameters for Exception
35 </notes>
36 <contents>
37  <dir baseinstalldir="/" name="/">
38   <file baseinstalldir="/" md5sum="4793a23a47546bdd5a5d1c47a34c6293" name="docs/examples/foo.css" role="doc" />
39   <file baseinstalldir="/" md5sum="4793a23a47546bdd5a5d1c47a34c6293" name="docs/examples/fragment.css" role="doc" />
40   <file baseinstalldir="/" md5sum="3354a77f10c651bad6ee0c2ca6a74114" name="docs/examples/pear_manual.css" role="doc" />
41   <file baseinstalldir="/" md5sum="f128be7bd766f36845c128fdc826e6f4" name="docs/examples/validate_atrules.php" role="doc" />
42   <file baseinstalldir="/" md5sum="819db1193c867d15ee4f0f3926200f8b" name="docs/examples/validate_byfile.php" role="doc" />
43   <file baseinstalldir="/" md5sum="1e3db73afbd7111411a3616fc80663bc" name="docs/examples/validate_byuri.php" role="doc" />
44   <file baseinstalldir="/" md5sum="67596c433ebe7e1a91f6c08a80815042" name="docs/examples/validate_fragment.php" role="doc" />
45   <file baseinstalldir="/" md5sum="67943913a4c6bf5474155014f46a6006" name="Services/W3C/CSSValidator.php" role="php" />
46   <file baseinstalldir="/" md5sum="602a1214ee3c624b06577f9b835bf5dd" name="Services/W3C/CSSValidator/Error.php" role="php" />
47   <file baseinstalldir="/" md5sum="31dea5fb550aad454e6bd6eabcdf53bf" name="Services/W3C/CSSValidator/Message.php" role="php" />
48   <file baseinstalldir="/" md5sum="453b8f6ea54b599e8f2335242c1b07d3" name="Services/W3C/CSSValidator/Response.php" role="php" />
49   <file baseinstalldir="/" md5sum="933e09922857c6160a268a4697a98173" name="Services/W3C/CSSValidator/Warning.php" role="php" />
50   <file baseinstalldir="/" md5sum="1d3e0176e849a01d16ca8cb17b90a1a2" name="tests/AllTests.php" role="test" />
51   <file baseinstalldir="/" md5sum="4793a23a47546bdd5a5d1c47a34c6293" name="tests/fragment.css" role="test" />
52   <file baseinstalldir="/" md5sum="48599b8e072b9828c314f4b6a7a5979b" name="tests/Services_W3C_CSSValidatorTest.php" role="test" />
53   <file baseinstalldir="/" md5sum="5f828cb218b2f46ed65c72e8a30c41a8" name="tests/data/ValidateFile.xml" role="test" />
54   <file baseinstalldir="/" md5sum="9ca23ec10bbad99bbf6fc48af6894144" name="tests/data/ValidateFragment.xml" role="test" />
55   <file baseinstalldir="/" md5sum="2af0eda991f9f1c7980314b41c7fffed" name="tests/data/ValidateUri.xml" role="test" />
56   <file baseinstalldir="/" md5sum="1b7012af5d322782e9900764ac87fce6" name="README" role="data" />
57  </dir>
58 </contents>
59 <dependencies>
60  <required>
61   <php>
62    <min>5.0.0</min>
63   </php>
64   <pearinstaller>
65    <min>1.5.4</min>
66   </pearinstaller>
67   <package>
68    <name>HTTP_Request2</name>
69    <channel>pear.php.net</channel>
70    <min>0.2.0</min>
71   </package>
72  </required>
73 </dependencies>
74 <phprelease />
75 <changelog>
76  <release>
77   <version>
78    <release>0.1.0</release>
79    <api>0.1.0</api>
80   </version>
81   <stability>
82    <release>alpha</release>
83    <api>alpha</api>
84   </stability>
85   <date>2009-07-18</date>
86   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
87   <notes>
88Since Pepr :
89Phase 1 (2007-10-03) Initial version for PEAR proposal
90Phase 2 (2007-11-20) Applied comment on condition votes from :
91- Christian Weiske : @since and @access phpdoc tags (removed)
92- Till Klampaeckel : add a bit of setters and getters
93- David Coallier : add a bit of setters and getters instead of only using setOptions
94class properties are now protected rather than public
95addError() and addWarning() methods added into Services_W3C_CSSValidator_Response
96   </notes>
97  </release>
98  <release>
99   <version>
100    <release>0.2.0</release>
101    <api>0.2.0</api>
102   </version>
103   <stability>
104    <release>alpha</release>
105    <api>alpha</api>
106   </stability>
107   <date>2009-07-25</date>
108   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
109   <notes>
110Swapped to HTTP_Request2
111   </notes>
112  </release>
113  <release>
114   <version>
115    <release>0.2.1</release>
116    <api>0.2.0</api>
117   </version>
118   <stability>
119    <release>alpha</release>
120    <api>alpha</api>
121   </stability>
122   <date>2010-10-26</date>
123   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
124   <notes>
125QA release
126Bug #17998 	Installed into wrong path
127   </notes>
128  </release>
129  <release>
130   <version>
131    <release>0.2.3</release>
132    <api>0.2.0</api>
133   </version>
134   <stability>
135    <release>alpha</release>
136    <api>alpha</api>
137   </stability>
138   <date>2012-06-07</date>
139   <license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
140   <notes>
141QA release
142
143Bug #18082	Wrong parameters for Exception
144   </notes>
145  </release>
146 </changelog>
147</package>
148