Metadata-Version: 1.0
Name: collective.weather
Version: 1.0a1
Summary: A Plone viewlet to display the weather at selected locations.
Home-page: http://svn.plone.org/svn/collective/
Author: Franco Pellegrini
Author-email: frapell@ravvit.net
License: gpl
Description: ******************
        collective.weather
        ******************
        
        .. contents:: Table of Contents
        
        Life, the Universe, and Everything
        ----------------------------------
        
        A Plone viewlet to display the weather at selected locations.
        
        Package supports `Yahoo! Weather`_, `Google`_ Weather and `NOAA`_'s `National
        Weather Service`_.
        
        Don't Panic
        -----------
        
        Go to Plone's control panel and open Weather Setup.
        
        Select the service you want to use and the list of location ids that are going
        to be available on the viewlet.
        
        The user will be able to select from one of those locations. This information
        will be stored inside a browser cookie.
        
        The current weather condition of the selected location will be displayed at
        the viewlet.
        
        .. figure:: https://raw.github.com/collective/collective.weather/master/viewlet.png
            :align: center
            :height: 140px
            :width: 321px
        
            The Weather viewlet.
        
        Mostly Harmless
        ---------------
        
        Have an idea? Found a bug? Let us know by `opening a support ticket`_.
        
        .. _`opening a support ticket`: https://github.com/collective/collective.weather/issues
        .. _`Yahoo! Weather`: http://weather.yahoo.com/
        .. _`Google`: http://www.google.com/
        .. _`NOAA`: http://www.noaa.gov/
        .. _`National Weather Service`: http://www.weather.gov/
        
        
        Installation
        ------------
        
        To enable this product in a buildout-based installation:
        
        1. Edit your buildout.cfg and add ``collective.weather`` to the list of eggs
           to install::
        
            [buildout]
            ...
            eggs =
                collective.weather
        
        2. If you are using Plone 4.1, you may need to extend a Dexterity known good
           set (KGS) to make sure that you get the right versions of the packages that
           make up Dexterity::
        
            [buildout]
            ...
            extends =
                http://good-py.appspot.com/release/dexterity/1.2.1
        
        After updating the configuration you need to run ''bin/buildout'', which will
        take care of updating your system.
        
        Go to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.
        
        Check the box next to ''collective.weather'' and click the 'Activate' button.
        
        Note: You may have to empty your browser cache and save your resource
        registries in order to see the effects of the product installation.
        
        
        Share and Enjoy
        ---------------
        
        collective.weather would not have been possible without the contribution of
        the following people:
        
        - Franco Pellegrini
        - Héctor Velarde
        - Silvestre Huens
        - `Tango Desktop Project`_ (icon)
        
        Development sponsored by Open Multimedia.
        
        .. _`Tango Desktop Project`: http://tango.freedesktop.org/
        
        
        Changelog
        ---------
        
        Because you have to know where your towel is.
        
        1.0a1 (2012-08-01)
        ------------------
        
        - Initial release.
        
        
Keywords: api google noaa plone weather yahoo
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
