{ "info": { "author": "Six Apart", "author_email": "python@sixapart.com", "bugtrack_url": null, "classifiers": [], "description": "Adding moderation to Motion\n===========================\n\nGet the moderation app:\n\n pip -E $VIRTUAL_ENV install -e git://github.com/sixapart/typepadapp-moderation.git#egg=typepadapp_moderation\n\n\nAdd the following to your urls.py:\n\n (r'^moderation', include('moderation.urls')),\n\n\nAnd include the following in your local_settings.py module:\n\n USE_MODERATION = True\n \n if USE_MODERATION:\n from settings import INSTALLED_APPS, TEMPLATE_CONTEXT_PROCESSORS\n \n ## This is a location relative to MEDIA_ROOT and MEDIA_URL\n ## Make sure your web server has rights to create files there.\n UPLOAD_PATH = 'uploads'\n \n INSTALLED_APPS = ('moderation',) + INSTALLED_APPS\n\n TEMPLATE_CONTEXT_PROCESSORS += ('moderation.context_processors.globals', )\n\n ## Customize this setting if you wish to alter the options shown\n ## when flagging a published post or comment: \n # REPORT_OPTIONS = [\n # [\"Option label\"],\n # [\"Admin: Suppress this post immediately\", 1]\n # ]\n \n ## Assign a Typepad Antispam API key here to make use of antispam\n ## filtering.\n # TYPEPAD_ANTISPAM_API_KEY = 'antispam-api-key'\n \n ## For selective moderation; enabling this feature will default\n ## moderation so that it is only done for specific users.\n # MODERATE_BY_USER = True\n \n ## For selective moderation; enabling this feature will default\n ## moderation so that it is only done for these specific post types.\n ## Types are: post, photo, link, audio, video, comment\n # MODERATE_TYPES = ('photo',)", "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/sixapart/typepadapp-moderation/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "typepadapp-moderation", "package_url": "https://pypi.org/project/typepadapp-moderation/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/typepadapp-moderation/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/sixapart/typepadapp-moderation/" }, "release_url": "https://pypi.org/project/typepadapp-moderation/1.0.3/", "requires_dist": null, "requires_python": null, "summary": "Moderation panel for TypePad applications.", "version": "1.0.3" }, "last_serial": 1173107, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "7897511fbaf9bda139b26d928ec2ad56", "sha256": "56160321caf52e5b04ebe55c0fbbc3b700bdace3acffe91dd8a6c775a63d3193" }, "downloads": -1, "filename": "typepadapp-moderation-1.0.1.tar.gz", "has_sig": false, "md5_digest": "7897511fbaf9bda139b26d928ec2ad56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30616, "upload_time": "2009-11-25T03:17:47", "url": "https://files.pythonhosted.org/packages/29/34/12375d04b26fe15b09276657405240fee123496b0623ae5f2b711758f06e/typepadapp-moderation-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "078fff24112be8a3936ebf746a40a544", "sha256": "448c5d9972ba0b40890df028cc326de3d4acb6a86c1db776986cfecd7cdd7432" }, "downloads": -1, "filename": "typepadapp-moderation-1.0.2.tar.gz", "has_sig": false, "md5_digest": "078fff24112be8a3936ebf746a40a544", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30654, "upload_time": "2009-12-16T03:16:21", "url": "https://files.pythonhosted.org/packages/11/1f/cda247661a4266c9472812006f9f1163397160baf35e67be3cfb141e7bb3/typepadapp-moderation-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "01d37fa8a2608aca34d97d34b6a845cb", "sha256": "a14dfa52a5830669fae21e7ff1738b9b9672091a9ffda5b7c881679b4c3c1d26" }, "downloads": -1, "filename": "typepadapp-moderation-1.0.3.tar.gz", "has_sig": false, "md5_digest": "01d37fa8a2608aca34d97d34b6a845cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30342, "upload_time": "2010-04-02T22:33:39", "url": "https://files.pythonhosted.org/packages/98/a2/85b1ef6bb8dbbe6c1fe1387bebd9bcd7b96986075a00956396f3a6217c3e/typepadapp-moderation-1.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01d37fa8a2608aca34d97d34b6a845cb", "sha256": "a14dfa52a5830669fae21e7ff1738b9b9672091a9ffda5b7c881679b4c3c1d26" }, "downloads": -1, "filename": "typepadapp-moderation-1.0.3.tar.gz", "has_sig": false, "md5_digest": "01d37fa8a2608aca34d97d34b6a845cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30342, "upload_time": "2010-04-02T22:33:39", "url": "https://files.pythonhosted.org/packages/98/a2/85b1ef6bb8dbbe6c1fe1387bebd9bcd7b96986075a00956396f3a6217c3e/typepadapp-moderation-1.0.3.tar.gz" } ] }