Metadata-Version: 1.0
Name: Products.takeaction
Version: 0.4
Summary: takeaction, content as actions
Home-page: http://plone.org/products/takeaction
Author: Jarn
Author-email: info@jarn.com
License: GPL
Description: ------------------------------
        TakeAction, content as actions
        ------------------------------
        
        Introduction
        ------------
        
        This is a simple tool that provides specific content as actions. Simply
        put the paths in the content_paths field (absolute or relative to the portal),
        give the action a category, and use the actions anywhere in your skin.
        
        As an added bonus, translatable content (such as LinguaPlone content), will
        automatically result in translated actions pointing at the correct translation.
        
        Installation
        ------------
        
        Choose the 'takeaction' profile in the portal_setup tool, and import.
        
        License
        -------
        
        GNU GPL, see LICENSE.txt
        
        Credits
        -------
        
        TakeAction was developed by Jarn for Mnemonic, March 2007
        
        Design and development::
        `Jarn <http://jarn.com>`__ (Martijn Pieters)
        
        
        ------------------------
        Changelog for takeaction
        ------------------------
        
        0.4 (2008-11-05)
        ----------------
        
        - Converted takeaction to an egg in the Products namespace.
        [mj]
        
        
        0.3 (2007-08-22)
        -------------------------
        
        - Use the (original) object id in the action id to make CSS styling easier
        and more predictable. Make sure the ids remain unique.
        [fschulze, mj]
        
        0.2 (2007-04-03)
        -------------------------
        
        - Deal with missing translations; return the language neutral version if
        available, otherwise skip the item altogether
        [wiggy, mj]
        
        0.1 (2007-03-29)
        -------------------------
        
        - Initial release
        [mj]
        
        
Keywords: content actions translatable
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
