Metadata-Version: 2.1
Name: geonode-announcements
Version: 2.0.1
Summary: Fork of pinax/django-announcements. Announcements for your Django powered website.
Home-page: https://github.com/GeoNode/geonode-announcements
Author: Brian Rosner
Author-email: brosner@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django

Some sites need the ability to broadcast an announcement to all of their
users. django-announcements was created precisely for this reason. How you
present the announcement is up to you as the site-developer. When working with
announcements that are presented on the website one feature is that they are
only viewed once. A session variable will hold which announcements an user has
viewed and exclude that from their display. announcements supports two
different types of filtering of announcements:

 * site-wide (this can be presented to anonymous users)
 * non site-wide (these can be used a strictly a mailing if so desired)
 * members only (announcements are filtered based on the value of
   ``request.user``)


