Metadata-Version: 1.0
Name: Products.StickyList
Version: 1.0a
Summary: Enables selecting a number of items and storing that selection.
Home-page: http://www.nidelven-it.no/d
Author: Morten W. Petersen
Author-email: info@nidelven-it.no
License: GPL
Description: StickyList is a simple product that enables displaying a selection of
        links.  For example, to embed the contents of a StickList in a page
        use something like
        
          <metal:block tal:define="xyz python:request.set('stickylist', settings['some_stickylist'])">
             <span metal:use-macro="context/stickylist_macros/macros/listing" />
           </metal:block>
        
        
        1.0a (2012-04-16)
        
          - Initial release
        
Keywords: python plone archetypes presentation
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
