Metadata-Version: 1.0
Name: pyramid-jqm
Version: 0.3
Summary: a package which provides "starter" scaffolding for creating a jQuery Mobile Pyramid application.
Home-page: http://docs.pylonsproject.org
Author: Chris McDonough
Author-email: pylons-devel@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``pyramid_jqm``
        ===============
        
        ``pyramid_jqm`` is a package which provides "starter" scaffolding for
        creating a `jQuery Mobile <http://jquerymobile.com>`_ Pyramid application.
        
        See http://docs.pylonsproject.org/projects/pyramid_jqm/en/latest/ for
        detailed documentation.
        
        
        0.3 (2012-04-17)
        ================
        
        - Make compatible with Venusian 1.0a4 (dont rely on ``view_config(www)`` to
          be scanned).
        
        - Prevent import warning when installed on Pyramid 1.2.
        
        - Add ``Framework :: Pyramid`` trove classifier.
        
        - Add ``testing`` and ``docs`` extras to setup.py.
        
        0.2 (2011-12-14)
        ================
        
        - Made scaffolding compatible with ``pcreate`` for Pyramid 1.3a2+.
        
        - Use ``egg:pyramid#wsgiref`` server instead of ``egg:Paste#http`` server.
          This change will require users to use any of Pyramid 1.1.3, Pyramid 1.2.5,
          or Pyramid 1.3a2+.  Older minor versions in any of those series will fail.
        
        - Updated the scaffold's version of ``jquery.mobile`` to version 1.0.
          [WouterVH]
        
        - Updated the scaffold's version of ``jquery.mobile`` to version 1.0rc3.
        
        - Updated the scaffold's version of ``jquery`` to version 1.6.4.
        
        
        0.1 (2011-11-02)
        ================
        
        - Initial release.
        
Keywords: wsgi pylons jqm jquery mobile web pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
