{ "info": { "author": "James Tauber", "author_email": "jtauber@jtauber.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": "Twitter Bootstrap Theme, for Pinax\n==================================\n\nA theme for Pinax 0.9 based on Twitter's open source Bootstrap framework.\n\n\nQuick Start\n-----------\n\nInclude \"pinax-theme-bootstrap\" in your requirements file and\n\"pinax_theme_bootstrap\" in your INSTALLED APPS.\n\nMake sure both template loaders and staticfiles finders includes\napp directories.\n\nSite name comes from Sites fixture.\n\nYour \"site_base.html\" should extend \"theme_base.html\" and should provide\n\"footer\" and \"nav\" blocks (the latter should just be a ul of li of a links).\n\nYour pages should have blocks \"head_title\" and \"body\" and should extend\n\"site_base.html\".\n\nThe url name \"home\" should be defined as the homepage.\n\n\nRequirements\n------------\n\nThis theme is officially supported when used in conjuction with Pinax 0.9.\nIf using the theme with Django < 1.4, you will need to install a recent\nversion of django-staticfiles as we use the `{% render %}` template tag.\n\n\nForms\n-----\n\nThis theme ships with a basic template tag for rendering forms that match\nthe markup expected by Bootstrap.\n\nTo style forms, add the following to the top of your template ::\n \n {% load bootstrap_tags %}\n\nand include your form using the following markup: ::\n \n
\n
\n My Form\n {% csrf_token %}\n {{ form|as_bootstrap }}\n
\n \n
\n
\n
\n\nBootstrap includes styles for four types of forms. To change the display of\nyour form, add one of the following class attributes to your form tag:\n\n\n================== ================ ==============================================================\n Name Class Description\n================== ================ ==============================================================\nVertical (default) .form-vertical Stacked, left-aligned labels over controls\nHorizontal .form-horizontal Float left, right-aligned labels on same line as controls\nInline .form-inline Left-aligned label and inline-block controls for compact style\nSearch .form-search Extra-rounded text input for a typical search aesthetic\n================== ================ ==============================================================\n\n\nNavigation\n----------\n\nTo modify your site's navigation bar, implement the \"nav\" block in\nyour site_base.html using the following pattern: ::\n\n \n\n\nUpgrading from Bootstrap 1.x\n----------------------------\n\nPrevious versions of this theme were based off of Bootstrap 1.x.\nThe following is a list of changes that you need to be aware of\nwhen upgrading existing sites:\n\n- The default grid has changed from 16 columns to 12 columns.\n- Bootstrap 2 provides a responsive grid, which we've enabled by default.\n- Forms markup has changed slightly, see the example above.\n- Navigation bar markup now requires a class=\"nav\" on the ul.", "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/pinax/pinax-theme-bootstrap-account", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pinax-theme-bootstrap-account", "package_url": "https://pypi.org/project/pinax-theme-bootstrap-account/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pinax-theme-bootstrap-account/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/pinax/pinax-theme-bootstrap-account" }, "release_url": "https://pypi.org/project/pinax-theme-bootstrap-account/1.0b2/", "requires_dist": null, "requires_python": null, "summary": "a theme for Pinax/django-user-accounts based on Twitter's Bootstrap", "version": "1.0b2" }, "last_serial": 796256, "releases": { "1.0b1": [ { "comment_text": "", "digests": { "md5": "2f1ba3fa35187efd140c79eafc06b496", "sha256": "04ddeb14a56428bafdf1395def24e48ced2fdf17179e5a9d7a02be6a868f2e2d" }, "downloads": -1, "filename": "pinax-theme-bootstrap-account-1.0b1.tar.gz", "has_sig": false, "md5_digest": "2f1ba3fa35187efd140c79eafc06b496", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10055, "upload_time": "2012-07-23T10:00:25", "url": "https://files.pythonhosted.org/packages/cd/24/96aad2661c5c2413608719a4b7f570b40b7b67d9921bf7eada8afc72baf6/pinax-theme-bootstrap-account-1.0b1.tar.gz" } ], "1.0b2": [ { "comment_text": "", "digests": { "md5": "726454f1e0db793429e729a643721dc9", "sha256": "6a8fd4beec556346eb1cb05d99e7735899ace18911200add79bb782a930ea354" }, "downloads": -1, "filename": "pinax-theme-bootstrap-account-1.0b2.tar.gz", "has_sig": false, "md5_digest": "726454f1e0db793429e729a643721dc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10130, "upload_time": "2012-07-25T00:59:23", "url": "https://files.pythonhosted.org/packages/d1/a5/7ec42ab54392f7d14c20cf7b57c26d3d339b5e14c72b9a2a3b7456e48a6c/pinax-theme-bootstrap-account-1.0b2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "726454f1e0db793429e729a643721dc9", "sha256": "6a8fd4beec556346eb1cb05d99e7735899ace18911200add79bb782a930ea354" }, "downloads": -1, "filename": "pinax-theme-bootstrap-account-1.0b2.tar.gz", "has_sig": false, "md5_digest": "726454f1e0db793429e729a643721dc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10130, "upload_time": "2012-07-25T00:59:23", "url": "https://files.pythonhosted.org/packages/d1/a5/7ec42ab54392f7d14c20cf7b57c26d3d339b5e14c72b9a2a3b7456e48a6c/pinax-theme-bootstrap-account-1.0b2.tar.gz" } ] }