{ "info": { "author": "Mikhail Andreev", "author_email": "x11org@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-goto-url\n========================\n\n.. image:: https://secure.travis-ci.org/adw0rd/django-goto-url.png\n :target: http://travis-ci.org/adw0rd/django-goto-url\n\nWraps external links in base64 and relocate on the special View, later redirect to source URL\n\n pip install django-goto-url\n\nFor more details see:\n------------------------\n\n* http://github.com/adw0rd/django-goto-url - the GitHub repository\n* http://pypi.python.org/pypi/django-goto-url - the PyPI page\n\n\nSettings:\n------------------------\n\nAdd to ``settings.py``::\n\n INSTALLED_APPS = (\n 'goto_url',\n )\n\nAdd to ``url.py``::\n\n urlpatterns = patterns('',\n url(r'', include('goto_url.urls')),\n )\n\n\nUsage:\n------------------------\n\n1. The templates can be used as follows::\n\n {% load goto_url %}\n {% goto_url comment.user_url %}\n {% goto_url \"http://adw0rd.com/\" %}\n\n2. Not in the templates can be used as follows::\n\n from goto_url.utils import goto_url\n \n goto_url('http://adw0rd.com/')\n >>> '/goto/aHR0cDovL2FkdzByZC5jb20v'", "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/adw0rd/django-goto-url", "keywords": "django,goto,url,redirect,relocation", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-goto-url", "package_url": "https://pypi.org/project/django-goto-url/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-goto-url/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/adw0rd/django-goto-url" }, "release_url": "https://pypi.org/project/django-goto-url/0.3/", "requires_dist": null, "requires_python": null, "summary": "Wraps external links in base64 and relocate on the special View, later redirect to source URL", "version": "0.3" }, "last_serial": 789774, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "0118aae054152b8d42e92c5fb4ad7a5e", "sha256": "705b6fc73cc2d265b01fc5d070d55935bb0de471f3a77200677663d470904655" }, "downloads": -1, "filename": "django-goto-url-0.1.tar.gz", "has_sig": false, "md5_digest": "0118aae054152b8d42e92c5fb4ad7a5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2211, "upload_time": "2012-10-02T14:06:26", "url": "https://files.pythonhosted.org/packages/e1/cf/077a88d8055550f6dd1cceb5fcc1092d3c212b4c93bbabe263ddfab0ec5a/django-goto-url-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f76ae6d087fbb9b78601d6dd9f1b73e6", "sha256": "708b665b625d192dbfc1012737951214c504b221f287523ff55ae94be0f62871" }, "downloads": -1, "filename": "django-goto-url-0.2.tar.gz", "has_sig": false, "md5_digest": "f76ae6d087fbb9b78601d6dd9f1b73e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2247, "upload_time": "2012-10-02T14:15:38", "url": "https://files.pythonhosted.org/packages/65/d3/5d969995d996b6685cc535c53d8b6cc76cc2fff342d52f14cf5e3f154782/django-goto-url-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "8313aede5b520d9df370c9195eacf10b", "sha256": "55ce9ee8b396be3c7972fc078bb1c8ab5dbf6e97f4402ed2fea60a4188fb181d" }, "downloads": -1, "filename": "django-goto-url-0.3.tar.gz", "has_sig": false, "md5_digest": "8313aede5b520d9df370c9195eacf10b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2551, "upload_time": "2012-11-28T14:34:29", "url": "https://files.pythonhosted.org/packages/a6/f1/8d240eb2e64978aae031511f9f4d1d0a8de196ae949272fe136cd3b7f29f/django-goto-url-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8313aede5b520d9df370c9195eacf10b", "sha256": "55ce9ee8b396be3c7972fc078bb1c8ab5dbf6e97f4402ed2fea60a4188fb181d" }, "downloads": -1, "filename": "django-goto-url-0.3.tar.gz", "has_sig": false, "md5_digest": "8313aede5b520d9df370c9195eacf10b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2551, "upload_time": "2012-11-28T14:34:29", "url": "https://files.pythonhosted.org/packages/a6/f1/8d240eb2e64978aae031511f9f4d1d0a8de196ae949272fe136cd3b7f29f/django-goto-url-0.3.tar.gz" } ] }