Metadata-Version: 1.1
Name: aldryn-newsblog-extra-plugins
Version: 0.0.2
Summary: Extra plugins for aldryn-newsblog.
Home-page: https://github.com/febsn/aldryn-newsblog-extra-plugins
Author: Fabian Lehner
Author-email: fl@makonis.net
License: MIT
Description: aldryn-newsblog-extra-plugins
        =============================
        
        This projects contains extra plugins for the `aldryn-newsblog` blogging system
        for DjangoCMS. It requires `aldryn-newsblog` to be installed and setup correctly.
        
        # Configuration
        Plugins that show a list of articles can be configured to show template choices,
        inspired by `aldryn-events`. To add, for example, a template named `list`, save
        it at `templates/aldryn-newsblog/plugins/(template name)` and add the following
        to your `settings.py`:
        
        ```` Python
        ALDRYN_NEWSBLOG_PLUGIN_STYLES = (
            'list',
        )
        ````
        
        # Plugins
        ## NewsBlogTaggedArticlesPlugin
        Show `n` or all articles that are tagged with a certain tag.
        This plugin shows style choices as described in "Configuration".
        
        ## NewsBlogTagRelatedPlugin
        Show `n`or all articles that are similarly tagged as the currently displayed
        article.
        
        This plugin only works correctly in a static placeholder on the aldryn_newsblog
        detail view.
        
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Programming Language :: Python
