[GENERIC] Zend_Translate:
[zend.git] / documentation / manual / en / module_specs / Zend_Captcha.xml
blob589455f705e3753b8c7a397a73893b6e25e52d53
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Reviewed: no -->
3 <sect1 id="zend.captcha.introduction">
4     <title>Introduction</title>
6     <para>
7         <ulink url="http://en.wikipedia.org/wiki/Captcha">CAPTCHA</ulink>
8         stands for "Completely Automated Public Turing test to tell Computers and Humans
9         Apart"; it is used as a challenge-response to ensure that the individual
10         submitting information is a human and not an automated process. Typically, a
11         captcha is used with form submissions where authenticated users are not
12         necessary, but you want to prevent spam submissions.
13     </para>
15     <para>
16         Captchas can take a variety of forms, including asking logic questions, presenting skewed
17         fonts, and presenting multiple images and asking how they relate.
18         <classname>Zend_Captcha</classname> aims to provide a variety of back ends that may be
19         utilized either standalone or in conjunction with <classname>Zend_Form</classname>.
20     </para>
21 </sect1>
22 <!--
23 vim:se ts=4 sw=4 et:
24 -->