Django Gatekeeper 0.1
A rough prelimiary version of Gatekeeper (0.1) [Link removed] is available for download and hacking. It is far from finished. Opinions and bugs are appreciated. The primary change since my first post about this is that decorators are provided for the common case, which make it that much easier to get going with simple comment spam protection.
Features
- Standard app, with admin page for managing challenges
- Easy to add to a view, one line of code (uses decorators for common cases)
- No image library needed. Horrendously light weight
- Aiming to have some simple stats measured
Example Usage
from ExampleProject.apps.gatekeeper import keeper
...
@keeper.POST_keeper
def index(request):
...
Notes
I am working with the SVN Django versions, so the model is not compatible with the older 0.9 release. Some of the features (notably, 3 failure limit and stats) are incomplete, and the GET_keeper is possibly totally broken and is untested.
See Also:
- Ian Holsman's Django Captcha App ââ¬" This is a more traditional approach to captchas.
- Wordpress Gatekeeper ââ¬" Eric Meyer's wordpress implementation
Update:
Apparently some people were having trouble with the bz2 tarball so i linked to a .zip instead. Also, its pre-magic removal code, and i dont have time to update it sorry.
Comments
Lad
I can not open the packed file. Maybe CRC is bad. Can you please send the source to my email, please? Thanks. L.B
Harish Mallipeddi
Yes I cannot open the file too. Can you please upload the latest version?
