Metadata-Version: 1.0
Name: ftw.contentmenu
Version: 2.1
Summary: Customize Plone's content menu
Home-page: https://github.com/ftw.contentmenu/
Author: Thomas Buchberger
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: .. contents::
        
        Introduction
        ============
        
        ``ftw.contentmenu`` customizes Plone's content menu in the following way:
        
        * The workflow menu is removed. Workflow actions are displayed in 
          the actions menu instead.
        
        * The Add... menu (aka folder factories) can additionally display actions
          having the category ``folder_factories``.
        
        * The Add... menu can be customized further by providing a specific adapter
          which can modify the list of factory items.
        
        
        Installation
        ============
        
        Install ``ftw.contentmenu`` by adding it to the list of eggs in your buildout or by adding it as a dependency of your policy package. Then run buildout and
        restart your instance.
        
        ::
        
          [instance]
          eggs =
              ftw.contenmenu
        
        Go to Site Setup of your Plone site and activate the ``ftw.contentmenu``
        add-on.
        
        Links
        =====
        
        - Main github project repository: https://github.com/4teamwork/ftw.contentmenu
        - Issue tracker: https://github.com/4teamwork/ftw.contentmenu/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.contentmenu
        - Continuous Integration: https://jenkins.4teamwork.ch/job/ftw.contentmenu/
        
        
        Copyright and License
        =====================
        
        This package is copyright by `4teamwork GmbH <http://www.4teamwork.ch/>`_
        
        ``ftw.contentmenu`` is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation; either version 2 of the License, or
        (at your option) any later version.
        
        Changelog
        =========
        
        
        2.1 (2012-03-13)
        ----------------
        
        - Replaced all overrides with more specific adapters for our browser layer.
          [buchi]
        
        - Make ftw.contentmenu behave more like default Plone by removing the 
          ftw.contentviews viewlet and using the default plone.contentviews and 
          plone.contentactions viewlets instead. There's an upgrade step to unhide 
          default viewlets and to remove custom css.
          [buchi]
        
        
        2.0.3 (2012-02-28)
        ------------------
        
        - Fixed specific plone.contentmenu.factories adapter:
          Add check if _addingToParent, works now also for non-folderish types.
          [phgross]
        
        
        2.0.2 (2012-02-28)
        ------------------
        
        - Adjsut MANIFEST.in: Add include for rst files.
          [phgross]
        
        
        2.0.1 (2012-02-27)
        ------------------
        
        - Added some french translations
          [ttschanz]
        
        - Added a specific plone.contentmenu.factories adapter, which makes the menu only
          available, when some action items really exists in the menu item.
          [phgross]
        
        
        2.0 (2011-11-17)
        ----------------
        
        - Use zope.i18n for translations.
          [eschmutz]
        
        - Added test-buildout for plone 4.1
          [eschmutz]
        
        
        
        1.0a7
        -----
        
        - Actions menu: fixed available() implementation which was buggy because of the many sources
          [jone]
        
        - Support icon expression on folder_factories actions. Using actionicons is deprecated in plone 4
          [jone]
        
        - Moved test requirements into tests_require, extras_require
          [Thomas Buchberger]
        
        
        
        1.0a6
        -----
        
        - Do not show contentmenu for anonymous users
          [fsprenger]
        
        
        1.0
        ---
        
        - Enabled contentmenu for dossiers and documents
          [jone]
        
Keywords: ftw contentmenu plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
