Metadata-Version: 1.0
Name: gomobile.mobile
Version: 1.0.0
Summary: Core package for mobilizing Plone CMS
Home-page: http://webandmobile.mfabrik.com
Author: mFabrik Reseacrh Oy
Author-email: research@mfabrik.com
License: GPL
Description: .. contents::
        
        Introduction
        ------------
        
        This package is a part of `mFabrik Web and Mobile suite <http://webandmobile.mfabrik.com>`_.
        
        mFabrik Web and Mobile is an add-on product which
        turns `Plone <http://plone.org>`_ to a
        multichannel web and mobile content management system.
        
        Purpose
        -------
        
        ``gomobile.mobile`` packge provides
        core mobilization functionality for Plone
        
        * Mobile theme layering
        
        * Mobile settings in the site setup
        
        * Image resizing
        
        * Mobile analytics and tracking
        
        * Mobile simulator
        
        * Discriminating web and mobile site requests
        
        * Managing mobile domain names
        
        * Redirecting and mobile switching links between web and mobile
        
        Installation and usage
        ----------------------
        
        Please refer to `Web and Mobile documentation <http://webandmobile.mfabrik.com/docs>`_.
        
        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 Web and Mobiel web site.
        
        Our top class Python developers are ready to help you with
        any software development needs.
        
        Author
        ------
        
        `mFabrik Research Oy <mailto:info@mfabrik.com>`_ - Python and Plone professionals for hire.
        
        * `mFabrik Web & Mobile - multichannel CMS made easy <http://webandmobile.mfabrik.com>`_
        
        * `mFabrik web site <http://mfabrik.com>`_
        
        * `mFabrik mobile site <http://mfabrik.mobi>`_
        
        * `Blog <http://blog.mfabrik.com>`_
        
        
        
        Changelog
        =========
        
        0.9.4 - 1.0.0
        ----------------
        
        * Uninstall cleanly - test it [miohtama]
        
        * Do not try to rewrite an ip address into something like m.127.0.0.1.
        [maurits]
        
        * In the redirector: when the url is the same as the rewritten url, do
        not redirect, as you will go arond in a circle.
        [maurits]
        
        * Avoid some possible problems in locationmanager when our property
        sheet is not available.
        Refs http://code.google.com/p/plonegomobile/issues/detail?id=14
        [maurits]
        
        * Do not fail with an IndexError when trying to get the first
        mobile_domain_prefix or preview_domain_prefix.  Fall back to the
        current domain then.
        [maurits]
        
        * Fixed "NameError: global name 'domain_rot' is not defined" when
        trying to logout using manage_zmi_logout (and possibly elsewhere).
        [maurits]
        
        * Fix not to fail with mobile redirects if gomobile.mobile is not installed [miohtama]
        
        0.9.3 - 0.9.4
        ----------------
        
        * Fix to run on FreeBSD [miohtama]
        
        * Fixed some debug prints [miohtama]
        
        0.9.2 - 0.9.3
        --------------
        
        * Added z3cform dependency [miohtama]
        
        0.9.0 - 0.9.2
        -------------
        
        * Plone 3 fixes [miohtama]
        
        * Added missing mobile actions [miohtama]
        
        * Fixing dependencies [miohtama]
        
        * Added zcml autoinclude [miohtama]
        
        0.0.3 - 0.9
        ------------
        
        * Major rework of the product [miohtama]
        
        0.0.2 - 0.0.3
        -------------
        
        * Added Spanish translation
        [leonardocaballero]
        
        * Added full support for i18n
        [leonardocaballero]
        
        * Created gomobile.xhtmlmp package
        
        * Added support for XHTML MP mobile profile cleaning in feedfeeder
        
        0.0.1 - 0.0.2
        -------------
        
        * Migrated to Plone 3.3
        
        * Created plonecommunity.mobi demo site
        
        * Increased mobiready.com score to to near perfect by fixing template quirks: http://plonecommunity.mobi/readiness.png
        
        * Added Bango support
        
        0.0.1
        -----
        
        * Source code liberation
        
        
Keywords: mobile sniffer cms WAP plone
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
