{ "info": { "author": "Luan Pablo", "author_email": "luan@tracy.com.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "django-i18n-sitemap\n===================\n\nUsage\n-----\n\nAdd ``i18nsitemap`` to your ``INSTALLED_APPS``\n\nIn your Sitemap class who supports i18n inherit from i18nsitemap.I18nSitemap instead from django.\n\nSet ``i18n = True``\n\nThat's it. And there is no problem on using ``I18nSitemap`` on any Sitemap class, no needs to add or remove anything.\n\nHere it follows an example\n\n::\n\n class BlogSitemap(I18nSitemap):\n changefreq = \"never\"\n priority = 0.5\n i18n = True\n\n def items(self):\n return Entry.objects.filter(is_draft=False)\n\n def lastmod(self, obj):\n return obj.pub_date", "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/TracyWebTech/django-i18n-sitemap", "keywords": null, "license": "GNU General Public License v2 (GPLv2)", "maintainer": null, "maintainer_email": null, "name": "django-i18n-sitemap", "package_url": "https://pypi.org/project/django-i18n-sitemap/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-i18n-sitemap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/TracyWebTech/django-i18n-sitemap" }, "release_url": "https://pypi.org/project/django-i18n-sitemap/0.1/", "requires_dist": null, "requires_python": null, "summary": "Adds the possibility to have i18n urls in your sitemap", "version": "0.1" }, "last_serial": 1113955, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5de8620ef689b48dc3c76b3dfa6ed6d4", "sha256": "f15be064f30d6527f46295d4abb330cb80b751b0887cabb14e903214b2d1a47b" }, "downloads": -1, "filename": "django-i18n-sitemap-0.1.tar.gz", "has_sig": false, "md5_digest": "5de8620ef689b48dc3c76b3dfa6ed6d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2285, "upload_time": "2014-06-04T17:00:05", "url": "https://files.pythonhosted.org/packages/d6/fe/8842dc861fad4e6dc4083b5a0bfc899c882cd55639e7876223d294ba0ad1/django-i18n-sitemap-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5de8620ef689b48dc3c76b3dfa6ed6d4", "sha256": "f15be064f30d6527f46295d4abb330cb80b751b0887cabb14e903214b2d1a47b" }, "downloads": -1, "filename": "django-i18n-sitemap-0.1.tar.gz", "has_sig": false, "md5_digest": "5de8620ef689b48dc3c76b3dfa6ed6d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2285, "upload_time": "2014-06-04T17:00:05", "url": "https://files.pythonhosted.org/packages/d6/fe/8842dc861fad4e6dc4083b5a0bfc899c882cd55639e7876223d294ba0ad1/django-i18n-sitemap-0.1.tar.gz" } ] }