{ "info": { "author": "Tommy Yu", "author_email": "tommy.yu@auckland.ac.nz", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nThis package adds the support of captchas on spam-prone forms on a given\nPlone instance. Currently this package extends the user registration\nform from the package plone.app.users with the support for captcha views\nfollowing the format found in `collective.captcha`_. A compatible\npackage must be installed before the captcha will function.\n\n.. _collective.captcha: http://pypi.python.org/pypi/collective.captcha\n\nInstallation\n------------\n\nThis package requires and is for Plone 4 or later. Plone 3.x does not\ndepend on `plone.app.users`_ for the user registration form. To add the\nsupport for captchas on the form for those versions of Plone are done\nusing the ZMI using the TTW editor on the registration template and\nscript files.\n\n.. _plone.app.users: http://pypi.python.org/pypi/plone.app.users\n\nInstalling with buildout\n~~~~~~~~~~~~~~~~~~~~~~~~\n\nYou can install pmr2.cpatcha using `buildout`_ by adding an entry for\nthis package in both eggs and zcml sections.\n\n.. _buildout: http://pypi.python.org/pypi/zc.buildout\n\nExample::\n\n [buildout]\n ...\n\n [instance]\n ...\n\n eggs =\n ...\n pmr2.captcha\n\n zcml =\n ...\n pmr2.captcha\n\nOnce the site is rebuilt, start the instance and install this product\nusing the Add-ons panel in Site Setup.\n\nChangelog\n=========\n\n0.2 - 2012-11-07\n----------------\n\n* Have zcml depend on plone.browserlayer as this package uses it.\n* Correcting dependencies and updated tests to be more resilient.\n\n0.1 - 2012-10-30\n----------------\n\n* Initial release", "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/PMR2/pmr2.captcha", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "pmr2.captcha", "package_url": "https://pypi.org/project/pmr2.captcha/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pmr2.captcha/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/PMR2/pmr2.captcha" }, "release_url": "https://pypi.org/project/pmr2.captcha/0.2/", "requires_dist": null, "requires_python": null, "summary": "Adds support for captcha into PMR2.", "version": "0.2" }, "last_serial": 796564, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "4aacbd9dcac59c80fd98aa36ca49bb3e", "sha256": "890393e285328f8a52ac016fb1754e5ca712da08a2c5e0f1463cd08f67edab43" }, "downloads": -1, "filename": "pmr2.captcha-0.1.tar.gz", "has_sig": false, "md5_digest": "4aacbd9dcac59c80fd98aa36ca49bb3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6343, "upload_time": "2012-10-30T03:38:19", "url": "https://files.pythonhosted.org/packages/a2/03/1338e0b1645ac8b2483396ee17c13a54e7416e882066bd7d8feadeb5414d/pmr2.captcha-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "a08ba30bf34a29da54714dc25c994cc7", "sha256": "fa1057c4ad268b320c8c701473e6b027121b4a53fb0e6d525b240537972c7f76" }, "downloads": -1, "filename": "pmr2.captcha-0.2.tar.gz", "has_sig": false, "md5_digest": "a08ba30bf34a29da54714dc25c994cc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6249, "upload_time": "2012-11-07T00:21:50", "url": "https://files.pythonhosted.org/packages/d8/ee/8301484f2ceb7fb180dfdbe26f143069aba5f70718d6e7877de1c7ccb325/pmr2.captcha-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a08ba30bf34a29da54714dc25c994cc7", "sha256": "fa1057c4ad268b320c8c701473e6b027121b4a53fb0e6d525b240537972c7f76" }, "downloads": -1, "filename": "pmr2.captcha-0.2.tar.gz", "has_sig": false, "md5_digest": "a08ba30bf34a29da54714dc25c994cc7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6249, "upload_time": "2012-11-07T00:21:50", "url": "https://files.pythonhosted.org/packages/d8/ee/8301484f2ceb7fb180dfdbe26f143069aba5f70718d6e7877de1c7ccb325/pmr2.captcha-0.2.tar.gz" } ] }