Metadata-Version: 1.0
Name: collective.transform.kml
Version: 0.1
Summary: Transform KML to HTML
Home-page: https://github.com/collective/collective.transform.kml
Author: Christian Ledermann
Author-email: christian.ledermann@gmail.com
License: GPL
Description: Introduction
        ============
        
        Transform KML to HTML. It extracts the name and descrition from
        the placemarks and constructs a simple html document from this.
        
        Installation
        ============
        
        Add ``collective.transform.kml`` to the list of eggs to install, e.g.:
        ::
            [buildout]
            ...
            eggs =
                ...
                collective.transform.kml
        
        Re-run buildout, e.g. with:
        ::
            $ ./bin/buildout
        
        Changelog
        =========
        
        0.1 (2012/06/13)
        -------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing
