{ "info": { "author": "Carlos de la Guardia", "author_email": "cguardia@yahoo.com", "bugtrack_url": null, "classifiers": [], "description": "Product information\r\n===================\r\n\r\nThis is a simple widget and field for Archetypes that uses\r\ncollective.recaptcha to show a captcha in any archetypes-based content\r\ntype. Changes to the content type will not be saved if the captcha code\r\nentered by the user is incorrect.\r\n\r\nTo use it, simple define a field in your archetypes schema that looks\r\nlike this example::\r\n\r\n RecaptchaedContentSchema = atapi.Schema((\r\n\r\n atapi.TextField(\r\n 'Text',\r\n storage=atapi.AnnotationStorage(),\r\n widget=atapi.TextAreaWidget(\r\n label=_(u\"Text\"),\r\n description=_(u\"Field description\"),\r\n ),\r\n required=True,\r\n ),\r\n\r\n CaptchaField(\r\n 'captcha',\r\n ),\r\n\r\n ))\r\n\r\n\r\n- Code repository: http://svn.plone.org/svn/collective/collective.recaptcha\r\nwidget\r\n- Questions and comments to plone users list.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.recaptchawidget", "package_url": "https://pypi.org/project/collective.recaptchawidget/", "platform": "", "project_url": "https://pypi.org/project/collective.recaptchawidget/", "project_urls": null, "release_url": "https://pypi.org/project/collective.recaptchawidget/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "A simple widget that uses collective.recaptcha for Archetypes", "version": "0.5.1" }, "last_serial": 788126, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "0d0f07408997b1d7475f50e9046b8bab", "sha256": "87b1e698600f836660d94b3c82adb78ee9a4fd5f3a214f694c2988daa01e58ee" }, "downloads": -1, "filename": "collective.recaptchawidget-0.5-py2.4.egg", "has_sig": false, "md5_digest": "0d0f07408997b1d7475f50e9046b8bab", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 27598, "upload_time": "2010-04-16T17:23:15", "url": "https://files.pythonhosted.org/packages/21/e9/6f0e7f5bbc14021e3a5d5df5f635da411928a2d6a1e9c86bfc9078187203/collective.recaptchawidget-0.5-py2.4.egg" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "8c2756fb73e726b128118f9f5be61535", "sha256": "82ff34da3f5df76f20fc035a58430e8c394e33a2710879aec98626b3f04a6f3e" }, "downloads": -1, "filename": "collective.recaptchawidget-0.5.1-py2.4.egg", "has_sig": false, "md5_digest": "8c2756fb73e726b128118f9f5be61535", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 27623, "upload_time": "2010-04-16T17:34:27", "url": "https://files.pythonhosted.org/packages/2f/28/4de4c614e031eed1965d1176c90c8b68f2d5ceaeb83a19d439373e4130c4/collective.recaptchawidget-0.5.1-py2.4.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c2756fb73e726b128118f9f5be61535", "sha256": "82ff34da3f5df76f20fc035a58430e8c394e33a2710879aec98626b3f04a6f3e" }, "downloads": -1, "filename": "collective.recaptchawidget-0.5.1-py2.4.egg", "has_sig": false, "md5_digest": "8c2756fb73e726b128118f9f5be61535", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 27623, "upload_time": "2010-04-16T17:34:27", "url": "https://files.pythonhosted.org/packages/2f/28/4de4c614e031eed1965d1176c90c8b68f2d5ceaeb83a19d439373e4130c4/collective.recaptchawidget-0.5.1-py2.4.egg" } ] }