{ "info": { "author": "Justin Quick", "author_email": "justquick@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Feedmap\n=======\n\n:Authors:\n Justin Quick \n:Version: 0.1\n\n::\n\n pip install django-feedmap\n\nDjango Feedmap is a syndication feeds and sitemaps generator for django.\nRegister the querysets only once with feedmap so it knows how to populate\nthe feeds. Put this bit in your urls.py::\n \n from feedmap import feedmap\n\n feedmap.register('entries',\n BlogEntry.objects.filter(is_public=True),\n feed_attrs = {\n 'title':'Recent Blog Entries',\n 'link':'/blog/',\n },\n )\n \n urlpatterns += feedmap.urls\n\nThen it will generate syndication feeds in atom and rss2 formats as well as corresponding sitemaps::\n\n /sitemap.xml # Global Index\n /sitemap-feeds.xml # Index of syndication feeds\n /sitemap-entries.xml # Actual sitemap of recent blog entries\n /feeds/entries # RSS2 feed\n /feeds/entries/atom # Atom feed", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://opensource.washingtontimes.com/projects/django-feedmap/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-feedmap", "package_url": "https://pypi.org/project/django-feedmap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-feedmap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://opensource.washingtontimes.com/projects/django-feedmap/" }, "release_url": "https://pypi.org/project/django-feedmap/0.1/", "requires_dist": null, "requires_python": null, "summary": "Use a register command to generate RSS and Atom feeds as well as a corresponding Sitemaps. Integrates easily with ShareThis", "version": "0.1" }, "last_serial": 789634, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2a831a80df00c2b072d7a24e1c693d0c", "sha256": "5792d2f3d8869a6b7c67d0dfe2261d47b241cb2f97a63fbe1fdc488751d356d2" }, "downloads": -1, "filename": "django-feedmap-0.1.tar.gz", "has_sig": false, "md5_digest": "2a831a80df00c2b072d7a24e1c693d0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3584, "upload_time": "2010-05-23T23:11:20", "url": "https://files.pythonhosted.org/packages/38/75/6efbb6a938dc5bc3082959d7a8258a00bd47573154fb8573a64fbee52061/django-feedmap-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2a831a80df00c2b072d7a24e1c693d0c", "sha256": "5792d2f3d8869a6b7c67d0dfe2261d47b241cb2f97a63fbe1fdc488751d356d2" }, "downloads": -1, "filename": "django-feedmap-0.1.tar.gz", "has_sig": false, "md5_digest": "2a831a80df00c2b072d7a24e1c693d0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3584, "upload_time": "2010-05-23T23:11:20", "url": "https://files.pythonhosted.org/packages/38/75/6efbb6a938dc5bc3082959d7a8258a00bd47573154fb8573a64fbee52061/django-feedmap-0.1.tar.gz" } ] }