collective.captchacontactinfo


Namecollective.captchacontactinfo JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttp://plone.org/products/collective.captchacontactinfo
SummaryA simple customization for Plone contact-info that add a validation for anonymous users
upload_time2023-07-28 12:42:41
maintainer
docs_urlNone
authorRedTurtle Technology
requires_python
licenseGPL
keywords plone captcha e-mail contact-info
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Introduction
============

A simple Plone customization for the "*Contact form*" form that add a captcha regognition for anonymous users.

When anonymous try to use contact-info form, they *must* provide also a captcha protection
value.

Form protection
===============

The form protection is given by `collective.honeypot`__ product.

__ http://pypi.python.org/pypi/collective.honeypot


Policy text
===========

To show a policy text in contact-form, you just need to write it into a page in the portal, and
then set his path in a property in ZMI: portal_properties/captchacontactinfo_properties or in plone-control-panel:
http://path/to/site/@@contact-info-controlpanel
The title of the page will be shown in the form before the text.

Dependencies
============

From version 2.0.0 this product is compatible only for Plone 5.

1.x.x versions still works on Plone 3.3.5 and Plone 4.


Credits
=======

Developed with the support of `Regione Emilia Romagna`__; Regione Emilia Romagna supports the `PloneGov initiative`__.

__ http://www.regione.emilia-romagna.it/
__ http://www.plonegov.it/

Authors
=======

This product was developed by RedTurtle Technology team.

.. image:: http://www.redturtle.it/redturtle_banner.png
   :alt: RedTurtle Technology Site
   :target: http://www.redturtle.it/

Changelog
=========

3.0.1 (2023-07-28)
------------------

- Added original URL to contact-info form (#27527)
  [daniele]


3.0.0 (2022-11-03)
------------------

- Drop recaptcha dependency: use collective.honeypot.
  [cekk]


2.1.0 (2022-03-31)
------------------

- Do not open contact-info links in modals anymore.
  [cekk]


2.0.5 (2021-02-03)
------------------

- fix it transaltion
  [eikichi18]


2.0.4 (2021-02-02)
------------------

- fix verify captcha message
- add translation for it lang
  [eikichi18]


2.0.3 (2018-01-30)
------------------

- fix contact form: for privacy reason remove obligatoriness
  for sender name and sender email address; 
  update message accordingly with previous topic
  [lucabel]


2.0.2 (2017-10-26)
------------------

- Fixed modal display. [daniele]


2.0.1 (2017-10-26)
------------------

- Fix uninstall-step (remove resource registries)
  [cekk]


2.0.0 (2017-09-13)
------------------

- Property sheet will not created twice on reinstall
  [keul]
- Plone 5 compatibility. For Plone 4, use 1.x.x branch
  [daniele-andreotti]


1.2.2 (2020-02-06)
------------------

- Remove instructions to copy reCaptcha words, as v1 is now shutted down
  [laulaz]

- Allow to use a browser view instead of a Plone content
  This is useful in multilingual website or for other special cases
  [laulaz]

- Add French translations
  [laulaz]

- Add basic buildout
  [laulaz]

- Property sheet will not created twice on reinstall
  [keul] 

1.2.1 (2014-12-17)
------------------

- German translation added.

1.2.0 (2012-08-02)
------------------

- Plone 4.2 compatibility [micecchi]

1.1.0 (2012-04-10)
------------------

- Added customizable policy text [micecchi]

1.0.0 (2011-12-09)
------------------

- Initial release [micecchi]
            

Raw data

            {
    "_id": null,
    "home_page": "http://plone.org/products/collective.captchacontactinfo",
    "name": "collective.captchacontactinfo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "plone captcha e-mail contact-info",
    "author": "RedTurtle Technology",
    "author_email": "sviluppoplone@redturtle.it",
    "download_url": "https://files.pythonhosted.org/packages/f8/db/61b36843d4fe34a8b533165c3b2bea15552051e2fb0bc6e4874657e82a9e/collective.captchacontactinfo-3.0.1.tar.gz",
    "platform": null,
    "description": "Introduction\n============\n\nA simple Plone customization for the \"*Contact form*\" form that add a captcha regognition for anonymous users.\n\nWhen anonymous try to use contact-info form, they *must* provide also a captcha protection\nvalue.\n\nForm protection\n===============\n\nThe form protection is given by `collective.honeypot`__ product.\n\n__ http://pypi.python.org/pypi/collective.honeypot\n\n\nPolicy text\n===========\n\nTo show a policy text in contact-form, you just need to write it into a page in the portal, and\nthen set his path in a property in ZMI: portal_properties/captchacontactinfo_properties or in plone-control-panel:\nhttp://path/to/site/@@contact-info-controlpanel\nThe title of the page will be shown in the form before the text.\n\nDependencies\n============\n\nFrom version 2.0.0 this product is compatible only for Plone 5.\n\n1.x.x versions still works on Plone 3.3.5 and Plone 4.\n\n\nCredits\n=======\n\nDeveloped with the support of `Regione Emilia Romagna`__; Regione Emilia Romagna supports the `PloneGov initiative`__.\n\n__ http://www.regione.emilia-romagna.it/\n__ http://www.plonegov.it/\n\nAuthors\n=======\n\nThis product was developed by RedTurtle Technology team.\n\n.. image:: http://www.redturtle.it/redturtle_banner.png\n   :alt: RedTurtle Technology Site\n   :target: http://www.redturtle.it/\n\nChangelog\n=========\n\n3.0.1 (2023-07-28)\n------------------\n\n- Added original URL to contact-info form (#27527)\n  [daniele]\n\n\n3.0.0 (2022-11-03)\n------------------\n\n- Drop recaptcha dependency: use collective.honeypot.\n  [cekk]\n\n\n2.1.0 (2022-03-31)\n------------------\n\n- Do not open contact-info links in modals anymore.\n  [cekk]\n\n\n2.0.5 (2021-02-03)\n------------------\n\n- fix it transaltion\n  [eikichi18]\n\n\n2.0.4 (2021-02-02)\n------------------\n\n- fix verify captcha message\n- add translation for it lang\n  [eikichi18]\n\n\n2.0.3 (2018-01-30)\n------------------\n\n- fix contact form: for privacy reason remove obligatoriness\n  for sender name and sender email address; \n  update message accordingly with previous topic\n  [lucabel]\n\n\n2.0.2 (2017-10-26)\n------------------\n\n- Fixed modal display. [daniele]\n\n\n2.0.1 (2017-10-26)\n------------------\n\n- Fix uninstall-step (remove resource registries)\n  [cekk]\n\n\n2.0.0 (2017-09-13)\n------------------\n\n- Property sheet will not created twice on reinstall\n  [keul]\n- Plone 5 compatibility. For Plone 4, use 1.x.x branch\n  [daniele-andreotti]\n\n\n1.2.2 (2020-02-06)\n------------------\n\n- Remove instructions to copy reCaptcha words, as v1 is now shutted down\n  [laulaz]\n\n- Allow to use a browser view instead of a Plone content\n  This is useful in multilingual website or for other special cases\n  [laulaz]\n\n- Add French translations\n  [laulaz]\n\n- Add basic buildout\n  [laulaz]\n\n- Property sheet will not created twice on reinstall\n  [keul] \n\n1.2.1 (2014-12-17)\n------------------\n\n- German translation added.\n\n1.2.0 (2012-08-02)\n------------------\n\n- Plone 4.2 compatibility [micecchi]\n\n1.1.0 (2012-04-10)\n------------------\n\n- Added customizable policy text [micecchi]\n\n1.0.0 (2011-12-09)\n------------------\n\n- Initial release [micecchi]",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "A simple customization for Plone contact-info that add a validation for anonymous users",
    "version": "3.0.1",
    "project_urls": {
        "Homepage": "http://plone.org/products/collective.captchacontactinfo"
    },
    "split_keywords": [
        "plone",
        "captcha",
        "e-mail",
        "contact-info"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8db61b36843d4fe34a8b533165c3b2bea15552051e2fb0bc6e4874657e82a9e",
                "md5": "6969428d240c1264a359dbc9b79856dc",
                "sha256": "42cef3d132cff23a78ac67617411a54675b67adb6dd9420f2231a6bd52cfbfce"
            },
            "downloads": -1,
            "filename": "collective.captchacontactinfo-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6969428d240c1264a359dbc9b79856dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19426,
            "upload_time": "2023-07-28T12:42:41",
            "upload_time_iso_8601": "2023-07-28T12:42:41.271353Z",
            "url": "https://files.pythonhosted.org/packages/f8/db/61b36843d4fe34a8b533165c3b2bea15552051e2fb0bc6e4874657e82a9e/collective.captchacontactinfo-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 12:42:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "collective.captchacontactinfo"
}
        
Elapsed time: 0.10214s