Metadata-Version: 1.1
Name: s17.taskmanager
Version: 1.0b2
Summary: UNKNOWN
Home-page: http://www.simplesconsultoria.com.br
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPLv2
Description: ***************
        s17.taskmanager
        ***************
        
        .. contents:: Table of Contents
        
        Life, the Universe, and Everything
        ==================================
        
        A package containing a Dexterity-based content type and behaviors to provide a simple structure for managing tasks.
        
        Features
        --------
        
        - Tasks folder that contains tasks
        - One person responsible for managing the tasks
        - Define who can add tasks in the tasks folder
        - One person responsible for each task
        - Any user can watch the tasks
        
        Mostly Harmless
        ===============
        
        .. image:: https://secure.travis-ci.org/simplesconsultoria/s17.taskmanager.png?branch=master
            :alt: Travis CI badge
            :target: http://travis-ci.org/simplesconsultoria/s17.taskmanager
        
        .. image:: https://coveralls.io/repos/simplesconsultoria/s17.taskmanager/badge.png?branch=master
            :alt: coveralls badge
            :target: https://coveralls.io/r/simplesconsultoria/s17.taskmanager
        
        .. image:: https://pypip.in/d/s17.taskmanager/badge.png
            :target: https://pypi.python.org/pypi/s17.taskmanager/
            :alt: Downloads
        
        Got an idea? Found a bug? Let us know by `opening a support ticket`_.
        
        .. _`opening a support ticket`: https://github.com/simplesconsultoria/s17.taskmanager/issues
        
        Don't Panic
        ===========
        
        Installation
        ------------
        
        To enable this product on a buildout based installation:
        
        #. Edit your buildout.cfg and add ``s17.taskmanager`` to the list of eggs to install::
        
            [buildout]
            ...
            eggs =
                s17.taskmanager
            zcml =
                s17.taskmanager
        
        After updating the configuration you need to run the ''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 ``s17.taskmanager`` and click the 'Activate' button.
        
        Choose the product (check its checkbox) and click the 'Install' button.
        
        Usage
        -----
        
        TBD
        
        Not entirely unlike
        ===================
        
        `Poi`_
            Poi is an issue tracker product for Plone.
        
        .. _`Poi`: https://pypi.python.org/pypi/Products.Poi
        
        Share and Enjoy
        ===============
        
        ``s17.taskmanager`` would not have been possible without the contribution of the following people:
        
        - Gustavo Lepri
        - Héctor Velarde
        
        This package is based on ``Poi`` so we must pay tribute to `all the people that made it possible`_.
        
        Development sponsored by `Simples Consultoria`_.
        
        .. _`all the people that made it possible`: https://github.com/collective/Products.Poi/graphs/contributors
        .. _`Simples Consultoria`: http://www.simplesconsultoria.com.br/
        
        Changelog
        =========
        
        There's a frood who really knows where his towel is.
        
        1.0b2 (2014-04-28)
        ------------------
        
        - A bug that prevented edition of responses because of missing property
          ``wysiwyg_editor`` was fixed.
          [ericof]
        
        - Brazilian Portuguese translations were updated.
          [hvelarde]
        
        - Notification views were renamed to ``create-response``, ``delete-response``,
          ``edit-response`` and ``save-response``.
          [hvelarde]
        
        - Task panel and task views were refactored; some bugs were fixed: information
          displayed was reordered and markup was simplified.
          [hvelarde]
        
        - Fix content type information as previous rename was incomplete (an upgrade
          step is available).
          [hvelarde]
        
        - Support for z3c.autoinclude plugin was removed.
          [hvelarde]
        
        - Package dependencies were updated; dependencies on plone.principalsource,
          unittest2 and zope.app.container were removed. We now depend on plone.api.
          [hvelarde]
        
        
        1.0b1 (2012-09-28)
        ------------------
        
        - Test Plone 4.3 compatibility. [hvelarde]
        
        - Deprecate use on Plone 4.1; we will support only Plone>=4.2. [lepri]
        
        - Fix package i18n. [lepri]
        
        - Rename content type from "s17.app.taskmanager.taskfolder" to "TaskPanel".
          [lepri]
        
        - Rename content type from "s17.app.taskmanager.task" to "Task". [lepri]
        
        - Rename package from s17.app.taskmanager to s17.taskmanager. [lepri]
        
        - Added the script rebuild_i18n.sh. [lepri]
        
        - Improved the internationalization in the vocabularies and javascripts.
          [lepri]
        
        - Some adjusts in task view [lepri]
        
        
        1.0a3 (2012-06-08)
        ------------------
        
        - Improved history for changes in the task. [lepri]
        
        - Improved view for task. [lepri]
        
        - Added icon for task content. [lepri]
        
        
        1.0a2 (2012-05-21)
        ------------------
        
        - Fixed distribution. [hvelarde]
        
        
        1.0a1 (2012-05-21)
        ------------------
        
        - Initial release.
        
Keywords: dexterity plone contenttypes taskmanager
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
