Metadata-Version: 1.0
Name: plone.app.workflowmanager
Version: 1.0a3
Summary: a workflow manager for plone
Home-page: http://svn.plone.org/svn/plone/plone.app.example
Author: Nathan Van Gheem
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: Introduction
        ============
        
        
        This package provides a GUI for managing custom workflows in Plone.
        
        This is the successor of uwosh.northstar.
        
        Features
        --------
        
         * add/edit/delete new workflows
         * add content rule actions easily for a workflow transition
         * graph workflows
         * easily manipulate workflow permissions
        
        Graphing
        --------
        
        The package also supports graphing workflows. 
        
        The inspiration for this piece was pretty much taken from DCWorkflowGraph.
        
        In order to enable this feature, you'll need to install the Graphviz library.
        Information can be found at http://www.graphviz.org
        
        
        Plone 3 Support
        ---------------
        
        You must also have simplejson installed.
        Changelog
        =========
        
        1.0a3 - 2011-09-02
        ------------------
        
        - cloned transition now sets display name to new
          title also.
          [vangheem]
        
        - cancel on confirm save now prevents dialog from
          opening.
          [vangheem]
          
        - fix error with changing source transitions if transitions
          are stored as a tuple or list.
          [vangheem]
        
        1.0a2 - 2011-09-01
        ------------------
        
        - Add MANIFEST.in.
          [WouterVH]
        
        - use json library and just advertise that 
          plone 3 users need to install simplejson
          [vangheem]
        
        - Fix js to work correctly with all versions of
          jquery in selecting input tags correctly.
          [vangheem]
        
        
        1.0a1 - 2010-12-12
        ------------------
        
        - Initial release
        
        
Keywords: plone workflow manager
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
