{ "info": { "author": "Fanstatic Developers", "author_email": "fanstatic@googlegroups.com", "bugtrack_url": null, "classifiers": [], "description": "js.html5boilerplate\n*******************\n\nIntroduction\n============\n\nThis library packages `html5boilerplate`_ for `fanstatic`_.\n\n.. _`fanstatic`: http://fanstatic.org\n.. _`html5boilerplate`: http://www.html5boilerplate.com\n\nThis requires integration between your web framework and ``fanstatic``,\nand making sure that the original resources (shipped in the ``resources``\ndirectory in ``js.html5boilerplate``) are published to some URL.\n\n\nHow to use?\n===========\n\n >>> from fanstatic import NeededResources\n >>> needed = NeededResources(bottom=True)\n\nYou can import the various files from ``js.html5boilerplate`` and ``need()``\nthem in your page::\n\n >>> from js.html5boilerplate import style, pngfix\n >>> needed.need(style)\n >>> needed.need(pngfix)\n\n >>> html = '''\n ... \n ... \n ... \n ... \n ... \n ... my content\n ... \n ... '''\n >>> print needed.render_topbottom_into_html(html)\n \n \n \n \n \n \n \n \n my content\n \n \n\nIf you need the ``boilerplate`` group, jquery and modernizr are also included::\n\n >>> from js.html5boilerplate import boilerplate\n >>> needed = NeededResources(resources=[boilerplate], bottom=True)\n >>> print needed.render_topbottom_into_html(html)\n \n \n \n \n \n \n \n \n \n \n my content\n \n \n\nCHANGES\n*******\n\n1.0 (2011-07-08)\n================\n\n- Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "js.html5boilerplate", "package_url": "https://pypi.org/project/js.html5boilerplate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/js.html5boilerplate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/js.html5boilerplate/1.0/", "requires_dist": null, "requires_python": null, "summary": "Fanstatic packaging of html5boilerplate", "version": "1.0" }, "last_serial": 793716, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "23a5571cd5b48c1d5decbf4003b0dcbf", "sha256": "f36891ff755b62eaf89685a1d274c9a03b7acf4b140fd595cfa60b491387b01d" }, "downloads": -1, "filename": "js.html5boilerplate-1.0.tar.gz", "has_sig": false, "md5_digest": "23a5571cd5b48c1d5decbf4003b0dcbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10428, "upload_time": "2011-07-08T11:39:09", "url": "https://files.pythonhosted.org/packages/2a/23/5280d650f47f0ba3e9754f96e467e711715a3673ac3d62c46fbae5f0cdb1/js.html5boilerplate-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "23a5571cd5b48c1d5decbf4003b0dcbf", "sha256": "f36891ff755b62eaf89685a1d274c9a03b7acf4b140fd595cfa60b491387b01d" }, "downloads": -1, "filename": "js.html5boilerplate-1.0.tar.gz", "has_sig": false, "md5_digest": "23a5571cd5b48c1d5decbf4003b0dcbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10428, "upload_time": "2011-07-08T11:39:09", "url": "https://files.pythonhosted.org/packages/2a/23/5280d650f47f0ba3e9754f96e467e711715a3673ac3d62c46fbae5f0cdb1/js.html5boilerplate-1.0.tar.gz" } ] }