Metadata-Version: 1.0
Name: StoneageHTML
Version: 0.2.1
Summary: Stone-Age HTML Filter: prepare documents for e-mail distribution
Home-page: http://github.com/thet/stoneagehtml
Author: Johannes Raggam
Author-email: raggam-nl@adm.at
License: LGPL - http://www.gnu.org/copyleft/lesser.html
Description: StoneageHTML
        ============
        
        This package prepares an HTML document for sending by email.
        The most common usecase is to find all inline CSS declarations which are
        directly written to the HTML tags.
        
        See stoneagehtml.py for more information.
        
        
        Author
        ======
        Malthe Borch <mborch at gmail dot com> - original version
        Johannes Raggam <raggam-nl at adm dot at> - enhancements and updates
        
        Changelog
        =========
        
        0.2.1 (2010-06-14)
        ------------------
        
        - Missing 'docs' directory added. Fixes broken egg.
        [thet]
        
        
        0.2 (2010-06-13)
        ----------------
        - Updates regarding various changes in cssutils API
        [thet]
        
        - If styles_in_tags enabled, remove the inline style tags instead of emptying
        them.
        [thet]
        
        - Workaround for cssutils bug:
        http://code.google.com/p/cssutils/issues/detail?id=39
        Reassigning of a cssRule to a cssSheet doesn't work in python2.6 because
        cssutils tries to reassign the append and extend methods to a native python
        list.
        [thet]
        
        - Allow wildcard css selectors
        [thet]
        
        - Set more compactifying cssutils preferences
        [thet]
        
        - Avoid 1 letter variable names because they cause troubles in pdb
        [thet]
        
        0.1.5 (2008-05-20)
        ------------------
        0.1.4 (2008-01-07)
        ------------------
        0.1.3 (2008-01-07)
        ------------------
        0.1.2 (2008-01-07)
        ------------------
        0.1.1 (2008-01-07)
        ------------------
        0.1 (2007-06-14)
        ----------------
        - Initial releases
        [mborch]
        
Keywords: mail css
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
