Metadata-Version: 1.0
Name: collective.geo.geopoint
Version: 0.1
Summary: z3c.form geopoint field support
Home-page: https://svn.plone.org/svn/collective/collective.geo.geopoint
Author: Giorgio Borelli
Author-email: giorgio@giorgioborelli.it
License: GPL
Description: Introduction
        ============
        
        collective.geo.geopoint provides some generic classes for collective.geo.* packages.
        
        
        Requirements
        ------------
        * plone >= 3.2.1
        * plone.app.z3cform
        * collective.geo.openlayers
        * collective.geo.settings
        
        Installation
        ============
        Just a simple easy_install collective.geo.geopoint is enough.
        
        Alternatively, buildout users can install collective.geo.geopoint as part of a specific project's buildout, by having a buildout configuration such as: ::
        
        [buildout]
        ...
        eggs =
        zope.i18n>=3.4
        collective.geo.geopoint
        ...
        [instance]
        ...
        zcml =
        collective.geo.geopoint
        
        
        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
