{
"info": {
"author": "Dmitry Agafonov",
"author_email": "Dmitry@Agafonov.pp.ru",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"Natural Language :: English",
"Programming Language :: Python"
],
"description": "============================\nAbout Django Icons Famfamfam\n============================\n\nThis package provides django staticfiles with famous famfamfam silk and\nflag (png) icon sets combined together into one reuseable app.\n\nAll images were additionally optimized using optipng, pngcrush and\nconvert from imagemagick to produce minimal possible size with no loss.\n\nTotal image count: 1248. Optimization: 794 kB => 729 kB (~8% less).\n\nThree template tags for easy usage are included via ``icons`` tag library.\n\nInstallation\n------------\n\n**Via PyPI**::\n\n pip install django-icons-famfamfam\n\n**Directly from GitHub**::\n\n pip install git+git://github.com/agafonovdmitry/django-icons-famfamfam.git\n\nUsage\n-----\n\n**Make sure these lines are in** ``INSTALLED_APPS`` **in** ``settings.py``::\n\n 'django.contrib.staticfiles',\n 'icons_famfamfam',\n\n**In your templates**:\n\nAdd something like this to CSS::\n\n .icon { width:16px; height:16px; padding:2px; line-height:20px; }\n .bgicon { padding-left:20px; background-repeat:no-repeat; line-height:20px; }\n .listicon { /* ... */ }\n\nDirect images usage::\n\n \n \nOr use special template tags bundled::\n\n {% load icons %}\n \n
{% icon 'webcam' styles='border:1px solid #ccc' classes='one two' %} See me on-line!
\n\n \nPlease subscribe to our RSS feed.
\n\n