Metadata-Version: 1.0
Name: collective.geo.contentlocations
Version: 0.1
Summary: geo reference for plone contents
Home-page: https://svn.plone.org/svn/collective/collective.geo.contentlocations
Author: Giorgio Borelli
Author-email: giorgio@giorgioborelli.it
License: GPL
Description: Introduction
        ============
        
        collective.geo.contentlocations is a GUI for zgeo.plone.geographer.
        
        It provides some simple forms to add geographical coordinates to Plone content types.
        
        Requirements
        ------------
        * plone >= 3.2.1
        * plone.app.z3cform
        * zgeo.plone.geographer
        * collective.geo.settings
        
        Installation
        ============
        Just a simple easy_install collective.geo.contentlocations is enough.
        
        Alternatively, buildout users can install collective.geo.contentlocations as part of a specific project's buildout, by having a buildout configuration such as: ::
        
        [buildout]
        ...
        eggs =
        zope.i18n>=3.4
        collective.geo.contentlocations
        ...
        [instance]
        ...
        zcml =
        collective.geo.contentlocations
        
        
        Contributors
        ============
        
        * Giorgio Borelli - gborelli
        * Silvio Tomatis - silviot
        
        Changelog
        =========
        
        0.1 (2009-06-19)
        ----------------
        
        * Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
