Changeset 662

Show
Ignore:
Timestamp:
11/28/06 06:40:44
Author:
chervol
Message:

added license, readme and history updated, version burst

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneCaptchas/trunk/README.txt

    r661 r662  
    11qPloneCaptchas is simple captchas implementasion for Plone, designed for validation human input in unsecure forms. This is standalone implementation with static captcha images, which does not depend on captchas.net services. 
     2 
     3Dynamic captchas option implemented. You can switch captchas into dynamic mode in correspondent configlet. In this case captcha images will be generated on the fly. 
    24 
    35Supported Plone versions: 
     
    68    2.5 
    79 
     10Dependency: 
     11    PIL 
     12 
    813Plugs to: 
    914 
    1015    * default Plone discution mechanism 
    11     * qPloneComments anonymous commenting way 
    1216    * PloneFormMailer anonymous contact forms 
     17 
    1318 
    1419Install: 
    1520 
    16 If qPloneCaptchas is expected to be used with qPloneComments or PloneFormMailer please make sure that qPloneCaptchas installed only after these products
     21If qPloneCaptchas is expected to be used with PloneFormMailer please make sure that qPloneCaptchas installed only after the product
    1722 
    1823Authors: 
     
    2227 
    2328Future: 
    24 * Dynamic captchas option implementation depending on PIL presence. 
     29 
    2530* Options for captchas images generation 
  • qPloneCaptchas/trunk/history.txt

    r661 r662  
     11.0 - November 28, 2006 
     2============================== 
     3 
     4 * qPloneComments related code moved to the comments product 
     5 
     6 * refactored skins for easier dynamic/static captchas switch 
     7 
     8 
    190.9 - Released October 9, 2006 
    210============================== 
     
    412 * Added implementation of dynamic generation of captcha images using PIL 
    513 
    6  * Changed verification method of entered catcha word. 
     14 * Changed verification method of entered catchas word. 
     15 
     16 * Implemented locking for used captchas keys to prevent possibility the past keys reusage. 
     17 
     18 * Support of Plone 2.5 added 
  • qPloneCaptchas/trunk/version.txt

    r661 r662  
    1 0.9 
     11.0