{ "info": { "author": "Nicolas Kuttler", "author_email": "pypi@nicolaskuttler.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "======\nREADME\n======\n\nThis is a simple application to create a ``robots.txt`` file for django. It has no models at all and you're supposed to edit a template to update the ``robots.txt`` file. I got tired of having to add this view to each and every project because Django doesn't have a built in ``text/plain`` view.\n\nSee the `robots page `_ for details what the file should look like.\n\n.. image:: https://api.travis-ci.org/nkuttler/django-robots-txt.png\n :target: https://travis-ci.org/nkuttler/django-robots-txt\n\nUsage\n-----\n\nGet ``django-robots-txt`` into your python path::\n\n pip install django-robots-txt\n\nCreate your custom robots.txt file in one of your template directories as ``robots_txt/robots.txt``.\n\nAdd a ``robots.txt`` view to your root ``urls.py``::\n\n from django.conf.urls.defaults import patterns, include, url\n from robots_txt.views import RobotsTextView\n\n urlpatterns = patterns('',\n ...,\n url(r'^robots.txt$', RobotsTextView.as_view()),\n ...,\n )\n\nThat's it, your robots.txt template will be served.\n\nThis urlconf entry is also supported if you prefer to keep it short::\n\n urlpatterns = patterns('',\n ...,\n url(r'', include('robots_txt.urls')),\n ...,\n )\n\nYou can add ``robots_txt`` to your INSTALLED_APPS in settings.py if you don't want to create your own template and don't mind having an empty ``robots.txt``::\n\n INSTALLED_APPS = (\n ...,\n 'robots_txt',\n ...,\n )\n\nChanges\n-------\n0.4:\n- Refactor tests\n- Updates for Django 1.6\n\n0.3:\n- Bugfix for included urlconfig", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/nkuttler/django-robots-txt", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-robots-txt", "package_url": "https://pypi.org/project/django-robots-txt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-robots-txt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/nkuttler/django-robots-txt" }, "release_url": "https://pypi.org/project/django-robots-txt/0.4/", "requires_dist": null, "requires_python": null, "summary": "Simple robots.txt app for django", "version": "0.4" }, "last_serial": 966673, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b8f0dd0af8fd0776bd4019e57b715caf", "sha256": "498b084342b9b073f47f4f4d86ecf03e59f4fcbbc639183a2b7f9ae805d0575b" }, "downloads": -1, "filename": "django-robots-txt-0.1.tar.gz", "has_sig": false, "md5_digest": "b8f0dd0af8fd0776bd4019e57b715caf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3254, "upload_time": "2012-02-26T19:25:08", "url": "https://files.pythonhosted.org/packages/65/c5/30a66e0fd45b804d503af67ae05c1bf9b6834b6ecaa220c5911617bc736e/django-robots-txt-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0de3c59af0932021dc93c9c29da1a5c8", "sha256": "0e1173e28f4f01697dc95d79fe3993677ab5a3ad45177498272ce8eceba84750" }, "downloads": -1, "filename": "django-robots-txt-0.2.tar.gz", "has_sig": false, "md5_digest": "0de3c59af0932021dc93c9c29da1a5c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3391, "upload_time": "2012-03-02T03:19:22", "url": "https://files.pythonhosted.org/packages/b1/53/3b003b13f62948ac43358b3f7c2036818b02fd79d8c1698778b088a7e76e/django-robots-txt-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "a16f341bfbfcf1320c25f00425ab83df", "sha256": "f7389f6c0e3c61f7aff40e5013f3c9170bb622d785eb25fc3a395b739b030851" }, "downloads": -1, "filename": "django-robots-txt-0.3.tar.gz", "has_sig": false, "md5_digest": "a16f341bfbfcf1320c25f00425ab83df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3406, "upload_time": "2012-06-15T16:00:27", "url": "https://files.pythonhosted.org/packages/54/d0/4975a72566f40c8788e0a9a9359be140231a76397dfd5a23aa7b319c82c3/django-robots-txt-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "ef52d4da48c1a9a874adc20595f0f9fe", "sha256": "2f68cd0ec4b0a096d5fb47d49df25436828fa4656f1dafd655a1cfd66d053981" }, "downloads": -1, "filename": "django-robots-txt-0.4.tar.gz", "has_sig": false, "md5_digest": "ef52d4da48c1a9a874adc20595f0f9fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3527, "upload_time": "2014-01-12T16:14:54", "url": "https://files.pythonhosted.org/packages/6e/65/ad07618eef777f4735b578d925fa532bc9c94af8a9349a3c08776c740cf7/django-robots-txt-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ef52d4da48c1a9a874adc20595f0f9fe", "sha256": "2f68cd0ec4b0a096d5fb47d49df25436828fa4656f1dafd655a1cfd66d053981" }, "downloads": -1, "filename": "django-robots-txt-0.4.tar.gz", "has_sig": false, "md5_digest": "ef52d4da48c1a9a874adc20595f0f9fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3527, "upload_time": "2014-01-12T16:14:54", "url": "https://files.pythonhosted.org/packages/6e/65/ad07618eef777f4735b578d925fa532bc9c94af8a9349a3c08776c740cf7/django-robots-txt-0.4.tar.gz" } ] }