{ "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