source: products/quintagroup.pfg.captcha/trunk/README.txt @ 2737

Last change on this file since 2737 was 2737, checked in by mylan, 14 years ago

Merged revisions 3750,3767-3774 via svnmerge from
http://svn.quintagroup.com/products/quintagroup.pfg.captcha/branches/migration

........

r3750 | mylan | 2010-07-20 23:44:36 +0300 (Tue, 20 Jul 2010) | 1 line


#222: Added basic structure of migration Product to Package

........

r3767 | mylan | 2010-08-09 20:59:55 +0300 (Mon, 09 Aug 2010) | 1 line


Fix validator registration breakage

........

r3768 | mylan | 2010-08-09 21:07:08 +0300 (Mon, 09 Aug 2010) | 1 line


#222: Added migratioin old Products.qPloneCaptchaField to quintagroup.pfg.captcha fields

........

r3769 | mylan | 2010-08-10 12:19:58 +0300 (Tue, 10 Aug 2010) | 1 line


#222: Fix typo

........

r3770 | mylan | 2010-08-10 12:59:59 +0300 (Tue, 10 Aug 2010) | 1 line


#222: Move installation quintagroup.pfg.captcha with dependecies from global setupPloneSite to TestCase? classes

........

r3771 | mylan | 2010-08-10 14:09:48 +0300 (Tue, 10 Aug 2010) | 1 line


#222: Splited tests.py module into 2 layers with notinstalled and installed quintagroup.pfg.captcha packages

........

r3772 | mylan | 2010-08-10 17:43:03 +0300 (Tue, 10 Aug 2010) | 1 line


#222: Fix uninstallation 'old' packages when second run quintagroup.pfg.captcha installation

........

r3773 | mylan | 2010-08-10 17:43:54 +0300 (Tue, 10 Aug 2010) | 1 line


#222: Added test for migration from old qPloneCaptchaField to new quintagroup.pfg.captcha

........

r3774 | mylan | 2010-08-10 18:03:41 +0300 (Tue, 10 Aug 2010) | 1 line


#222: Prepare to 1.0.1 release

........

File size: 1.9 KB
RevLine 
[1969]1Introduction
2============
3
[2143]4Quintagroup PloneFormGen Captcha Field (quintagroup.pfg.captcha) allows to
5add captcha field to PloneFormGen forms.
[2053]6
[2737]7
[2143]8Usage
9-----
[2053]10
[2143]11To add captcha to PloneFormGen forms you need to install 2 Plone products:
[2053]12
[2143]13* PloneFormGen - for creating the form itself
[2144]14* Quintagroup PloneFormGen CaptchaField - for adding captcha field to the form, it will be installed together with Quintagroup Captcha Core (quintagroup.captcha.core) package that enables Plone captchas on Plone sites.
[2053]15
[2143]16Make sure you install PloneFormGen first, otherwise quintagroup.pfg.captcha may fail to work correctly.
[2053]17
[2143]18quintagroup.pfg.captcha plugs to PloneFormGen forms, so after successful installation
19you will have a new field among fields available for PloneFormGen form - Captcha Field.
20Everything you need to do is to select this field from 'Add..' drop-down menu and save it.
[2053]21
[2737]22
[2143]23Supported Plone version
24-----------------------
[2053]25
[2143]26* 3.x
[2053]27
[2143]28quintagroup.pfg.captcha was tested with Plone 3.0.6, 3.1.7, 3.2.3, and 3.3.4.
29
[2053]30Links
31-----
32   
[2061]33* Documentation - http://projects.quintagroup.com/products/wiki/quintagroup.pfg.captcha
34* SVN Repository - http://svn.quintagroup.com/products/quintagroup.pfg.captcha
[2053]35
[2737]36
[2061]37Notes
38-----
39
[2144]40* If you want to change captcha look - use quintagroup.captcha.core settings: http://projects.quintagroup.com/products/wiki/quintagroup.captcha.core
[2061]41
[2144]42* If you want captcha for Plone default forms - use quintagroup.plonecaptchas product http://projects.quintagroup.com/products/wiki/quintagroup.plonecaptchas
[2061]43
[2737]44* Migration from qPloneCaptchaField: just replace old Products.qPloneCaptchaField with
45  quintagroup.pfg.captcha in the buildout and install new package with quickinstaller -
46  it will replace all old ones captcha fields (qPloneCaptchaField's) with new one.
47
48
[2053]49Authors
50-------
51
52The product is developed by Quintagroup.com team:
53
54* Volodymyr Cherepanyak
55* Taras Melnychuk
[2143]56* Andriy Mylenkyi
57* Vitaliy Stepanov
[2053]58
59Copyright (c) "Quintagroup": http://quintagroup.com, 2004-2010
60
Note: See TracBrowser for help on using the repository browser.