{ "info": { "author": "Fantomas42", "author_email": "fantomas42@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==================\nZinnia-theme-html5\n==================\n\nZinnia-theme-html5 is a python package providing HTML5 templates for\n`django-blog-zinnia`_.\n\n\nInstallation\n============\n\nFirst of all you need to install and configure\n`django-app-namespace-template-loader`_ into your project.\n\nThen once `Zinnia is installed`_ on your Django project and this package\ninstalled on your `PYTHON_PATH`, simply register the `zinnia_html5`\napplication in the `INSTALLED_APP` section of your project's settings.\n\nNow Zinnia is HTML5 ready.\n\n.. warning::\n * `zinnia_html5` must be registered before the `zinnia` app to bypass\n the loading of the Zinnia's templates.\n * You need to use the ``django.template.loaders.eggs.Loader`` template\n loader if you have installed the package as an egg.\n\n\nHTML5 Validation\n================\n\nIf you want to have strict HTML5 documents and pass the validation tests\nyou must register the ``DraftHTML5ValidatorCleaner`` middleware to clean\nthe templates of the not already supported attributes or relationships. ::\n\n MIDDLEWARE_CLASSES = (\n ... # Your middlewares\n 'zinnia_html5.middleware.DraftHTML5ValidatorCleaner',\n )\n\nThe problem is that HTML5 is still in draft, and some microformats are not\nalready allowed by the on-line validators.\n\nInstead of rewriting all the Zinnia's templates it's easier to add this\nmiddleware and disable it when the HTML5 specifications will be completed\nand the on-line HTML5 validators up-to-date.\n\n.. note::\n You need to install the `beautifulsoup4`_ and `html5lib`_ packages for\n using this middleware.\n\n.. _`django-blog-zinnia`: http://www.django-blog-zinnia.com/\n.. _`django-app-namespace-template-loader`: https://github.com/Fantomas42/django-app-namespace-template-loader\n.. _`Zinnia is installed`: http://docs.django-blog-zinnia.com/en/latest/getting-started/install.html\n.. _`beautifulsoup4`: http://pypi.python.org/pypi/beautifulsoup4\n.. _`html5lib`: http://pypi.python.org/pypi/html5lib", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Fantomas42/zinnia-theme-html5", "keywords": "django,blog,weblog,zinnia,theme,skin,html5", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "zinnia-theme-html5", "package_url": "https://pypi.org/project/zinnia-theme-html5/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zinnia-theme-html5/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Fantomas42/zinnia-theme-html5" }, "release_url": "https://pypi.org/project/zinnia-theme-html5/0.4/", "requires_dist": null, "requires_python": null, "summary": "HTML5 theme for django-blog-zinnia", "version": "0.4" }, "last_serial": 1349147, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3ad907ae11ad1e6b24a925673a4f7a27", "sha256": "c1da87922e6cede3f03201df3afa5dd520271587d300cbda60a4ff0aa41260b7" }, "downloads": -1, "filename": "zinnia-theme-html5-0.1.tar.gz", "has_sig": false, "md5_digest": "3ad907ae11ad1e6b24a925673a4f7a27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13027, "upload_time": "2012-06-04T20:08:55", "url": "https://files.pythonhosted.org/packages/d2/79/8883eed36c705cf082c50043c81515b71320ee56befba38bcb4111bed481/zinnia-theme-html5-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "d22cdfa4305edce4904a58c5a594ac3c", "sha256": "e4a7d76c408644e3132cd5fa5624827535425678bb06ec2a87dc13730f146401" }, "downloads": -1, "filename": "zinnia-theme-html5-0.2.tar.gz", "has_sig": false, "md5_digest": "d22cdfa4305edce4904a58c5a594ac3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13683, "upload_time": "2013-01-28T21:39:35", "url": "https://files.pythonhosted.org/packages/53/6d/95ed1a2f30af26453d863864eb8ffcb3cbfad10a243b768045b15426b125/zinnia-theme-html5-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "f0a4b598137c42b26691c2e76683e424", "sha256": "554abcf18ba32c1b7d76d800746c7d2a22e935c5248d569188ea8242ac3083f7" }, "downloads": -1, "filename": "zinnia-theme-html5-0.3.tar.gz", "has_sig": false, "md5_digest": "f0a4b598137c42b26691c2e76683e424", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10447, "upload_time": "2013-10-05T10:19:32", "url": "https://files.pythonhosted.org/packages/ce/bd/2581efe4d223e83ac85b6239518aad19caa725ab834eb5601559c2bd0c9e/zinnia-theme-html5-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "80071ee89e685b7b9dff5997ad8a486c", "sha256": "1bc3ec04b9aca9dbac943c5aa72df8272884de1691d70da71104e72f01ad42d4" }, "downloads": -1, "filename": "zinnia-theme-html5-0.3.1.tar.gz", "has_sig": false, "md5_digest": "80071ee89e685b7b9dff5997ad8a486c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10896, "upload_time": "2013-11-20T14:19:40", "url": "https://files.pythonhosted.org/packages/25/62/a406a5dc0d9e42ed72394a27decbdb5a349429e01391f442e2a8f9e10596/zinnia-theme-html5-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "08b3fc9d98729f328184a35cad3d4c4f", "sha256": "193e528efcdd10b2c2e71490244f736864d7542f3ff9fea3aa0baeb200e5d1dd" }, "downloads": -1, "filename": "zinnia-theme-html5-0.3.2.tar.gz", "has_sig": false, "md5_digest": "08b3fc9d98729f328184a35cad3d4c4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11311, "upload_time": "2014-03-17T19:58:16", "url": "https://files.pythonhosted.org/packages/23/97/555c78707cb75b2bc956bab2e8edb63c36ffe00f65f04843bab35a7fe436/zinnia-theme-html5-0.3.2.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "f48bf4c1c4b059771c647ef2ed316855", "sha256": "7dfc9a077a913c8a639cf879358d6101609dd1d6eec5a88d2f66f659f70858a3" }, "downloads": -1, "filename": "zinnia-theme-html5-0.4.tar.gz", "has_sig": false, "md5_digest": "f48bf4c1c4b059771c647ef2ed316855", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11139, "upload_time": "2014-12-18T11:46:17", "url": "https://files.pythonhosted.org/packages/8d/2a/9b99116b8c2ed19fde6ded5871e4c50c2fbe9593d75f868243b9062d7693/zinnia-theme-html5-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f48bf4c1c4b059771c647ef2ed316855", "sha256": "7dfc9a077a913c8a639cf879358d6101609dd1d6eec5a88d2f66f659f70858a3" }, "downloads": -1, "filename": "zinnia-theme-html5-0.4.tar.gz", "has_sig": false, "md5_digest": "f48bf4c1c4b059771c647ef2ed316855", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11139, "upload_time": "2014-12-18T11:46:17", "url": "https://files.pythonhosted.org/packages/8d/2a/9b99116b8c2ed19fde6ded5871e4c50c2fbe9593d75f868243b9062d7693/zinnia-theme-html5-0.4.tar.gz" } ] }