Metadata-Version: 1.0
Name: collective.validator.xhtmlStrict
Version: 1.1.1
Summary: XHTML Strict Validator for collective.validator.base
Home-page: https://svn.plone.org/svn/collective/collective.validator.xhtmlStrict
Author: Andrea Cecchi
Author-email: sviluppoplone@redturtle.net
License: GPL
Description: XHTML Strict Validator
        ======================
        
        Introduction
        ------------
        This product is an XHTML Strict Validator for the collective.validator.base package.
        This egg extends base functionalities and allows to validate all the css registered in portal_css.
        
        
        Installation
        ------------
        You should only register it in buildout.cfg.
        
        Credits
        -------
        This is a project started from Luca Fabbri and Mirco Angelini, i've just modified it and finished its functionalities.
        Thanks to all RedTurtle Technology team that helps me to do this project.
        
        Contacts
        --------
        Andrea Cecchi: andrea.cecchi@redturtle.net
        
        Mirco Angelini: mirco.angelini@redturtle.net
        
        Luca Fabbri: luca.fabbri@redturtle.net
        
        RedTurtle Technology: info@redturtle.net
        
        
        Changelog
        =========
        
        1.1.1 (2010/11/12)
        ------------------
        * bugfix for the log message that's informs the user where the separate log is stored
        
        1.1.0 (2010/08/26)
        ------------------
        * some bug fixes
        * new management for connection problems and logging informations
        * added a customizable sleep interval between every validation
        
        1.0.5 (2009/09/16)
        ------------------
        * added control for store the report or not
        
        1.0.3 (2009/09/07)
        ------------------
        * changed urllib to urllib2 to connect also with proxy
        
        1.0.2 (2009/03/07
        -----------------
        * fixed bug with view()
        
        1.0.1
        -----
        * modified setup configurations
        
        1.0.0
        -----
        * created package
        
        
Keywords: Plone Validator XHTMLStrict
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
