diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-21 06:12:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-21 06:12:35 +0800 |
commit | f38930cee1f0720be2015653c2b329e6fa4e6cb3 (patch) | |
tree | e5e6b2ca78d085d5af05c71aa81f6453a33b9e31 /www/Makefile | |
parent | 3c384597bcb2aed2b40c3a63a27195d900d37314 (diff) | |
download | freebsd-ports-gnome-f38930cee1f0720be2015653c2b329e6fa4e6cb3.tar.gz freebsd-ports-gnome-f38930cee1f0720be2015653c2b329e6fa4e6cb3.tar.zst freebsd-ports-gnome-f38930cee1f0720be2015653c2b329e6fa4e6cb3.zip |
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 <ditesh at gathani.org>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |