Metadata-Version: 1.1
Name: ftw.news
Version: 1.0.0
Summary: Provides dexterity content types for news articles.
Home-page: https://github.com/4teamwork/ftw.news
Author: Mathias Leimgruber
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: .. contents:: Table of Contents
        
        
        Introduction
        ============
        
        ftw.news provides dexterity content types for news articles.
        
        Compatibility
        -------------
        
        Plone 4.3.x
        
        .. image:: https://jenkins.4teamwork.ch/job/ftw.news-master-test-plone-4.3.x.cfg/badge/icon
           :target: https://jenkins.4teamwork.ch/job/ftw.news-master-test-plone-4.3.x.cfg
        
        
        Installation
        ============
        
        - Add the package to your buildout configuration:
        
        ::
        
            [instance]
            eggs +=
                ...
                ftw.news
        
        
        Usage
        =====
        
        Create a news folder then start adding news items into the folder.
        
        
        Development
        ===========
        
        **Python:**
        
        1. Fork this repo
        2. Clone your fork
        3. Shell: ``ln -s development.cfg buildout.cfg``
        4. Shell: ``python boostrap.py``
        5. Shell: ``bin/buildout``
        
        Run ``bin/test`` to test your changes.
        
        Or start an instance by running ``bin/instance fg``.
        
        
        Links
        =====
        
        - Github: https://github.com/4teamwork/ftw.news
        - Issues: https://github.com/4teamwork/ftw.news/issues
        - Pypi: http://pypi.python.org/pypi/ftw.news
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.news
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.news`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        1.0.0 (2015-12-04)
        ------------------
        
        - Nothing changed yet
Keywords: ftw news
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
