|
Revision 1, 1.0 KB
(checked in by 235, 4 years ago)
|
|
re-comminting after curios incident with same filenames in upper and lower case`
|
| Line | |
|---|
| 1 | <p>Captchas Blow is a Django + newforms based Captcha system</p> |
|---|
| 2 | <p>It's great because:</p> |
|---|
| 3 | <ul> |
|---|
| 4 | <li>It's very configurable</li> |
|---|
| 5 | <li>It generates valid xhtml 1.0</li> |
|---|
| 6 | <li>It's extremely easy to use with an existing newform</li> |
|---|
| 7 | </ul> |
|---|
| 8 | <p>I've released three versions of Captchas Blow so far, |
|---|
| 9 | but I really don't know what exactly changed between them. |
|---|
| 10 | 0.1 was the first version that I used on my production site |
|---|
| 11 | 0.2 only has minor cleanups as far as I know.</p> |
|---|
| 12 | <ul> |
|---|
| 13 | <li><a href="http://test.lostlogicx.com/transfer/captcha-0.3.tar.bz2">0.3 (May 01, 2007)</a></li> |
|---|
| 14 | <li><a href="http://test.lostlogicx.com/transfer/captcha-0.2.tar.bz2">0.2</a></li> |
|---|
| 15 | <li><a href="http://test.lostlogicx.com/transfer/captcha-0.1.tar.bz2">0.1</a></li> |
|---|
| 16 | <li><a href="http://test.lostlogicx.com/transfer/captcha.tar.bz2">versionless</a></li> |
|---|
| 17 | </ul> |
|---|
| 18 | <p><a href="http://git.lostlogicx.com/captchasblow.git">Read-only git access.</a></p> |
|---|
| 19 | <p>Live access to the files running in my test environment:</p> |
|---|