Changeset 1213

Show
Ignore:
Timestamp:
08/25/08 12:21:18
Author:
deo
Message:

Rewrapped long lines. Added contributors section.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneCaptchas/branches/plone-3.1/README.txt

    r1100 r1213  
    11Plone Capchas 
    22 
    3     qPloneCaptchas is simple captchas implementation for Plone, designed for validation  
    4     human input in insecure forms. This is standalone implementation with static captcha 
    5     images, which does not depend on captchas.net services. 
     3    qPloneCaptchas is simple captchas implementation for Plone, designed 
     4    for validating human input in insecure forms. This is a standalone 
     5    implementation with static captcha images, which does not depend on 
     6    captchas.net services. 
    67 
    7     Starting from version 1.0 dynamic captchas option implemented. You can switch  
    8     captchas into dynamic mode in correspondent configlet. In this case captcha images  
    9     will be generated on the fly. 
     8    Since version 1.0, the dynamic captchas option is implemented. You can 
     9    switch captchas into dynamic mode in correspondent configlet. In this 
     10    case, captcha images will be generated on the fly. 
     11 
    1012 
    1113Supported Plone versions: 
     
    1416    * 2.1.x 
    1517    * 2.5.x 
    16     * 3.0.x 
     18    * 3.x 
     19 
    1720 
    1821Dependency: 
    1922 
    2023    PIL with Jpeg and FreeType support 
     24 
    2125 
    2226Plugs to: 
     
    2832Install: 
    2933 
    30     If qPloneCaptchas is expected to be used with PloneFormMailer please make sure  
    31     that qPloneCaptchas installed only after the product. Tested with PloneFormMailer 0.3. 
     34    If qPloneCaptchas is expected to be used with PloneFormMailer please 
     35    make sure that qPloneCaptchas is installed only after the product. 
     36    Tested with PloneFormMailer 0.3. 
    3237 
    3338 
    34 The product is developed by Quintagroup.com team. 
     39Authors: 
    3540 
    36     Volodymyr Cherepanyak - chervol@quintagroup.com 
    37     Mykola Kharechko - crchemist@quintagroup.com 
     41    The product is developed by Quintagroup.com team: 
     42 
     43    * Volodymyr Cherepanyak - chervol@quintagroup.com 
     44 
     45    * Mykola Kharechko - crchemist@quintagroup.com 
     46 
     47 
     48Contributors: 
     49 
     50    * Dorneles Tremea - dorneles@tremea.com 
     51 
    3852 
    3953Future features: