You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rookiefly 30d02cc7a4
Update and rename README to README.md
5 years ago
.externalToolBuilders Update servlet to look better, add jars 13 years ago
.settings Update servlet to look better, add jars 13 years ago
Java 3357595 - Fix SitckyCaptchaServlet not sending image on initial load 13 years ago
dist Add Piwik analytics for website + docs 13 years ago
docs Update docs/Sitefile to delete unused files on remote 13 years ago
examples Doc updates, jar update 13 years ago
lib Remove unused code from SimpleCaptchaServlet, update build.xml for J2EE example 13 years ago
sounds Rework the way noise is handled. 13 years ago
.classpath Add bulk of code to git repo 13 years ago
.gitignore Get Audio more generic, initial pass at AudioCaptchaBuilder, restructure 13 years ago
.project Add bulk of code to git repo 13 years ago
README.md Update and rename README to README.md 5 years ago
build.xml Update docs/Sitefile to delete unused files on remote 13 years ago
license.txt Add bulk of code to git repo 13 years ago
sc-build.xml Update version to 1.2.1 13 years ago

README.md

SimpleCaptcha

A Java library for creating CAPTCHAs for J2EE applications, including Spring MVC, Struts, and Grails.

Example implementations are located in the examples/ directory. The more robust examples were done using Grails; this is the recommended starting point for learning how to implement and use SimpleCaptcha.

To build, simply run ant from this directory. The only requirement is that the $CATALINA_HOME environment variable be set:

set $CATALINA_HOME=/usr/apache-tomcat-6.0.18/
ant