{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Social Media Links\n=========================\n\nA reusable Django app that renders a set of social media links, i.e. for your\nwebsite footer.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi::\n\n $ pip install django-social-media-links\n\nTo get the latest commit from GitHub::\n\n $ pip install -e git+git://github.com/bitmazk/django-social-media-links.git#egg=social_media_links\n\nAdd ``social_media_links`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'social_media_links',\n )\n\nDon't forget to migrate your database::\n\n ./manage.py migrate social_media_links\n\nIf you want to use the social icons as provided by\n[monosocialfont](http://drinchev.github.io/monosocialiconsfont/) you should add\nthe following stylesheet to your ``base.html``::\n\n \n \n \n \n // Use it like so:\n \n \n\n\nUsage\n-----\n\nFirst you need to create a set of ``LinkType`` objects. You may want to assign\nsymbols to them. In order to find out the codes for the symbols, please refer\nto http://drinchev.github.io/monosocialiconsfont/\n\nWe provide an assignment tag that returns all social media links in your\ndatabase. You can use it like so::\n\n {% load social_media_links_tags %}\n {% get_social_media_links as social_media_links %}\n {% if social_media_links %}\n \n {% endif %}\n\nOr shorter::\n\n {% load social_media_links_tags %}\n {% get_social_media_links as social_media_links %}\n {% if social_media_links %}\n \n {% endif %}\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps::\n\n # Fork this repository\n # Clone your fork\n $ mkvirtualenv -p python2.7 django-social-media-links\n $ python setup.py install\n $ pip install -r dev_requirements.txt\n\n $ git co -b feature_branch master\n # Implement your feature and tests\n $ git add . && git commit\n $ git push -u origin feature_branch\n # Send us a pull request for your feature branch\n\n\nLicense\n-------\n\nThis repository makes use of\n[monosocialiconfonts](https://github.com/drinchev/monosocialiconsfont) so\nplease have a look at the license of that project.", "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/bitmazk/django-social-media-links", "keywords": "django,app,reusable,social media,links,icons,footer", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-social-media-links", "package_url": "https://pypi.org/project/django-social-media-links/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-social-media-links/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-social-media-links" }, "release_url": "https://pypi.org/project/django-social-media-links/0.2/", "requires_dist": null, "requires_python": null, "summary": "A reusable Django app that renders a set of social media links, i.e. for your website footer.", "version": "0.2" }, "last_serial": 1125225, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4eae04c0755681b150722ce742e5da33", "sha256": "b33cc755fed6472ecf197681e4cee516e4c566617ec8a78b89616809627e04f7" }, "downloads": -1, "filename": "django-social-media-links-0.1.tar.gz", "has_sig": false, "md5_digest": "4eae04c0755681b150722ce742e5da33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 431199, "upload_time": "2013-06-11T05:01:19", "url": "https://files.pythonhosted.org/packages/e2/6e/fad6571116fd0edd54de0933673db49d21c635f68ab2e88c1dae32e55b72/django-social-media-links-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "485a76a5900ba4a86955a363316a02dc", "sha256": "74895f09eeacee9da1039fa70295404b65cf514d259283d8df732f5974b578e4" }, "downloads": -1, "filename": "django-social-media-links-0.2.tar.gz", "has_sig": false, "md5_digest": "485a76a5900ba4a86955a363316a02dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 432313, "upload_time": "2014-06-15T05:12:01", "url": "https://files.pythonhosted.org/packages/99/b7/784fe77284e096377d5b8455640e49a6356d952a71f271040b3e6297eb22/django-social-media-links-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "485a76a5900ba4a86955a363316a02dc", "sha256": "74895f09eeacee9da1039fa70295404b65cf514d259283d8df732f5974b578e4" }, "downloads": -1, "filename": "django-social-media-links-0.2.tar.gz", "has_sig": false, "md5_digest": "485a76a5900ba4a86955a363316a02dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 432313, "upload_time": "2014-06-15T05:12:01", "url": "https://files.pythonhosted.org/packages/99/b7/784fe77284e096377d5b8455640e49a6356d952a71f271040b3e6297eb22/django-social-media-links-0.2.tar.gz" } ] }