Metadata-Version: 1.0
Name: collective.js.detectmobilebrowsers
Version: 1.0
Summary: Add detectmobilebrowsers script to plone resource registry
Home-page: https://github.com/toutpt/collective.js.detectmobilebrowsers
Author: JeanMichel aka toutpt
Author-email: toutpt@gmail.com
License: gpl
Description: Introduction
        ============
        
        This addon register a modified version of detectmobilebrowsers_ to give
        a isMobile javascript variable so you can play around with javascript.
        
        version: 18 October 2012 (check the footer of detectmobilebrowsers_)
        
        How to install
        ==============
        
        This addon can be installed has any other addons. please follow official
        documentation_
        
        The javascript is registred in a bundle so you will have to configure your theme
        to use it this way::
        
            <registry>
              <record name="Products.ResourceRegistries.interfaces.settings.IResourceRegistriesSettings.resourceBundlesForThemes">
                <value>
                  <element key="plonetheme.mytheme">
                    <element>default</element>
                    <element>detectmobilebrowsers</element>
                  </element>
                </value>
              </record>
            </registry>
        
        
        Credits
        =======
        
        Companies
        ---------
        
        * `Planet Makina Corpus <http://www.makina-corpus.org>`_
        * `Contact Makina Corpus <mailto:python@makina-corpus.org>`_
        
        People
        ------
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to
        .. _detectmobilebrowsers: http://detectmobilebrowsers.com/
        
        Changelog
        =========
        
        1.0dev (unreleased)
        -------------------
        
        - Initial release
        
Keywords: plone mobile
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
