{ "info": { "author": "Rafa\u0142 Pito\u0144", "author_email": "kontakt@rpiton.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "====================\nMisago 0.5 Redirects\n====================\n\nThis Misago app provides redirects for forums that were migrated from Misago 0.5 to Misago 0.6 and onwards.\n\nThis application exists because Misago 0.7 deprecates and removes the `misago.datamover` module that originally handled the redirects from old urls to new ones as part of larger package of migrating data from Misago 0.5.\n\n\nInstallation\n============\n\nTo install package, run following command when you are in virtualenv that you've used to install Misago:\n\n pip install misago-05-redirects\n\nThis will install the redirects app in your envinroment and let you enable it in your site configuration. To do this, edit your `settings.py`, find `INSTALLED_APPS` in it, and append following line to it:\n\n 'misago05redirects',\n\n\nNext, open your `urls.py` and find line below:\n\n url(r'^', include('misago.urls', namespace='misago')),\n\nNow, prepend new line before it so it looks like this:\n\n url(r'^', include('misago05redirects.urls')),\n url(r'^', include('misago.urls', namespace='misago')),\n\nIt's important for new line to come before Misago's one, or Misago's url's handler will intercept and fail on calls to some urls like user lists.\n\nThis is it.\n\n\nAuthors\n=======\n\n**Rafa\u0142 Pito\u0144**\n\n* http://rpiton.com\n* http://github.com/rafalp\n* https://twitter.com/RafalPiton\n\n\nCopyright and license\n=====================\n\nCopyright \u00a9 2017 `Rafa\u0142 Pito\u0144 `_\nThis program comes with ABSOLUTELY NO WARRANTY.\n\nThis is free software and you are welcome to modify and redistribute it under the conditions described in the license.\nFor the complete license, refer to LICENSE.rst\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.misago-project.org/", "keywords": null, "license": "GNU General Public License v2 (GPLv2)", "maintainer": null, "maintainer_email": null, "name": "misago-05-redirects", "package_url": "https://pypi.org/project/misago-05-redirects/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/misago-05-redirects/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.misago-project.org/" }, "release_url": "https://pypi.org/project/misago-05-redirects/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "This Misago app provides redirects for forums that were migrated from Misago 0.5 to Misago 0.6 and onwards.", "version": "0.0.1" }, "last_serial": 2910734, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f42e95aeffffb29dc04aeb64d74fddde", "sha256": "6c41a24f8561cebcfcd2a6b3f5963e5dc1f20c93233f1a37b3b9e27e60b85856" }, "downloads": -1, "filename": "misago-05-redirects-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f42e95aeffffb29dc04aeb64d74fddde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10418, "upload_time": "2017-05-30T20:15:09", "url": "https://files.pythonhosted.org/packages/81/3d/2bdce295dbf3ea47218dbab694e1d5e5653a62161a990590b6b0a6a12000/misago-05-redirects-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f42e95aeffffb29dc04aeb64d74fddde", "sha256": "6c41a24f8561cebcfcd2a6b3f5963e5dc1f20c93233f1a37b3b9e27e60b85856" }, "downloads": -1, "filename": "misago-05-redirects-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f42e95aeffffb29dc04aeb64d74fddde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10418, "upload_time": "2017-05-30T20:15:09", "url": "https://files.pythonhosted.org/packages/81/3d/2bdce295dbf3ea47218dbab694e1d5e5653a62161a990590b6b0a6a12000/misago-05-redirects-0.0.1.tar.gz" } ] }