Metadata-Version: 1.0
Name: gomobiletheme.basic
Version: 1.0.4
Summary: Default mobile theme for mFabrik Web and Mobile sites
Home-page: http://webandmobile.mfabrik.com
Author: mFabrik Research Oy
Author-email: research@mfabrik.com
License: GPL
Description: Introduction
        ============
        
        This product provides *Go Mobile Default Theme*  
        mobile site theme for `Go Mobile for Plone <http://webandmobile.mfabrik.com>`.
        The theme look and feel resemble's Plone 4's `Sunburst <http://plone.org/products/plonetheme.sunburst>`_
        theme.
        
        The theme contains two optimized image resolutions
        
        * 48x48 based icon tiles for > 640 pixels wide mobile screens
          (based on Javascript screen width detection).
        
        * 24x24 based icon tiles for smaller screens
        
        CSS3 styles are used for WebKit based mobile browsers.
        
        Low-end phones, or non-webkit based proprietary mobile browsers,
        are also supported partially.
        
        Developer notes
        ----------------
        
        Icons
        ======
        
        All action icons are in ``artwork`` folder,  including
        Inkscape SVG orignals.  
        
        Social media icons
        ==================
        
        Theme also includes some popular social media icons
        
        * Facebook
        
        * Twitter
        
        * mFabrik
        
        All social media icons have only one version 32 x 32.
        
        Buttons
        =======
        All buttons are in the same file as layers,
        so you can easily do semi-automatic batch exports
        for them with different sizes from Inkscape. 
        
        
        Plone 3 compatibility changes
        =============================
        
        ``gomobiletheme.basic`` codebase contains branching,
        either in Python code or on a ``gomobiletheme_plone3``
        skin layer to maintain Plone 3 backwards compatibility.
        
        * search.pt customizations only for Plone 4
        
        * batch_macros.pt customizations only for Plone 4
        
        * Top site action links only for Plone 4
        
        * <head> has some conditions to include Plone 4 specific stuff
        
        * Plone 3 compatible main_template.pt
        
        * Plone 3 compatible search.pt
        
        Author
        ------
        
        `mFabrik Research Oy <mailto:research@mfabrik.com>`_ - Python and Plone professionals for hire.
        
        * `Web and mobile project - mobilize your Plone site in an instant <http://webandmobile.mfabrik.com>`_
        
        * `mFabrik web site <http://mfabrik.com>`_ 
        
        * `mFabrik mobile site <http://mfabrik.mobi>`_ 
        
        * `Blog <http://blog.mfabrik.com>`_
        
        * `More about Plone <http://mfabrik.com/technology/technologies/content-management-cms/plone>`_ 
        
        
        
        Changelog
        =========
        
        1.0.4 (2012-06-11)
        ------------------
        
        * Remade email icon to fix blurry 48px version [totateis]
        
        * Fix ordered list and h3 styling in #content. [totateis]
        
        * Add i18n support for JS [totateis]
        
        * Fixed i18n attribs missing from some templates [totateis]
        
        * Better event_view for mobile [miohtama]
        
        * Fixed problems with content-core slot [miohtama]
        
        1.0.2 - 1.0.3
        -------------------
        
        * Plone 4 compatible content-core fill-slot in main-template. May mess up existing theme
          customizations [miohtama]
        
        * Fixed mtool look-up compatibility between Plone versions [miohtama]
        
        1.0.1 - 1.0.2
        -------------------
        
        * Added ability to define favicon and apple-touch-icon url from Head viewlet [jtoivola]
        
        * Removed <head> tag from head.pt to avoid duplicate tags. We need to have the
          head tag in main_template.pt to support styleslot. [jtoivola]
        
        1.0.0
        -------------------
        
        * Allow use touch friendly CSS class .button-links outside #mobile-folder-listing
        
        0.9.3 - 1.0.0
        -------------------
        
        * Added mobile-simulator and mobile-real CSS classes on body [miohtama]
        
        * Fixed Home button in preview [miohtama]
        
        0.9.2 - 0.9.3
        -------------
        
        * Copyright and description updates [miohtama]
        
        0.9.1 - 0.9.2
        -------------
        
        * Search form update for Plone 3 [miohtama]
        
        * Updated i18n script [miohtama]
        
        * Updated Finnish translations [miohtama]
        
        * Fixed product name in the footer (was not valid XML) [miohtama]
        
        * Fixed search page errors [miohtama]
        
        0.9 - 0.9.1
        -----------
        
        * All inputs are in bold, easier to read on smaller screen [miohtama]
        
        * Fixed back viewlet labels [miohtama]
        
        * Changed action icon for contact [miohtama]
        
        0.9
        ---
        
        * Fixed xml character references.
          [maurits]
        
        * Added Spanish translation
          [leonardocaballero]
        
        * Added full support for i18n
          [leonardocaballero]
        
        0.1 - Unreleased
        ----------------
        
        * Initial release
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
