{ "info": { "author": "gustavi", "author_email": "augustin.laville@gustavi.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Zinnia-theme-foundation\n=======================\n\nZinnia-theme-foundation is a python package providing a theme builded on [Zurb Foundation 5](http://foundation.zurb.com) for [django-blog-zinnia](https://github.com/Fantomas42/django-blog-zinnia). Inspired by the [zinnia-theme-boostrap](https://github.com/Fantomas42/zinnia-theme-bootstrap).\n\nGetting Start\n-------------\n\n### Download the package\n\nThe *Zinnia-theme-foundation* package required *django* and *django-blog-zinnia*.\n\nYou can install *zinnia-theme-foundation* with pip :\n\n```\npip install zinnia-theme-foundation\n```\n\nIf you want the dev version :\n\n```\npip install git+git://github.com/gustavi/zinnia-theme-foundation.git\n```\n\n### Add the theme in django\n\nEdit you `settings.py` and add *zinnia_foundation* in your `INSTALLED_APP` **BEFORE** the zinnia app to bypass the loading of the Zinnia's templates :\n\n```python\nINSTALLED_APPS = (\n ...\n 'zinnia_foundation', # BEFORE the \"zinnia\" app\n ...\n 'zinnia',\n)\n```\n\nYou need to use the `django.template.loaders.eggs.Loader` template loader if you have installed the package as an egg.\n\nAt the end of your `settings.py` :\n\n```python\nTEMPLATE_LOADERS = (\n 'django.template.loaders.filesystem.Loader',\n 'django.template.loaders.app_directories.Loader',\n 'django.template.loaders.eggs.Loader',\n)\n```\n\nor\n\n```python\nTEMPLATE_LOADERS += (\n 'django.template.loaders.eggs.Loader',\n)\n```\n\nYour theme is ready to use !\n\n### Customize the design\n\nYou can [Customize Zinnia\u2019s look and feel](http://docs.django-blog-zinnia.com/en/latest/how-to/customize_look_and_feel.html) or change the Zurb Foundation design [with Sass](http://foundation.zurb.com/docs/using-sass.html).\n\nIcons are [Foundation Icon Fonts 3](http://zurb.com/playground/foundation-icon-fonts-3).\n\n### Licence\n\nZinnia-theme-foundation is licensed under the [GNU GENERAL PUBLIC LICENSE version 3](http://www.gnu.org/licenses/gpl.txt).", "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/django-blog-zinnia/zinnia-theme-foundation", "keywords": "django,blog,weblog,zinnia,theme,skin,foundation", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "zinnia-theme-foundation", "package_url": "https://pypi.org/project/zinnia-theme-foundation/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zinnia-theme-foundation/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/django-blog-zinnia/zinnia-theme-foundation" }, "release_url": "https://pypi.org/project/zinnia-theme-foundation/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "A theme with Zurb Foundation for django-blog-zinnia.", "version": "1.0.2" }, "last_serial": 2399547, "releases": { "1.0": [], "1.0.1": [ { "comment_text": "", "digests": { "md5": "382696b223cbd883871b8c58cd945fd9", "sha256": "71dfaa25687ea11cd3867b5ff5a2597f443ef925e880684af3c5476e28e2b01a" }, "downloads": -1, "filename": "zinnia-theme-foundation-1.0.1.tar.gz", "has_sig": false, "md5_digest": "382696b223cbd883871b8c58cd945fd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 464893, "upload_time": "2014-08-21T13:05:06", "url": "https://files.pythonhosted.org/packages/b8/43/9aebb4832e53523c4ad9e456f12bf8084b0a736d4f0ba805d53363a09059/zinnia-theme-foundation-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "370e5ae3d7bdbbeaf632046d95db869e", "sha256": "7cf52a73f8434e6f3ceb3719e79ba7aaf7964351821c4e77914ee2dd1cbc5f57" }, "downloads": -1, "filename": "zinnia-theme-foundation-1.0.2.tar.gz", "has_sig": false, "md5_digest": "370e5ae3d7bdbbeaf632046d95db869e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 460511, "upload_time": "2016-10-14T14:54:54", "url": "https://files.pythonhosted.org/packages/36/8f/5d8f45152a06bd1ec8973e0a8f40118c9da08e9ac37f045a9411e8b2c2e2/zinnia-theme-foundation-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "370e5ae3d7bdbbeaf632046d95db869e", "sha256": "7cf52a73f8434e6f3ceb3719e79ba7aaf7964351821c4e77914ee2dd1cbc5f57" }, "downloads": -1, "filename": "zinnia-theme-foundation-1.0.2.tar.gz", "has_sig": false, "md5_digest": "370e5ae3d7bdbbeaf632046d95db869e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 460511, "upload_time": "2016-10-14T14:54:54", "url": "https://files.pythonhosted.org/packages/36/8f/5d8f45152a06bd1ec8973e0a8f40118c9da08e9ac37f045a9411e8b2c2e2/zinnia-theme-foundation-1.0.2.tar.gz" } ] }