|
Revision 438, 1.0 KB
(checked in by chris, 18 months ago)
|
|
- bug fixed if PIL is not available
|
| Line | |
|---|
| 1 | ZMSCaptcha
|
|---|
| 2 | http://cmess.org/zmscaptcha
|
|---|
| 3 |
|
|---|
| 4 | Produced by
|
|---|
| 5 | Sebastian Hoffmann, http://www.hoffmann-reif.com
|
|---|
| 6 | Christian Meier, http://christianmeier.info
|
|---|
| 7 |
|
|---|
| 8 | Programming by
|
|---|
| 9 | Mike Hallbauer
|
|---|
| 10 | Christian Meier
|
|---|
| 11 |
|
|---|
| 12 | Powered by
|
|---|
| 13 | ZMS, http://www.zms-publishing.com
|
|---|
| 14 | ZOPE, http://zope.org
|
|---|
| 15 | PYTHON, http://python.org
|
|---|
| 16 | ICONS, http://famfamfam.com
|
|---|
| 17 | CAPTCHAS.NET, http://captchas.net
|
|---|
| 18 | RECAPTCHA.NET, http://recaptcha.net
|
|---|
| 19 | PIL, http://www.pythonware.com/products/pil/
|
|---|
| 20 |
|
|---|
| 21 | LICENSE: Creative Commons Attribution-Share Alike 2.0 Germany
|
|---|
| 22 | http://creativecommons.org/licenses/by-sa/2.0/de/
|
|---|
| 23 |
|
|---|
| 24 | --------------------------------------------------------------
|
|---|
| 25 | HISTORY
|
|---|
| 26 |
|
|---|
| 27 | v1.1.1.200903021501
|
|---|
| 28 | - bug fixed if PIL is not available
|
|---|
| 29 |
|
|---|
| 30 | v1.1.0.200901211350
|
|---|
| 31 | - added ReCaptcha-service
|
|---|
| 32 | - added PILCaptcha-service
|
|---|
| 33 |
|
|---|
| 34 | v1.0.0.200811281134
|
|---|
| 35 | - configuration via meta-object (attr_captcha)
|
|---|
| 36 | - captcha-services "captchas.net" and "static_pics" integrated
|
|---|
| 37 | - wrapper for different captcha-services (captcha_getContent, captcha_isValid)
|
|---|
| 38 |
|
|---|
| 39 | -------------------------------------------------------------- |
|---|