{ "info": { "author": "TAMU Libraries", "author_email": "webmaster@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\r\n============\r\n\r\n`jQTouch `_ is a `jQuery `_ based\r\nlibrary for touch/mobile web applications. ``django-jqtouch`` builds on jQTouch \r\nto provide easier content management with Django. ``django-jqtouch`` adds a \r\nmodel for creating individually displayed screens or panels. When rendering, \r\nthe contents of the panel is inspected and other referenced panels are \r\nrendered as well in order to combine the content and provide a more seamless \r\nexperience.\r\n\r\nPanels\r\n------\r\n\r\nThe ``Panel`` model consists of a unique identifier, the body of the panel, and \r\na flag for whether the panel can be embedded or should be loaded with an \r\nXMLHttpRequest when requested by the user.\r\n\r\nRecursive Rendering\r\n-------------------\r\n\r\nWhen rendering, the body of the panel is searched for anchor tags. Each anchor \r\ndestination is checked to see if it is a local URL. If it is a local URL, the \r\nconfigurable list of panel resolvers is checked in order to see if it resolves \r\nto a panel. If the panel can be embedded, the ``render`` method on the panel is \r\ncalled and the results are included as a sibling in the output of the current \r\npanel.\r\n\r\nInstallation\r\n============\r\n\r\n#. Install the ``django-jqtouch`` package in your preferred method: easy_install, \r\n setup.py install, pip or buildout.\r\n#. Add ``jqtouch`` to the list of ``INSTALLED_APPS`` in your settings file\r\n#. Include ``jqtouch.urls`` in your project's url patterns::\r\n\r\n urlpatterns = patterns('',\r\n (r'', include('jqtouch.urls')),\r\n )\r\n\r\nAdditional Settings\r\n-------------------\r\n\r\n``JQTOUCH_BASE_IDENTIFIER``\r\n Default ``default``. This is the identifier to use with the default URL when\r\n using the ``jqtouch.urls`` include. Requesting '/' will load this panel \r\n identifier.\r\n\r\n``JQTOUCH_PANEL_RESOLVERS``\r\n Default ``('jqtouch.resolvers.panel_model_resolver',)``. A list or tuple of \r\n panel resolving functions in the order they should be tried. Strings can be \r\n used to specify the resolving function or the actual functions can be entered.\r\n\r\n\r\nHistory\r\n=======\r\n\r\n0.1 (2010-09-08)\r\n----------------\r\n\r\n* Panel model\r\n* Optional recursive rendering of panels (using introspection into content)\r\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 jqtouch mobile", "license": "Apache License 2.0", "maintainer": "Benjamin Liles", "maintainer_email": "benliles@library.tamu.edu", "name": "django-jqtouch", "package_url": "https://pypi.org/project/django-jqtouch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-jqtouch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://library.tamu.edu" }, "release_url": "https://pypi.org/project/django-jqtouch/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Django Application for creating jQTouch websites", "version": "0.1" }, "last_serial": 789913, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e9d51d5145013f9ba2256822c0f734c3", "sha256": "7ca40cba71ccd435b1615fe196914c5564ba1a0333e8f49db0839f3e2fc7f0de" }, "downloads": -1, "filename": "django-jqtouch-0.1.tar.gz", "has_sig": false, "md5_digest": "e9d51d5145013f9ba2256822c0f734c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5305, "upload_time": "2010-09-08T20:50:21", "url": "https://files.pythonhosted.org/packages/43/e8/8bd17f69536b96ba87327a4eb2d4bb984d3b38fd1354390b674a9e935f9e/django-jqtouch-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e9d51d5145013f9ba2256822c0f734c3", "sha256": "7ca40cba71ccd435b1615fe196914c5564ba1a0333e8f49db0839f3e2fc7f0de" }, "downloads": -1, "filename": "django-jqtouch-0.1.tar.gz", "has_sig": false, "md5_digest": "e9d51d5145013f9ba2256822c0f734c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5305, "upload_time": "2010-09-08T20:50:21", "url": "https://files.pythonhosted.org/packages/43/e8/8bd17f69536b96ba87327a4eb2d4bb984d3b38fd1354390b674a9e935f9e/django-jqtouch-0.1.tar.gz" } ] }