Metadata-Version: 1.0
Name: ftw.publisher.core
Version: 2.0
Summary: Staging and publishing addon for Plone contents.
Home-page: https://github.com/4teamwork/ftw.publisher.core
Author: Jonas Baumann
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ============
        
        The `ftw.publisher` packages provide tools for publishing plone contents from
        one instance to another.
        
        This package provides shared tools and utils used by `ftw.publisher.sender` and
        `ftw.publisher.receiver`.
        
        Links
        =====
        
        The main project package is `ftw.publisher.sender` since it contains all the
        configuration panels and the most tools - but without the other mandatory
        packages it will not work.
        Here are some additional links:
        
        - Publisher packages on pypi: http://pypi.python.org/pypi?%3Aaction=search&term=ftw.publisher&submit=search
        - Main github project repository: https://github.com/4teamwork/ftw.publisher.sender
        - Issue tracker: https://github.com/4teamwork/ftw.publisher.sender/issues
        - Wiki: https://github.com/4teamwork/ftw.publisher.sender/wiki
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.publisher.core
        
        
        Copyright
        ---------
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.publisher.core`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        2.0 (2013-05-24)
        ----------------
        
        - Add support for plone.namedfile in portlets.
        [jone]
        
        - Add portlet settings support for Plone 4.
        [jone]
        
        - Implement better blob file detection (ftw.file support).
        [jone]
        
        - Fix setting files / blobs: the decoder (f.p.receiver) takes care of the value.
        [jone]
        
        - Support for transporting datetime objects.
        [jone]
        
        - Improve marker interface adapter.
        Do not remove / readd all interfaces, but only apply differences.
        [jone]
        
        - Drop Plone 3 support.
        [jone]
        
        
        1.2 (2011-04-06)
        ----------------
        
        - Cleanup, move to github (https://github.com/4teamwork/ftw.publisher.core) and
        prepare for release.
        [jone]
        
        
        1.1 (2010-09-27)
        ----------------
        
        - Removed archetypes.schemaextender, since we can use obj.Schema() for getting
        all the fields
        [jone]
        
        - Added new warning states
        [jone]
        
        
        1.0c4 (2010-07-21)
        ------------------
        
        - Added translations for the states
        [jone]
        
        
        1.0c3 (2010-06-24)
        ------------------
        
        - Removed encoding stuff for portlets, that now should be done be the
        better encoding / decoding.
        [jone]
        
        - Added string encoding / decoding methods which work with json
        [jone]
        
        
        1.0c2 (2010-06-22)
        ------------------
        
        - Fixed namespace_packages in setup.py
        [jone]
        
        - Added Backreference adapter
        [jone]
        
        - Make portlet adapter more save
        [jone]
        
        - added new states for renaming purposes
        [mathias.leimgruber]
        
        - fixed binary conversion to base64 string
        [mathias.leimgruber, victor.baumann]
        
        - added test cases for portlet adapter and properties adapter
        [mathias.leimgruber]
        
        - added an afterpushEvent
        [mathias.leimgruber]
        
        - Extend publish process with adapters
        [mathias.leimgruber]
        
        - sync context portlet
        [mathias.leimgruber]
        
        - sync interfaces
        [mathias.leimgruber]
        
        - sync topic criterias
        [mathias.leimgruber]
        
        - concept/structure
        [jone]
        
        - Working initial release
        [jone]
        
Keywords: ftw publisher core
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
