Metadata-Version: 1.0
Name: ftw.globalstatusmessage
Version: 1.3.0
Summary: Shows a global message on every site.
Home-page: https://github.com/4teamwork/ftw.globalstatusmessage
Author: 4teamwork AG
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ============
        
        With ``ftw.globalstatusmessage`` a Plone site administrator display messages
        on all pages.
        
        This is useful for inform the users about an upcoming maintance downtime or
        any other important thing.
        
        The message can be changed in the plone control panel:
        
        
        .. image:: https://raw.github.com/4teamwork/ftw.globalstatusmessage/master/docs/screenshot.png
        
        
        Compatibility
        =============
        
        Plone 4.1
        
        .. image:: https://jenkins.4teamwork.ch/job/ftw.globalstatusmessage-master-test-plone-4.1.x.cfg/badge/icon
           :target: https://jenkins.4teamwork.ch/job/ftw.globalstatusmessage-master-test-plone-4.1.x.cfg
        
        Plone 4.2
        
        .. image:: https://jenkins.4teamwork.ch/job/ftw.globalstatusmessage-master-test-plone-4.2.x.cfg/badge/icon
           :target: https://jenkins.4teamwork.ch/job/ftw.globalstatusmessage-master-test-plone-4.2.x.cfg
        
        Plone 4.3
        
        .. image:: https://jenkins.4teamwork.ch/job/ftw.globalstatusmessage-master-test-plone-4.3.x.cfg/badge/icon
           :target: https://jenkins.4teamwork.ch/job/ftw.globalstatusmessage-master-test-plone-4.3.x.cfg
        
        
        Installation
        ============
        
        - Add ``ftw.globalstatusmessage`` to your buildout configuration:
        
        ::
        
            [instance]
            eggs +=
                ftw.globalstatusmessage
        
        - Install the generic import profile.
        
        
        Uninstall
        =========
        
        This package provides an uninstall Generic Setup profile.
        Uninstall the package by using Plone's addon controlpanel or portal_quickInstaller.
        
        
        
        Links
        =====
        
        - Main github project repository: https://github.com/4teamwork/ftw.globalstatusmessage
        - Issue tracker: https://github.com/4teamwork/ftw.globalstatusmessage/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.globalstatusmessage
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.globalstatusmessage
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.globalstatusmessage`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        1.3.0 (2014-05-14)
        ------------------
        
        - Brazilian Portuguese and Spanish translations were added.
          [hvelarde]
        
        - Implement uninstall profile.
          [jone]
        
        - Remove no longer used utility.
          [jone]
        
        - Protect statusmessage viewlet with browserlayer.
          The viewlet should not be rendered when the package is not installed.
          [jone]
        
        - Replace old PloneTestCase tests with p.a.testing tests.
          [jone]
        
        - Remove z3c.autoinclude includeDependencies, no longer required.
          [jone]
        
        
        1.2 (2013-06-21)
        ----------------
        
        - Use own permission to manage globalstatusmessages.
          [Julian Infanger]
        
        - Drop Plone 4.0 support.
          [jone]
        
        
        1.1 (2012-05-21)
        ----------------
        
        - Make Plone 4.1.x compatible.
          [mathias.leimgruber]
        
        - Prepare for public release.
          [mathias.leimgruber]
        
        1.0 (2011-04-12)
        ----------------
        - Fix egg structure / added readme
          [mathias.leimgruber]
        
        - Initial release
          [ttschanz]
        
Keywords: ftw global status message plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
