Metadata-Version: 1.0
Name: transmogrify.pathsorter
Version: 1.0b4
Summary: transmogrify.pathsorter is a blueprint for reordering items into tree sorted order
Home-page: http://github.com/djay/transmogrify.pathsorter
Author: Dylan Jay
Author-email: software@pretaweb.com
License: GPL
Description: Introduction
        ============
        
        If items are at the same level in a folder then they will be sorted based on a
        '_sortorder' key as given by transmogrify.webcrawler.
        
        In addition
        
        - if an item doesn't exist for a given items parent it will be created. The _type key will
        be set to the first item in 'default_containers'.
        
        - if a container has a 'text' key then a default page will be created.
        
        - if item's name is in 'default_pages' and it's parent doesn't already have a defaultpage
        then the item will be set as the parents default page.
        
        Changelog
        =========
        
        1.0b4 (2011-06-29)
        ------------------
        
        - log totals
        
        1.0b3 (2011-02-06)
        ------------------
        
        - set default page on the import root
        
        1.0b2 (2010-12-13)
        ------------------
        
        - better logging
        
        
        1.0 - Unreleased
        ----------------
        
        
Keywords: transmogrifier blueprint funnelweb source plone import conversion microsoft office
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
