{ "info": { "author": "Ashley Felton", "author_email": "asi@dbca.wa.gov.au", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "========================\nDBCA Django web template\n========================\n\nThis project consists of a basic Django application containing HTML\ntemplates that provide a starting point for web applications used by the\n`Department`_. The base template consists of a mobile-friendly\nHTML5 template with a fixed top navbar, plus static assets.\nThe project also contains functional examples of **login** and\n**logged out** templates.\n\nThe base template is based upon `HTML5 Boilerplate`_, and includes the\n`Bootstrap 3`_ CSS framework.\n\nInstallation\n============\n\n#. Install via pip: ``pip install webtemplate-dpaw``.\n#. Add ``'webtemplate_dpaw'`` to ``INSTALLED_APPS``.\n#. Ensure that the ``staticfiles`` application is included and configured\n correctly.\n#. Ensure that you have defined the following named URLs: ``login`` and\n ``logout`` (this requirement can be overriden, see below).\n#. Extend the included base template by placing the following at the head\n of your own templates: ``{% extends \"webtemplate_dpaw/base.html\" %}``\n#. Place page content within the required blocks (see below).\n\nIncluded CSS and JavaScript\n===========================\n\nThe base template currently includes the following CSS and JavaScript assets\n(served via the Department's internal mirror of `CDNJS`_):\n\n#. Modernizr 2.8.3 (HTML5 polyfills)\n#. Bootstrap 3.3.5 (CSS & JS)\n#. jQuery 2.1.4 (DOM traversal, etc.)\n\nAdditional styling can be included using the ``extra_style`` or ``extra_js``\nblocks, like so::\n\n {% load static from staticfiles %}\n\n {% block extra_style %}\n {{ block.super }}\n \n {% endblock %}\n\nYou can also overide the ``base_style`` and ``base_js`` blocks completely to\nuse different CSS or JS libraries. Note that you will also need to replace the\n``top_navbar`` block contents if you replace the base Bootstrap CSS & JS.\n\nTemplate blocks\n===============\n\nThe base template contains a number of block tags that are used to render the\ncontent of your project. The main template content blocks are as follows:\n\n- ``navbar_links`` - used to define navigation links in the top navbar.\n- ``navbar_auth`` - used to display either a **Login** or **Logout** link.\n- ``page_content`` - used to contain the page's main content.\n- ``page_footer`` - used to contain a page footer area.\n\nNote that the ``navbar_auth`` block contains ``{% url %}`` templatetags with\nnamed URLs called *login* and *logout*. If this is not required or\ninappropriate for your project, simply override the ``navbar_auth`` block.\n\nIn addition, a number of context variables are defined:\n\n- ``page_title`` - used to populate the page **** tags.\n- ``site_title`` - used to populate the projects's title in the top navbar.\n\nContext variables should be passed to templates in every view.\n\nExamples\n========\n\nTo populate the main content area with a narrow left sidebar and content\narea that fills the whole screen width and will collapse elegantly on\nnarrow or mobile displays::\n\n {% block page_content %}\n <div class=\"container-fluid\">\n <div class=\"row\">\n <div class=\"col-xs-12 col-sm-4 col-md-3 col-lg-2\" id=\"sidebar\">\n {% include \"sidebar.html\" %}\n </div>\n <div class=\"col-xs-12 col-sm-8 col-md-9 col-lg-10\">\n {% block page_content_inner %}{% endblock %}\n </div>\n </div>\n </div>\n {% endblock %}\n\nTo include a right-aligned copyright line in the footer area::\n\n {% block page_footer %}\n <div class=\"container-fluid\">\n <div class=\"row\">\n <div class=\"col-xs-12\">\n <hr>\n <p class=\"pull-right\">© 2015 Department of Parks and Wildlife</p>\n </div>\n </div>\n </div>\n {% endblock %}\n\nTo include no navigation links in the top navbar and to prevent the automatic\n\"navbar button\" from showing on narrow displays, overide the ``navbar_button``\nand ``navbar_links`` blocks to be empty::\n\n {% block navbar_button %}{% endblock %}\n {% block navbar_links %}{% endblock %}\n\n.. _Department: http://www.dbca.wa.gov.au\n.. _HTML5 Boilerplate: https://html5boilerplate.com\n.. _Bootstrap 3: https://getbootstrap.com\n.. _CDNJS https://cdnjs.com", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/parksandwildlife/webtemplate", "keywords": "django,html,template", "license": "Apache License, Version 2.0", "maintainer": "", "maintainer_email": "", "name": "webtemplate-dpaw", "package_url": "https://pypi.org/project/webtemplate-dpaw/", "platform": "", "project_url": "https://pypi.org/project/webtemplate-dpaw/", "project_urls": { "Homepage": "https://github.com/parksandwildlife/webtemplate" }, "release_url": "https://pypi.org/project/webtemplate-dpaw/0.4.8/", "requires_dist": null, "requires_python": "", "summary": "Base HTML templates for DBCA Django projects", "version": "0.4.8" }, "last_serial": 3046282, "releases": { "0.0.1a": [ { "comment_text": "", "digests": { "md5": "865738292dd297d93f1984e6683dc98f", "sha256": "047dbe0191a4b91396f682d99f541b9d023260ce889831252e5c423c9aefe503" }, "downloads": -1, "filename": "webtemplate-dpaw-0.0.1a.tar.gz", "has_sig": false, "md5_digest": "865738292dd297d93f1984e6683dc98f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2403, "upload_time": "2015-02-05T03:30:50", "url": "https://files.pythonhosted.org/packages/32/09/eb717815aefe651baf03e2076d4adc27d2c91f004d8301fd40495f0d95dc/webtemplate-dpaw-0.0.1a.tar.gz" } ], "0.0.1b": [ { "comment_text": "", "digests": { "md5": "ff1b8e8a2da876c39886e20deafeda00", "sha256": "2315e5643d3d36d703d667aca5575ba787d219ba51c3fec507525e23d647cac3" }, "downloads": -1, "filename": "webtemplate-dpaw-0.0.1b.tar.gz", "has_sig": false, "md5_digest": "ff1b8e8a2da876c39886e20deafeda00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2381, "upload_time": "2015-02-05T03:30:55", "url": "https://files.pythonhosted.org/packages/3c/e5/2727532fbd08742856534cff2f3e0da10f2ab6471ae8aee33dac125d3297/webtemplate-dpaw-0.0.1b.tar.gz" } ], "0.0.1rc": [ { "comment_text": "", "digests": { "md5": "ba8d26719a85255d8c43d77bac47300c", "sha256": "0f45945ec82f195a1cecbd4be8c92ac3f1b8f2d1079d436621ea5f1f600328b6" }, "downloads": -1, "filename": "webtemplate-dpaw-0.0.1rc.tar.gz", "has_sig": false, "md5_digest": "ba8d26719a85255d8c43d77bac47300c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32932, "upload_time": "2015-02-05T03:44:55", "url": "https://files.pythonhosted.org/packages/8e/76/cded6a78cdfc85a09496374a959cfea629711daaee1e8f3f855d87a05b6a/webtemplate-dpaw-0.0.1rc.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "9f4d4756bf2e9e498b37e0c3ca43ebf7", "sha256": "1a92d08f354f1f4b2a9b275c93a84e0a53e112a0d322e45dd0dc1d7d2801b8c3" }, "downloads": -1, "filename": "webtemplate-dpaw-0.1.tar.gz", "has_sig": false, "md5_digest": "9f4d4756bf2e9e498b37e0c3ca43ebf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42422, "upload_time": "2015-02-09T04:45:28", "url": "https://files.pythonhosted.org/packages/58/b0/24ceec6dba80f1cde62d8788e9fe83d0e340a8159ad507a9cd094ac68f38/webtemplate-dpaw-0.1.tar.gz" } ], "0.1b": [ { "comment_text": "", "digests": { "md5": "02f0b2df4283f4cc0347055e3af43095", "sha256": "ae5ca107b13f7fa85c1c3fea00cc2441d74c797c7bcb03eb9ec7b5a9f3590a72" }, "downloads": -1, "filename": "webtemplate-dpaw-0.1b.tar.gz", "has_sig": false, "md5_digest": "02f0b2df4283f4cc0347055e3af43095", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32933, "upload_time": "2015-02-05T04:04:16", "url": "https://files.pythonhosted.org/packages/ef/42/3bf8d82d1e49dbb642d49944ea4140685b46af83d0076fd11d5ae9f374cd/webtemplate-dpaw-0.1b.tar.gz" } ], "0.1rc": [ { "comment_text": "", "digests": { "md5": "e506ab47c6692a315f0d7b95fb871126", "sha256": "27be04d77bd2b6ebab24170efe54e81db11f4f1c111d588a06314ef1e90048d8" }, "downloads": -1, "filename": "webtemplate-dpaw-0.1rc.tar.gz", "has_sig": false, "md5_digest": "e506ab47c6692a315f0d7b95fb871126", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42372, "upload_time": "2015-02-09T01:06:18", "url": "https://files.pythonhosted.org/packages/80/65/8c90db60a8a77d1416a402f547aec8ddb1c1c52fbb9b6d9c177ecd2372d0/webtemplate-dpaw-0.1rc.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "63e2a48231b2e4bc8f5665f34e8fce04", "sha256": "eab736ce41a6999b7569e1c22fb7c6c9b47ae2ea17e2cada400215483d25ef21" }, "downloads": -1, "filename": "webtemplate-dpaw-0.2.tar.gz", "has_sig": false, "md5_digest": "63e2a48231b2e4bc8f5665f34e8fce04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42744, "upload_time": "2015-02-11T03:05:42", "url": "https://files.pythonhosted.org/packages/1b/58/e7bf4110804ca47d2ca29fde013d6b0deefc97ee52e99342cc1724193c68/webtemplate-dpaw-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "fd3ebe52afb0bbfa76f22be05652652a", "sha256": "e6843275fc7768e4c0a149703841bc8bc32883d4986975278babfcc255525331" }, "downloads": -1, "filename": "webtemplate-dpaw-0.3.tar.gz", "has_sig": false, "md5_digest": "fd3ebe52afb0bbfa76f22be05652652a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42894, "upload_time": "2015-02-12T02:19:39", "url": "https://files.pythonhosted.org/packages/c2/55/eb735abdc64436525d7f176fe191420bc90c82ba8e90ce05d61a373edd4f/webtemplate-dpaw-0.3.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "7a650ade813a93c1d4f401732876ee48", "sha256": "f5843fddcbe15ef25c83d7d21f18435e956a44c8494337a9ff7b46130fe5ba08" }, "downloads": -1, "filename": "webtemplate-dpaw-0.3.1.tar.gz", "has_sig": false, "md5_digest": "7a650ade813a93c1d4f401732876ee48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42901, "upload_time": "2015-08-14T03:01:11", "url": "https://files.pythonhosted.org/packages/fa/60/31e8583bee1c11d32018dfa2b6decd6fd34a8753a2f6498c8d7cbe654e51/webtemplate-dpaw-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "29a8b83bc366c32f0e591f8bb03e611e", "sha256": "bf7dcfcfa6088d26dddcd7b939f68df79009e2fc0952ff4c4149274d889f0d2f" }, "downloads": -1, "filename": "webtemplate-dpaw-0.4.0.tar.gz", "has_sig": false, "md5_digest": "29a8b83bc366c32f0e591f8bb03e611e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12515, "upload_time": "2015-09-07T03:04:58", "url": "https://files.pythonhosted.org/packages/1f/35/001673d1bf72fb64db1862fa341f1f23a62df88602daf63eaf10fdbcc53b/webtemplate-dpaw-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "4803b6c1fd9d2fd44e7b3893fa1e3807", "sha256": "cb9cdc8fa4ff27abc7f64f0dfb057c309e6819ee1f8a35322895fdc0178884c5" }, "downloads": -1, "filename": "webtemplate-dpaw-0.4.1.tar.gz", "has_sig": false, "md5_digest": "4803b6c1fd9d2fd44e7b3893fa1e3807", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12554, "upload_time": "2015-10-08T02:11:33", "url": "https://files.pythonhosted.org/packages/60/fb/e5ae6e2446e8910df61b9b3844de1cc0c847dbadc25f614f605e8fea3736/webtemplate-dpaw-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "6364d5150c62ae45adc86539feea227a", "sha256": "3587eafaee441a0cc485636f2cc16390d564848937e5eab553c2aa1dbb302dbd" }, "downloads": -1, "filename": "webtemplate-dpaw-0.4.2.tar.gz", "has_sig": false, "md5_digest": "6364d5150c62ae45adc86539feea227a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12582, "upload_time": "2015-10-12T00:34:45", "url": "https://files.pythonhosted.org/packages/61/46/7e457848ff094ef7a9db415b9e40037e719db623bf05593614551fab5c92/webtemplate-dpaw-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "ae1713d0267a38ce4cc6add07ffced30", "sha256": "2e7566a58b2b6db31cb65db196fea7f8571ea4e09789d88a5f884ce783b884fa" }, "downloads": -1, "filename": "webtemplate-dpaw-0.4.3.tar.gz", "has_sig": false, "md5_digest": "ae1713d0267a38ce4cc6add07ffced30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12193, "upload_time": "2016-05-19T00:38:15", "url": "https://files.pythonhosted.org/packages/83/13/fcbdd4ac3b94f64481ddd3cf555d446829b177f90f4ca0f6ac49a519faf2/webtemplate-dpaw-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "f6376f2235fb859f3e2f832f6e96d20a", "sha256": "40fc391024860600d1ba2d0e24bafff41ef0ac8688c43114d338c442d091f424" }, "downloads": -1, "filename": "webtemplate-dpaw-0.4.4.tar.gz", "has_sig": false, "md5_digest": "f6376f2235fb859f3e2f832f6e96d20a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12570, "upload_time": "2017-02-20T03:07:12", "url": "https://files.pythonhosted.org/packages/d7/56/59cfb96b3a5664b9de267f790e8bcfbc321227b8aecf4b1fe763317f37c3/webtemplate-dpaw-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "40ad4d81b3cc905c71cb50e31e057563", "sha256": "2578a0cc351253c17eee56878e8474146d874c66738d85bed77afe3c420b9a13" }, "downloads": -1, "filename": "webtemplate-dpaw-0.4.5.tar.gz", "has_sig": false, "md5_digest": "40ad4d81b3cc905c71cb50e31e057563", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12885, "upload_time": "2017-02-20T04:00:43", "url": "https://files.pythonhosted.org/packages/80/9c/8933bf693670b1ab19d1c2f746e0a2df48d362b8c9bd1245b5235af82ff4/webtemplate-dpaw-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "cef4f118d7e13a04421637a90da9c237", "sha256": "203a5daff9060a361b23a11c45c985d2afac82147bf176f27c5aebf5c0c6bf82" }, "downloads": -1, "filename": "webtemplate-dpaw-0.4.6.tar.gz", "has_sig": false, "md5_digest": "cef4f118d7e13a04421637a90da9c237", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12897, "upload_time": "2017-03-02T00:14:01", "url": "https://files.pythonhosted.org/packages/0f/39/57cf7238662721949007297a9c6d193be47f6feb20a08c7e74b9e79c7623/webtemplate-dpaw-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "885a74949066ea23112cf622c0e662b1", "sha256": "f3ae555b28e9dd3c943035edef01efbcbcd9e3103dc7c7f7526f2ad39e3d0bda" }, "downloads": -1, "filename": "webtemplate-dpaw-0.4.7.tar.gz", "has_sig": false, "md5_digest": "885a74949066ea23112cf622c0e662b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23152, "upload_time": "2017-03-14T03:08:01", "url": "https://files.pythonhosted.org/packages/e9/f4/6b5688dbd2c13f39a841c593fd9b19093ab5e051877d2e45b4fc7718c6fb/webtemplate-dpaw-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "f1b0df8a811dc635412f1f34ce5737ba", "sha256": "8e84b321a505beb11ae4390072d853055c45cfb891c9bf0031e5e9e64465efaf" }, "downloads": -1, "filename": "webtemplate-dpaw-0.4.8.tar.gz", "has_sig": false, "md5_digest": "f1b0df8a811dc635412f1f34ce5737ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23353, "upload_time": "2017-07-25T02:45:10", "url": "https://files.pythonhosted.org/packages/d2/89/22007f538c6bddc5457b6277eeab58fd6e42ac4dd87dc70933f9a627aeb7/webtemplate-dpaw-0.4.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f1b0df8a811dc635412f1f34ce5737ba", "sha256": "8e84b321a505beb11ae4390072d853055c45cfb891c9bf0031e5e9e64465efaf" }, "downloads": -1, "filename": "webtemplate-dpaw-0.4.8.tar.gz", "has_sig": false, "md5_digest": "f1b0df8a811dc635412f1f34ce5737ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23353, "upload_time": "2017-07-25T02:45:10", "url": "https://files.pythonhosted.org/packages/d2/89/22007f538c6bddc5457b6277eeab58fd6e42ac4dd87dc70933f9a627aeb7/webtemplate-dpaw-0.4.8.tar.gz" } ] }