Metadata-Version: 1.1
Name: collective.folderishtypes
Version: 1.3
Summary: Provides folderish types as a replacement for some ATContentTypes
Home-page: http://github.com/collective/collective.folderishtypes
Author: Johannes Raggam
Author-email: johannes@raggam.co.at
License: GPL
Description: Introduction
        ============
        
        Provides the types "Folderish Event", "Folderish News Item" and
        "Folderish Document" as replacements for their ATContentTypes equivalents.
        Those types are able to hold any other content, like a Folder.
        
        There is a "portlet" profile, which installs a portlet to show the contents of
        an folderish type.
        
        You can limit the types, which can be added to FolderishTypes by providing
        a Generic Setup import type configuration.
        
        The reason for this package is, that in my experience it's easier to group
        related content together at one place. An article about something fancy might
        have an image gallery associated with it as well as some pdf-downloads. With
        this package you can put everyting inside the article.
        Another use case is that you can structure content hierarchically and don't need
        to define "default pages" - a concept hard to understand and handle (see:
        http://www.sixfeetup.com/blog/plone-vs.-drupal-core-features-comparison )
        
        Alexander Limi also wished folderish content back in 2008:
        "#10: Content re-use is overrated — people like folderish"
        http://limi.net/articles/18-things-i-wish-were-true-about-plone/
        
        
        UPGRADE ISSUE WITH MISSING VIEWLET
        ==================================
        
        If you have any issues with collective.folderishtypes after a upgrade, it might
        come from the now missing collective.folderishtypes.folderish_listing_viewlet.
        For now, please remove it manually via @@manage-viewlets.
        
        
        TODO
        ====
        
        - Depend on z3c.jbot, so that overriding folder_listing and folder_summary_view
          might also work at IPloneSite root.
        - Write tests
        - if appropriate: remove portlet and recomment the use of 
          https://svn.plone.org/svn/collective/collective.portlet.localcontents/
        
        
        Tested with
        ===========
        
        Plone 4
        
        
        Author
        ======
        
        Johannes Raggam <johannes@raggam.co.at>, BlueDynamics Alliance
        
        Changelog
        =========
        
        1.3 (2012-11-26)
        ----------------
        
        - Allow discussions from plone.app.discussion on Folderish Types.
          [thet]
        
        1.2.1 (2012-09-06)
        ------------------
        
        - CSS fix
          [rnix]
        
        1.2 (2012-09-04)
        ----------------
        
        - Removed folderish=True when finalizing the schema, which prevented
          relateditems from being displayed. Updated import to plone.app.folder.
          [agitator]
        
        - Fix meta types in FTI to follow consistent conventions.
          [rnixx]
        
        - For Folderish Event, use plone.app.event's ATEvent implementation if
          available.
          [thet]
        
        1.1.1 (2012-02-05)
        ------------------
        
        - Add a custom style class for the contextual contents portlet based on the
          portlet's name.
          [thet]
        
        1.1 (2012-02-04)
        ----------------
        
        - Add a contextual contents portlet, which shows the contents of folderish
          types in a portlet.
          [thet]
        
        1.0 (2012-02-02)
        ----------------
        
        - No Changes, release as 1.0 final.
          [thet]
        
        1.0b5 (2011-09-07)
        ------------------
        
        - Updated documentation: Missing viewlet issue.
          [thet]
        
        1.0b4 (2011-09-07)
        ------------------
        
        - Locales Update.
          [thet]
        
        - Add types to image_types in portal_atct to allow image scale recreation.
          [thet]
        
        - Add HistroyAwareMixin and configure types to be versionable.
          [thet]
        
        - Remove folderish_listing_viewlet, since there is already a portlet which can
          be used.
          [thet]
        
        - Include CSS via link instead of import, which can then be better processed by
          XML manipulation tools like Deliverance or Diazo.
          [thet]
        
        - More explicit content-icons background styles which don't override
          background-color.
          [thet]
        
        - Use plone.app.imaging scales - apply a schema patch to FolderishNewsItem.
          [thet]
        
        - Fixed traversing to image scales for FolderishNewsItem. Subclasses should
          implement __bobo_traverse__ too.
          [thet]
        
        1.0b3 (2011-03-22)
        ------------------
        
        - Add rolemap.xml for generic setup to have proper configured permissions.
          [thet]
        
        1.0b2 (2011-03-10)
        ------------------
        
        - Make portlet registration optional and register portlets only for folderish
          types.
          [thet]
        
        - Updated folder_listing.pt and folder_summary_view.pt to current Plone trunk.
          [thet]
        
        1.0b1 (2011-02-18)
        ------------------
        
        - Initial release
        
Keywords: ATContentTypes Archetypes Plone Folderish
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
