Author: xor
Date: 2008-11-13 18:55:49 +0000 (Thu, 13 Nov 2008)
New Revision: 23533

Added:
   trunk/plugins/WoT/introduction/captcha/
   trunk/plugins/WoT/introduction/captcha/CaptchaFactory1.java
Log:
Move to special package.

Copied: trunk/plugins/WoT/introduction/captcha/CaptchaFactory1.java (from rev 
23509, trunk/plugins/WoT/introduction/CaptchaFactory1.java)
===================================================================
--- trunk/plugins/WoT/introduction/captcha/CaptchaFactory1.java                 
        (rev 0)
+++ trunk/plugins/WoT/introduction/captcha/CaptchaFactory1.java 2008-11-13 
18:55:49 UTC (rev 23533)
@@ -0,0 +1,28 @@
+/*
+ * This code is part of WoT, a plugin for Freenet. It is distributed 
+ * under the GNU General Public License, version 2 (or at your option
+ * any later version). See http://www.gnu.org/ for details of the GPL.
+ */
+package plugins.WoT.introduction.captcha;
+
+import plugins.WoT.introduction.IntroductionPuzzle;
+import plugins.WoT.introduction.IntroductionPuzzleFactory;
+
+/**
+ * First implementation of a captcha factory.
+ * I added a "1" to the class because we should probably have many different 
captcha generators.
+ * I suggest we use this one for the first implementation:
+ * http://simplecaptcha.sourceforge.net/
+ * 
+ * If anyone knows a better library than simplecaptcha please comment.
+ * 
+ * @author xor
+ *
+ */
+public class CaptchaFactory1 implements IntroductionPuzzleFactory {
+
+       public IntroductionPuzzle generatePuzzle() {
+               return null;
+       }
+
+}


Property changes on: trunk/plugins/WoT/introduction/captcha/CaptchaFactory1.java
___________________________________________________________________
Name: svn:mergeinfo
   + 

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to