Changeset 1085 in products


Ignore:
Timestamp:
Jul 15, 2009 11:58:26 AM (15 years ago)
Author:
olha
Message:

README.txt and INSTALL.txt files corrected

Location:
quintagroup.plonecaptchas/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/trunk/README.txt

    r964 r1085  
    1 Plone Capchas 
    2 ============= 
     1Plone Captchas 
     2============== 
    33 
    44Introduction 
    55------------ 
    66 
    7 quintagroup.plonecaptchas is simple captchas implementation for Plone, designed 
    8 for validating human input in insecure forms. This is a standalone  
     7quintagroup.plonecaptchas is a simple captchas implementation for Plone, designed 
     8for validation of human input in insecure forms. This is a standalone  
    99implementation with static captcha images, which does not depend on captchas.net  
    1010services. 
    1111 
    1212Since version 1.0, the dynamic captchas option is implemented. You can 
    13 switch captchas into dynamic mode in correspondent configlet. In this 
     13switch captchas into dynamic mode in the correspondent configlet. In this 
    1414case, captcha images will be generated on the fly. 
    1515 
     
    1818 
    1919PIL with Jpeg and FreeType support 
    20  
    2120 
    2221Plugs to 
     
    2726* send to form 
    2827 
    29 Install 
    30 ------- 
     28Installation 
     29------------ 
    3130 
    32 Install quintagroup.plonecaptchas with QuickInstaller. 
     31See docs/INSTALL.txt for instructions. 
    3332 
    3433Authors 
    3534------- 
    3635 
    37 The product is developed by Quintagroup_ team: 
     36The product is developed by Quintagroup team: 
    3837 
    39 * `Volodymyr Cherepanyak`_ 
    40 * `Mykola Kharechko`_ 
    41 * `Vitaliy Stepanov`_ 
    42 * `Bohdan Koval`_ 
     38* Volodymyr Cherepanyak 
     39 
     40* Mykola Kharechko 
     41 
     42* Vitaliy Stepanov 
     43 
     44* Bohdan Koval 
    4345 
    4446Contributors 
     
    5153 
    5254* Configuration of captchas images generation (shade, background, colors etc.) 
    53  
    54 .. _Quintagroup: http://quintagroup.com/ 
    55 .. _Volodymyr Cherepanyak: mailto:chervol@quintagroup.com 
    56 .. _Mykola Kharechko: mailto:crchemist@quintagroup.com 
    57 .. _Vitaliy Stepanov: mailto:liebster@quintagroup.com 
    58 .. _Bohdan Koval: mailto:koval@quintagroup.com 
    59 .. _Dorneles Tremea: mailto:dorneles@tremea.com 
  • quintagroup.plonecaptchas/trunk/docs/INSTALL.txt

    r797 r1085  
    55using a traditional Zope 2 instance, you can do this: 
    66 
    7 * When you're reading this you have probably already run  
    8   ``easy_install quintagroup.plonecaptchas``. Find out how to install setuptools 
    9   (and EasyInstall) here: 
    10   http://peak.telecommunity.com/DevCenter/EasyInstall 
     7* Copy ``quintagroup`` folder to the /path/to/instance/lib/python directory. 
    118 
    12 * If you are using Zope 2.9 (not 2.10), get `pythonproducts`_ and install it  
    13   via:: 
     9* Create a file called ``quintagroup.plonecaptchas-overrides.zcml`` in  
     10the /path/to/instance/etc/package-includes directory. The file should only contain this:: 
    1411 
    15     python setup.py install --home /path/to/instance 
     12  <include package="quintagroup.plonecaptchas" file="overrides.zcml" /> 
    1613 
    17 into your Zope instance. 
     14* Restart the Zope server, for example with the following command in the terminal:: 
    1815 
    19 * Create a file called ``quintagroup.plonecaptchas-configure.zcml`` in the 
    20   ``/path/to/instance/etc/package-includes`` directory.  The file 
    21   should only contain this:: 
    22  
    23     <include package="quintagroup.plonecaptchas" /> 
    24  
    25 .. _pythonproducts: http://plone.org/products/pythonproducts 
    26  
     16   $ ./bin/zopectl restart 
    2717 
    2818Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
     
    4939    $ ./bin/buildout 
    5040         
    51 You can skip the ZCML slug if you are going to explicitly include the package 
    52 from another package's configure.zcml file. 
     41Install quintagroup.plonecaptchas with Quickinstaller in Plone. 
Note: See TracChangeset for help on using the changeset viewer.