{ "info": { "author": "Chris Clarke", "author_email": "cclarke@chrisdev.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "======================================\nA Foundation Theme for Django Projects\n======================================\n\nA Pinax theme based on `Zurb Foundation`_.\nFoundation is a popular CSS framework that is light weight, but includes\nall the basics such as; a responsive grid, forms, dialog, navigation tabs,\nbuttons, typography and so on.\nYou can read more about the ideas behind\nFoundation and how to use it for rapid prototyping in this `article`_.\n\n.. _Zurb Foundation: http://foundation.zurb.com\n.. _article: http://www.alistapart.com/articles/dive-into-responsive-prototyping-with-foundation/\n\nContributors\n-------------\n* `Christopher Clarke `_\n* `Kewsi Aguillera `_\n* `Lendl R Smith `_\n* `Justin Hamade `_\n\n\nWhat's New\n-----------\n- We support the latest version of Foundation (3.2)\n- Updated the documentation\n- The project now supports the ``--template`` argument for ``django-admin.py\n startproject`` command\n- Removed more ``Pinax 0.9`` dependencies however, the project\n should still be compatible with the other apps in the ``Pinax``\n eco-system such as `django-user-account`_\n\n- Other bug fixes\n\nGetting Started\n----------------\nStart by creating a new virtualenv for your project and install Django 1.4 ::\n\n mkvirtualenv mysite\n pip install Django==1.4.5\n\nNext, use the ``startproject`` management command\nto create a new Django project\nwith a layout as specified in starter project (template URL).\nWe provide you with two Foundation based starter projects\n\n- zero_\n- account_\n\nTo use create a project based on the zero_ project run ::\n\n django-admin.py startproject mysite --template=https://github.com/chrisdev/foundation-project-zero/zipball/master\n\nThis will create a new Django project in the mysite directory with:\n\n - An apps folder for your internal apps\n - initial data (for handling ``sites.Site`` model)\n - Requirements files for use with pip_\n - A home for your site's static files\n - A set of templates designed to work with the foundation theme\n\nFinally install the requirements, sync your database and\nstart the test server ::\n\n cd mysite\n pip install -r requirements.txt\n python manage.py syncdb && python manage.py runserver\n\nThe account_ starter project provides all the features of the zero project in\naddition to incorporating features to support `django-user-account`_.\n\n`django-user-account`_ is an extremely useful ``Pinax`` app that\nworks in conjunction with django.contrib.auth to\ntake your Django project from having simple log in, log out and password reset\nto a full blown account management system. To create a project based on the\naccount starter project ::\n\n django-admin.py startproject --template=https://github.com/chrisdev/foundation-project-account/zipball/master mysite\n\n\n.. _account: https://github.com/chrisdev/foundation-project-account/\n.. _zero: https://github.com/chrisdev/foundation-project-zero/\n.. _django-user-account: https://github.com/pinax/django-user-accounts/\n.. _pip: http://www.pip-installer.org/en/latest/\n\nTemplates\n^^^^^^^^^^\nYour own templates should normally inherit from ``site_base.html``.\nYou should provide your own \"footer\" template ``_footer.html``.\n\nAlso change the Site name by editing ``fixture/initial_data.json``.\nYou can also use the Admin app for this purpose.\n\nThe **url** name \"home\" should be defined as the homepage.\n\n\nUpgrading From Previous Versions\n--------------------------------\nTo upgrade your site start by upgrading to the latest version\non pinax-theme-foundation ::\n\n pip install -- upgrade pinax-theme-foundation\n\nThe big change between Foundation 2 to 3 is the grid.\nIn Foundation 3 you no longer have to use *.container*\nto define the grid. In Foundation 2 the grid was built around\n``*.container > .row > .columns*``. In Foundation 3\nyou now just need to use ``*.row > .columns*``.\nIn Foundation 3 padding and borders no longer increase\nthe width of an element,\nthey only go inward so for example in Foundation 3 ``.three.columns``\nalways has a width of 25% with a 15px padding on the left and right.\nYou can find the Foundation 3 migration guide\n`here `_\n\n.. end-here\n\nDocumentation\n--------------\n\nSee the `full documentation`_ for more details.\n\n.. _full documentation: http://pinax-theme-foundation.readthedocs.org/\n.. _Pinax: http://pinaxproject.com\n\n\nLicense & Attribution\n---------------------\n\nThe Pinax Foundation Theme theme is released under the MIT license.\nThis project may include templates and other code from the Pinax project\n\nThis theme includes styles and scripts from the Zurb Foundation\nwhich is released under the MIT license\n\nFor copies of licenses, see LICENSE.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/chrisdev/pinax-theme-foundation", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pinax-theme-foundation", "package_url": "https://pypi.org/project/pinax-theme-foundation/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pinax-theme-foundation/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/chrisdev/pinax-theme-foundation" }, "release_url": "https://pypi.org/project/pinax-theme-foundation/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "Pinax theme based on Zurb's Foundation", "version": "0.2.3" }, "last_serial": 796257, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "90b2b45f08ab2ea75f242bbfa21b41cd", "sha256": "dbe73bab26bbd6226fcf61ed8d155469e4350d90ee96da7466f06db322943a92" }, "downloads": -1, "filename": "pinax-theme-foundation-0.1.2.tar.gz", "has_sig": false, "md5_digest": "90b2b45f08ab2ea75f242bbfa21b41cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 126418, "upload_time": "2012-02-02T10:01:03", "url": "https://files.pythonhosted.org/packages/72/21/24c2dc0c1974b6318ef5b2a7a4ae828c2f210845aae6c5d23cdd68700fae/pinax-theme-foundation-0.1.2.tar.gz" } ], "0.1.3b": [ { "comment_text": "", "digests": { "md5": "8dea8be08214800dcce55d7fb556a84a", "sha256": "bc6e199adb504c93e3a905bfc23a680e6578a58a67d9ab09c419df5056b30a98" }, "downloads": -1, "filename": "pinax-theme-foundation-0.1.3b.tar.gz", "has_sig": false, "md5_digest": "8dea8be08214800dcce55d7fb556a84a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 130875, "upload_time": "2012-02-13T21:11:28", "url": "https://files.pythonhosted.org/packages/53/a7/6a28ae56d7d629ac564a6e25f46af9250387f8001f9a06fc660df7dd0cd5/pinax-theme-foundation-0.1.3b.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "dce6f8d3af75e1ff0a0efbe2b0e4bd2f", "sha256": "e4f46dad99cd86530b272be6759d745b8ad3d495e89cc9f8212e4dc4ce80ca22" }, "downloads": -1, "filename": "pinax-theme-foundation-0.1.4.tar.gz", "has_sig": false, "md5_digest": "dce6f8d3af75e1ff0a0efbe2b0e4bd2f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 146518, "upload_time": "2012-03-04T05:55:39", "url": "https://files.pythonhosted.org/packages/f4/a4/072f0d6e286bd379261dfcf3516addecec1180883357019b47264a93c6e3/pinax-theme-foundation-0.1.4.tar.gz" } ], "0.1.4b": [ { "comment_text": "", "digests": { "md5": "58aba06373bdf0a1d11db479f2652204", "sha256": "c97a67a893b87940d6fb491f0135574492c49d7384d3079e7fbed42afab9168f" }, "downloads": -1, "filename": "pinax-theme-foundation-0.1.4b.tar.gz", "has_sig": false, "md5_digest": "58aba06373bdf0a1d11db479f2652204", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148137, "upload_time": "2012-04-03T11:02:56", "url": "https://files.pythonhosted.org/packages/7b/cc/3cd38df81ea73c2ef94cac5ff3b1ecd11bef69dc9ab127d2d5b59955cb98/pinax-theme-foundation-0.1.4b.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "be2219b8e099f43b67cb378937820096", "sha256": "b99e404dda1edc3c8e68047cafc7479efca145d848879613f8a7f6bedef5ce14" }, "downloads": -1, "filename": "pinax-theme-foundation-0.1.5.tar.gz", "has_sig": false, "md5_digest": "be2219b8e099f43b67cb378937820096", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 376000, "upload_time": "2012-06-08T17:10:25", "url": "https://files.pythonhosted.org/packages/73/b3/bc7679596b016225a6f0bddb7e6c73c02dd578585028e3d144cbbaab95cb/pinax-theme-foundation-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "8ed0729326447150e9cf28e1cbf57e02", "sha256": "d0119c1d5aedc24d4cfa5f12dcfb723e247f1e220d0386a3cb6adf17f5f43047" }, "downloads": -1, "filename": "pinax-theme-foundation-0.1.6.tar.gz", "has_sig": false, "md5_digest": "8ed0729326447150e9cf28e1cbf57e02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 344779, "upload_time": "2012-08-10T16:36:49", "url": "https://files.pythonhosted.org/packages/98/5b/b2b72ed278fb2143f7209ae5ece03a7763b3cd9e2eb2588d8614b631cd13/pinax-theme-foundation-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "362baa7ad3f6816902e03251197ae884", "sha256": "6483c8831c89f9745559359779a866677a411c714d4131a653d0c6c22ca29f1f" }, "downloads": -1, "filename": "pinax-theme-foundation-0.1.7.tar.gz", "has_sig": false, "md5_digest": "362baa7ad3f6816902e03251197ae884", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 488710, "upload_time": "2012-10-18T21:41:22", "url": "https://files.pythonhosted.org/packages/cb/f5/53e0fd3193955e981b2fb610c2748d98c4463ddafefd0e974f44796a9b1a/pinax-theme-foundation-0.1.7.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6270fd4e589107485342dd556b48ba4f", "sha256": "ce0b3f99f6d98ac900db031f43126c604ea4de6f447dd62f5c872efad03aa1cb" }, "downloads": -1, "filename": "pinax-theme-foundation-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6270fd4e589107485342dd556b48ba4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 439260, "upload_time": "2012-11-06T22:50:26", "url": "https://files.pythonhosted.org/packages/7f/82/74a800e3055295fc402a56d7baa611594b6e42f93dc0ff72500826c5c652/pinax-theme-foundation-0.2.1.tar.gz" } ], "0.2.1-post1": [ { "comment_text": "", "digests": { "md5": "9d3ed8690711a76d8bf88a8397c4e8cc", "sha256": "492ecf0333cdca806e469ae75da61e278faef93797c8d467cbb43290e1b737bc" }, "downloads": -1, "filename": "pinax-theme-foundation-0.2.1-post1.tar.gz", "has_sig": false, "md5_digest": "9d3ed8690711a76d8bf88a8397c4e8cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 439636, "upload_time": "2012-11-07T00:42:43", "url": "https://files.pythonhosted.org/packages/63/6b/9458ad1ac3e3dd00e6a092f8fe3ad9e345fd5c368410f87b2474a61f70e7/pinax-theme-foundation-0.2.1-post1.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "db14ec2ab082e32ba5967013b37c4aa5", "sha256": "3a97d15ce9aba8119d505b0c9a7c410f03f1bf3f762706473b19aa9130c0a39e" }, "downloads": -1, "filename": "pinax-theme-foundation-0.2.3.tar.gz", "has_sig": false, "md5_digest": "db14ec2ab082e32ba5967013b37c4aa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 404454, "upload_time": "2013-02-27T12:24:21", "url": "https://files.pythonhosted.org/packages/9f/46/77c1e038205d5ba606b9a56de01a30351c6acfe3a001a7ed632053397759/pinax-theme-foundation-0.2.3.tar.gz" } ], "0.2a1": [ { "comment_text": "", "digests": { "md5": "47f481769265118c4b6804480fe2e2e3", "sha256": "b29d5b56b1a25f488321f956613df3bb651756278b3c93e21fb232c3a5ed7052" }, "downloads": -1, "filename": "pinax-theme-foundation-0.2a1.tar.gz", "has_sig": false, "md5_digest": "47f481769265118c4b6804480fe2e2e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 488679, "upload_time": "2012-10-18T22:50:37", "url": "https://files.pythonhosted.org/packages/f7/51/233addf48596c67975a55e1a17940a6246c5c9d47a7a22dafd2d9267926e/pinax-theme-foundation-0.2a1.tar.gz" } ], "0.2a2": [ { "comment_text": "", "digests": { "md5": "8f8df82b4bb6c9cd7c4af3ab36b7bf29", "sha256": "72f42fc33fb58c087c70c7a23d8184c427eea3a59ad610deddbc7f60a45a8c5a" }, "downloads": -1, "filename": "pinax-theme-foundation-0.2a2.tar.gz", "has_sig": false, "md5_digest": "8f8df82b4bb6c9cd7c4af3ab36b7bf29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 486849, "upload_time": "2012-11-02T18:47:07", "url": "https://files.pythonhosted.org/packages/74/10/577f72295491d28cee02a59881044c46653bfe695c1798f59a07699124ff/pinax-theme-foundation-0.2a2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db14ec2ab082e32ba5967013b37c4aa5", "sha256": "3a97d15ce9aba8119d505b0c9a7c410f03f1bf3f762706473b19aa9130c0a39e" }, "downloads": -1, "filename": "pinax-theme-foundation-0.2.3.tar.gz", "has_sig": false, "md5_digest": "db14ec2ab082e32ba5967013b37c4aa5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 404454, "upload_time": "2013-02-27T12:24:21", "url": "https://files.pythonhosted.org/packages/9f/46/77c1e038205d5ba606b9a56de01a30351c6acfe3a001a7ed632053397759/pinax-theme-foundation-0.2.3.tar.gz" } ] }