From 61a2f0729c05b3a3eac4f6e0f0a9b658705003ac Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 20 Jan 2008 22:12:35 +0000 Subject: This package provides an object oriented interface to the API of the W3 CSS Validator application (http://jigsaw.w3.org/css-validator/). With this package you can connect to a running instance of the validator and retrieve the validation results (true|false) as well as the errors and warnings for a a style sheet. WWW: http://pear.php.net/package/Services_W3C_CSSValidator/ PR: ports/119833 Submitted by: Ditesh Shashikant Gathani --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') diff --git a/www/Makefile b/www/Makefile index f508b6e45570..2bb27b4e731e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -978,6 +978,7 @@ SUBDIR += pear-Services_Compete SUBDIR += pear-Services_Delicious SUBDIR += pear-Services_Digg + SUBDIR += pear-Services_W3C_CSSValidator SUBDIR += pear-Services_W3C_HTMLValidator SUBDIR += pear-Services_urlTea SUBDIR += pear-Text_Wiki -- cgit v1.2.3