{ "info": { "author": "Jonathan Enzinna", "author_email": "jonnyfunfun@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "============\ndjango-cufon\n============\n\nEasy Cufon with Django. Django-cufon provides easy-to-use template tags for use with rendering Cufon text in your\nHTML with Django.\n\nIt provides:\n\n* A tag named ``{% cufon-script %}`` that includes the Cufon JavaScripts. This is meant to be put in ``HEAD``.\n* A tag named ``{% cufon %}`` that handles rendering your Cufon texts.\n\n`read the docs`_ for more information.\n\n.. _`read the docs`: http://django-cufon.rtfd.org\n\nExample\n=======\n\nIn your ``HEAD`` be sure to include the Cufon scripts and your fonts::\n\n {% load cufon %}\n \n \n My awesome page\n {% cufon-script %}\n \n [...]\n\nThen, in your body where you want to Cufon some text::\n\n

{% cufon \"All your base are belong to us!\" \"MyAwesomeFont\" %}

\n\nThe above example will render the text ``All your base are belong to us!`` in the Cufon font called ``MyAwesomeFont``\n\nDocumentation\n=============\n\nFor a little more documentation, though not much more, see the ``docs`` folder or `read the documentation online`_\n\n.. _`read the documentation online`: http://django-cufon.rtfd.org\n\nAuthors & Special Thanks\n========================\n\ndjango-cufon was written by `Jonathan Enzinna`_\n\nMany special thanks to `Simo Kinnunen`_ for creating `Cufon`_ in the first place.\n\n.. _`Jonathan Enzinna`: https://github.com/JonnyFunFun\n.. _`Simo Kinnunen`: https://twitter.com/sorccu\n.. _`Cufon`: http://cufon.shoqolate.com/generate/", "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/JonnyFunFun/django-cufon", "keywords": "cufon,django", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "django-cufon", "package_url": "https://pypi.org/project/django-cufon/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-cufon/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/JonnyFunFun/django-cufon" }, "release_url": "https://pypi.org/project/django-cufon/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Cufon made easy in Django", "version": "0.1.0" }, "last_serial": 789410, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "377278bce5759a0f3a48877d20af69f3", "sha256": "f5d86812ce1679ea6e01a7e98d05479376fda98ef70250d05b78d685ebeba97f" }, "downloads": -1, "filename": "django-cufon-0.1.0.tar.gz", "has_sig": true, "md5_digest": "377278bce5759a0f3a48877d20af69f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2263, "upload_time": "2013-02-15T16:41:16", "url": "https://files.pythonhosted.org/packages/33/70/a443bb3ef4704e9b898f8ed7b14d253bb55ca7fa1fa4111c8297aee53aa2/django-cufon-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "377278bce5759a0f3a48877d20af69f3", "sha256": "f5d86812ce1679ea6e01a7e98d05479376fda98ef70250d05b78d685ebeba97f" }, "downloads": -1, "filename": "django-cufon-0.1.0.tar.gz", "has_sig": true, "md5_digest": "377278bce5759a0f3a48877d20af69f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2263, "upload_time": "2013-02-15T16:41:16", "url": "https://files.pythonhosted.org/packages/33/70/a443bb3ef4704e9b898f8ed7b14d253bb55ca7fa1fa4111c8297aee53aa2/django-cufon-0.1.0.tar.gz" } ] }