Author: batosai Date: 2008-08-05 11:06:28 +0000 (Tue, 05 Aug 2008) New Revision: 21610
Added: trunk/apps/WoT/README.txt Log: Added a README.txt with compilation instructions. Added: trunk/apps/WoT/README.txt =================================================================== --- trunk/apps/WoT/README.txt (rev 0) +++ trunk/apps/WoT/README.txt 2008-08-05 11:06:28 UTC (rev 21610) @@ -0,0 +1,40 @@ +COPYRIGHT +========= + +WoT copyright is held by Freenet Project Incorporated. WoT is +distributed under the GPL license. You can find it in the file called +"gpl.txt". +---------------- + +WoT +Copyright (C) 2008 Freenet Project Incorporated + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. + +COMPILATION +=========== + +In order to compile WoT, you need to obtain db4o 7.2 for Java (http://www.db4o.com/DownloadNow.aspx) +To compile: + $ ant -Dfreenet-cvs-snapshot.location=/path/to/freenet-cvs-snapshot.jar -Ddb4o.location=/path/to/db4o-7.2.39.10644-java5.jar + + +RUNNING +======= + +Visit the plugins page ("http://127.0.0.1:8888/plugins/ by default) with your Web browser. + +In the Load Plugin box, enter: /path/to/wot.jar and click the Load button. + +Then click the Visit button. \ No newline at end of file
