{ "info": { "author": "Benjamin Liles", "author_email": "benliles@library.tamu.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\n`jQuery Mobile `_ is a \n`jQuery `_ based library for touch/mobile web \napplications. ``django-jqmobile`` builds on the jQuery Mobile framework to \nprovide easier content management with Django. ``django-jqmobile`` adds a \nmodel for creating individually displayed screens or panels. When rendering, \nthe contents of the panel is inspected and other referenced panels are \nrendered as well in order to combine the content and provide a more seamless \nexperience.\n\nPanels\n------\n\nThe ``Panel`` model consists of a unique identifier, the body of the panel, and \na flag for whether the panel can be embedded or should be loaded with an \nXMLHttpRequest when requested by the user.\n\nRecursive Rendering\n-------------------\n\nWhen rendering, the body of the panel is searched for anchor tags. Each anchor \ndestination is checked to see if it is a local URL. If it is a local URL, the \nconfigurable list of panel resolvers is checked in order to see if it resolves \nto a panel. If the panel can be embedded, the ``render`` method on the panel is \ncalled and the results are included as a sibling in the output of the current \npanel.\n\nInstallation\n============\n\n#. Install the ``django-jqmobile`` package in your preferred method: easy_install, \n setup.py install, pip or buildout.\n#. Add ``jqmobile`` to the list of ``INSTALLED_APPS`` in your settings file\n#. Include ``jqmobile.urls`` in your project's url patterns::\n\n urlpatterns = patterns('',\n (r'', include('jqmobile.urls')),\n )\n\nVersions\n--------\n\n* jQuery Mobile 1.0 alpha 2\n* jQuery 1.4.4\n\nAdditional Settings\n-------------------\n\n``JQMOBILE_BASE_IDENTIFIER``\n Default ``default``. This is the identifier to use with the default URL when\n using the ``jqmobile.urls`` include. Requesting '/' will load this panel \n identifier.\n\n``JQMOBILE_PANEL_RESOLVERS``\n Default ``('jqmobile.resolvers.panel_model_resolver',)``. A list or tuple of \n panel resolving functions in the order they should be tried. Strings can be \n used to specify the resolving function or the actual functions can be entered.\n\n \n\nHistory\n=======\n\n0.1 (2010-09-08)\n----------------\n\n* Panel model\n* Optional recursive rendering of panels (using introspection into content)\n* Configurable panel resolvers for including panels from other products", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://library.tamu.edu", "keywords": "django jquerymobile", "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "django-jqmobile", "package_url": "https://pypi.org/project/django-jqmobile/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-jqmobile/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://library.tamu.edu" }, "release_url": "https://pypi.org/project/django-jqmobile/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Django Application for creating JQuery Mobile websites", "version": "0.1" }, "last_serial": 745717, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7235f64e12db42befea045f4bf7c0b37", "sha256": "528905bfe941fa69b0d2c31d97070fd6944514f59bb80f16d9130d688d97d5fb" }, "downloads": -1, "filename": "django-jqmobile-0.1.tar.gz", "has_sig": false, "md5_digest": "7235f64e12db42befea045f4bf7c0b37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7833, "upload_time": "2011-02-24T21:21:21", "url": "https://files.pythonhosted.org/packages/15/1c/a8e26e1a6e21e4b22e282c07522c60df6f725b3f0bd84208a7c10adff2e2/django-jqmobile-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7235f64e12db42befea045f4bf7c0b37", "sha256": "528905bfe941fa69b0d2c31d97070fd6944514f59bb80f16d9130d688d97d5fb" }, "downloads": -1, "filename": "django-jqmobile-0.1.tar.gz", "has_sig": false, "md5_digest": "7235f64e12db42befea045f4bf7c0b37", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7833, "upload_time": "2011-02-24T21:21:21", "url": "https://files.pythonhosted.org/packages/15/1c/a8e26e1a6e21e4b22e282c07522c60df6f725b3f0bd84208a7c10adff2e2/django-jqmobile-0.1.tar.gz" } ] }