Metadata-Version: 1.1
Name: gomobile.convergence
Version: 1.0.3
Summary: Multichannel content discrimination and overrides for Plone CMS
Home-page: http://webandmobile.mfabrik.com
Author: mFabrik Research Oy
Author-email: research@mfabrik.com
License: GPL
Description: .. contents ::
        
        Introduction
        ------------
        
        This package adds support for discriminating content and folder
        structures for different medias: web and mobile.
        
        The package is a part of mFabrik `Web and Mobile <http://webandmobile.mfabrik.com>`_ solutions package
        to build multichannel content management with Python.
        
        This package cannot be used standalone.
        
        Features
        --------
        
        * Mobile content overrides framework and UI support: title, description and text
        
        * Filter by media utility functions and portal_catalog indexes
        
        * Sitemap discrimination
        
        * Breadcrumbs discrimination
        
        * Portal tabs discrimination  
        
        Source code and issue tracking
        -----------------------------------
        
        The project is hosted at `Google Code project repository <http://code.google.com/p/plonegomobile>`_.
        
        Commercial support and development
        -----------------------------------
        
        This package is licenced under open source GPL 2 license.
        
        `Commercial CMS and mobile development support options <http://webandmobile.mfabrik.com/services>`_
        are available from mFabrik's Web and Mobile product site.
        
        Our top class Python developers are ready to help you with 
        any software development needs.
          
        Author
        ------
        
        `mFabrik Research Oy <http://opensourcehacker.com>`_ - Python and Plone professionals for hire.
        
        * `mFabrik Web & Mobile - multichannel CMS made easy <http://webandmobile.mfabrik.com>`_ 
        
        * `Blog <http://opensourcehacker.com>`_
        
        Changelog
        =========
        
        Unreleased
        ----------
        
        * Plone 4.3 compatibility [sureshvv]
        
        
        1.0.3 (2015-03-14)
        ------------------
        
        * Properly uninstall overridden document snippets (title, description)  [miohtama]
        
        * Cleaned up some contact info entries [miohtama]
        
        
        1.0.0 - 1.0.1
        ---------------
        
        * Fixed unit tests for Plone 4.1 / Dexterity 1.0. May break tests on older releases [miohtama]
        
        1.0.0
        ---------
        
        * Fixed missing Home tab on Plone 4 after installation [miohtama]
        
        0.9.3 - 0.9.4
        ----------------
        
        * Moved the addition of our getContentMedias catalog index from
          catalog.xml to the setuphandlers.
          [maurits]
        
        * Added flag file so our special GenericSetup import step is only run
          when applying our own profile.  This avoids lots of reindexing.
          [maurits]
        
        * Do not yell on convergence form if no override adapter for the content type [miohtama]
        
        0.9.2 - 0.9.3
        ----------------
        
        * Fixed strange error where getUtility() failed for global utility
          and convergence form was not displayed [miohtama]
        
        0.9.1 - 0.9.2
        ----------------
        
        * Fixed portal_tabs monkey patch for Plone 3 and when gomobile.convergence was not installed [miohtama]
        
        * Fixed @@go_to_mobile_site on the sites where gomobile.convergence is not installed, but the view is still referred [miohtama]
        
        0.9.0 - 0.9.1
        -------------
        
        * Added zcml autoinclude [miohtama]
        
        * Updated copyright in setup.py [miohtama]
        
        0.9
        ---
        
        * Major project restructured [miohtama]
        
        0.1
        ----------------
        
        * Added Spanish translation [Leonardo J. Caballero G.]
        
        * Added full support for i18n [Leonardo J. Caballero G.]
          [leonardocaballero]
        
        * Initial release
        
        
Keywords: mobile web cms plone zope applications apps iphone android
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
