Author: xor Date: 2008-11-14 00:49:14 +0000 (Fri, 14 Nov 2008) New Revision: 23552
Removed: trunk/plugins/WoT/introduction/CaptchaFactory1.java Log: remove old file Deleted: trunk/plugins/WoT/introduction/CaptchaFactory1.java =================================================================== --- trunk/plugins/WoT/introduction/CaptchaFactory1.java 2008-11-14 00:46:30 UTC (rev 23551) +++ trunk/plugins/WoT/introduction/CaptchaFactory1.java 2008-11-14 00:49:14 UTC (rev 23552) @@ -1,25 +0,0 @@ -/* - * 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; - -/** - * 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; - } - -} _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
