{ "info": { "author": "Daniel Kaufhold", "author_email": "daniel.kaufhold@bitmazk.com", "bugtrack_url": null, "classifiers": [], "description": "CMSplugin redirect\n==================\n\nA reusable Django app to add custom redirect actions to Django-CMS.\n\n\nInstallation\n------------\n\nIf you want to install the latest stable release from PyPi::\n\n $ pip install cmsplugin-redirect\n\nIf you feel adventurous and want to install the latest commit from GitHub::\n\n $ pip install -e git://github.com/bitmazk/cmsplugin-redirect.git#egg=cmsplugin_redirect\n\nAdd ``cmsplugin_redirect`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'cmsplugin_redirect',\n )\n\nAdd the ``ForceResponseMiddleware`` to your middleware classes setting::\n\n MIDDLEWARE_CLASSES = (\n ...\n 'cmsplugin_redirect.middleware.ForceResponseMiddleware',\n )\n\n\nRun ``./manage.py migrate`` to apply south migrations.\n\n\nUsage\n-----\n\nYou can add the ``Redirect action`` plugin to a placeholder like you would add\nall other plugins in the admin of a CMS Page.\n\nYou can chose to which CMS Page you want to redirect via the drop down list.\nIf you leave the ``page_link`` choice blank, the plugin redirects to the first\nchild of the Page.\n\nJust be careful, that you don't accidentaly create infinite redirects loops.\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps::\n\n # Fork this repository\n # Clone your fork\n $ mkvirtualenv -p python2.7 cmsplugin-redirect\n $ pip install -r test_requirements.txt\n $ ./logger/tests/runtests.sh\n # You should get no failing tests\n\n $ git co -b feature_branch master\n # Implement your feature and tests\n # Describe your change in the CHANGELOG.txt\n $ git add . && git commit\n $ git push origin feature_branch\n # Send us a pull request for your feature branch\n\nWhenever you run the tests a coverage output will be generated in\n``tests/coverage/index.html``. When adding new features, please make sure that\nyou keep the coverage at 100%.\n\n\nRoadmap\n-------\n\nCheck the issue tracker on github for milestones and features to come.", "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/bitmazk/cmsplugin-redirect", "keywords": "django,redirect,cms,plugin,placeholder", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "cmsplugin-redirect", "package_url": "https://pypi.org/project/cmsplugin-redirect/", "platform": "OS Independent", "project_url": "https://pypi.org/project/cmsplugin-redirect/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/cmsplugin-redirect" }, "release_url": "https://pypi.org/project/cmsplugin-redirect/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "A reusable Django app to add custom redirect actions to Django-CMS.", "version": "0.2.1" }, "last_serial": 810675, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "720840d8c29cc4395627f79d1b4044c1", "sha256": "f2e4f150e1579404093602d43c42ca989471acb9999a51e025639982dd0f3749" }, "downloads": -1, "filename": "cmsplugin-redirect-0.2.tar.gz", "has_sig": false, "md5_digest": "720840d8c29cc4395627f79d1b4044c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9161, "upload_time": "2013-07-07T12:00:13", "url": "https://files.pythonhosted.org/packages/72/f6/529383a7d04950f7a9077d2203224e21660d11e2a5e034cfca7ae04b3a9b/cmsplugin-redirect-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "c218c144a9e41af00fc920b16b7cf1f0", "sha256": "c5523f3deaacde2bb35acccb4f93a72aca4adcc0e57f5063f14e1b554ab08556" }, "downloads": -1, "filename": "cmsplugin-redirect-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c218c144a9e41af00fc920b16b7cf1f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9229, "upload_time": "2013-07-08T07:03:21", "url": "https://files.pythonhosted.org/packages/64/d0/f79d6e3c68beda26d62f89df1810b9ef3be1386fec226431ede63bf1ef96/cmsplugin-redirect-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c218c144a9e41af00fc920b16b7cf1f0", "sha256": "c5523f3deaacde2bb35acccb4f93a72aca4adcc0e57f5063f14e1b554ab08556" }, "downloads": -1, "filename": "cmsplugin-redirect-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c218c144a9e41af00fc920b16b7cf1f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9229, "upload_time": "2013-07-08T07:03:21", "url": "https://files.pythonhosted.org/packages/64/d0/f79d6e3c68beda26d62f89df1810b9ef3be1386fec226431ede63bf1ef96/cmsplugin-redirect-0.2.1.tar.gz" } ] }