{ "info": { "author": "Liam Brenner", "author_email": "liam@takeflight.com.au", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "=====================\nwagtail-accessibility\n=====================\n\nA plugin to assist with accessibility when developing in Wagtail. `Screencast demo `_.\n\nInstalling\n==========\n\nInstall using pip::\n\n pip install wagtail-accessibility\n\nThen add 'wagtailaccessibility' to your INSTALLED_APPS. It works with Wagtail 1.0 and upwards.\n\nUsing\n=====\n\nThis plugin, when added to your template, will add `tota11y `_ to all page previews. Tota11y is an accessibility visualization toolkit.\n\nTo use it, simply include this in your template, and from now on all page previews will include it.\n\n\n.. code-block:: html\n\n {% load wagtailaccessibility_tags %}\n {% tota11y %}\n\nJinja2\n======\n\nThis plugin also contains a jinja2 implementation, to use it, include the following in your config.\n\n.. code-block:: python\n\n {\n 'BACKEND': 'django.template.backends.jinja2.Jinja2',\n 'OPTIONS': {\n 'extensions': [\n ...\n 'wagtailaccessibility.jinja2tags.tota11y',\n ],\n },\n }\n\nThe template tag can then be used like so.\n\n.. code-block:: html\n\n {{ tota11y() }}\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/takeflight/wagtail-accessibility", "keywords": "", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "wagtail-accessibility", "package_url": "https://pypi.org/project/wagtail-accessibility/", "platform": "", "project_url": "https://pypi.org/project/wagtail-accessibility/", "project_urls": { "Homepage": "https://github.com/takeflight/wagtail-accessibility" }, "release_url": "https://pypi.org/project/wagtail-accessibility/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A plugin to assist with accessibility when developing in Wagtail.", "version": "0.1.2" }, "last_serial": 2679604, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9623511d1260c23f6aa02e5875bd0ec4", "sha256": "4087bfbc251fa3c2e313e9723de8aa4d86f17e329973521326bf503aa9cdd16d" }, "downloads": -1, "filename": "wagtail-accessibility-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9623511d1260c23f6aa02e5875bd0ec4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2913, "upload_time": "2016-02-22T06:00:55", "url": "https://files.pythonhosted.org/packages/93/b2/a8b3fafe601d79d17b9858efd5513331b4e26dfa237f0a64d3fffff904c5/wagtail-accessibility-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "457024b915bbaf8e0b1b00749dfb3af5", "sha256": "1fab3b33821a700f90e84b135bd8f6f9dc3335b72b567d8f8fafc4653e7a53fd" }, "downloads": -1, "filename": "wagtail-accessibility-0.1.1.tar.gz", "has_sig": false, "md5_digest": "457024b915bbaf8e0b1b00749dfb3af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74300, "upload_time": "2016-09-20T02:23:21", "url": "https://files.pythonhosted.org/packages/1a/ff/9b994aa183eed860f6c8246be9e3f4178d93f64966a2ccbfd48a1393c313/wagtail-accessibility-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "d0edc2adcddaf74d534dcc5d539e6b9b", "sha256": "f6d9eb2e61fb770acf16799d32ad20e8de4e63a1a37c933dafdfdf2dc8e8f3de" }, "downloads": -1, "filename": "wagtail-accessibility-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d0edc2adcddaf74d534dcc5d539e6b9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74402, "upload_time": "2017-03-03T04:26:43", "url": "https://files.pythonhosted.org/packages/51/e1/a7999470de20271c7fedddc46cd5880e7a6ca1f52340672f2b13878dcccb/wagtail-accessibility-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d0edc2adcddaf74d534dcc5d539e6b9b", "sha256": "f6d9eb2e61fb770acf16799d32ad20e8de4e63a1a37c933dafdfdf2dc8e8f3de" }, "downloads": -1, "filename": "wagtail-accessibility-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d0edc2adcddaf74d534dcc5d539e6b9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 74402, "upload_time": "2017-03-03T04:26:43", "url": "https://files.pythonhosted.org/packages/51/e1/a7999470de20271c7fedddc46cd5880e7a6ca1f52340672f2b13878dcccb/wagtail-accessibility-0.1.2.tar.gz" } ] }