From: Tim R. <tim...@us...> - 2004-08-12 22:54:58
|
Update of /cvsroot/infobot/infobot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24368 Modified Files: README README.quickstart REVISIONS Log Message: conf/*-dist files are now in conf/dist/ Index: README =================================================================== RCS file: /cvsroot/infobot/infobot/README,v retrieving revision 1.5 retrieving revision 1.6 diff -w -u -r1.5 -r1.6 --- README 2 Aug 2004 20:37:20 -0000 1.5 +++ README 12 Aug 2004 22:54:45 -0000 1.6 @@ -1,6 +1,6 @@ You will need to update your infobot.config and infobot.users. See the example files, -infobot.config-dist and infobot.users-dist. +conf/dist/infobot.config and conf/dist/infobot.users. -- Index: README.quickstart =================================================================== RCS file: /cvsroot/infobot/infobot/README.quickstart,v retrieving revision 1.2 retrieving revision 1.3 diff -w -u -r1.2 -r1.3 --- README.quickstart 2 Aug 2004 20:22:51 -0000 1.2 +++ README.quickstart 12 Aug 2004 22:54:45 -0000 1.3 @@ -11,9 +11,9 @@ 2) Enter infobot/conf/ - a) Copy infobot.config-dist to infobot.config + a) Copy dist/infobot.config to infobot.config b) Open infobot.config in a text-editor and change as wanted - c) Copy infobot.users-dist to infobot.users + c) Copy dist/infobot.users to infobot.users d) Open infobot.users and change as wanted 3) Go back into infobot/ and execute the following commands, substituting BOTNAME Index: REVISIONS =================================================================== RCS file: /cvsroot/infobot/infobot/REVISIONS,v retrieving revision 1.27 retrieving revision 1.28 diff -w -u -r1.27 -r1.28 --- REVISIONS 2 Aug 2004 20:22:51 -0000 1.27 +++ REVISIONS 12 Aug 2004 22:54:45 -0000 1.28 @@ -1,5 +1,6 @@ XXX +conf/*-dist files are now in conf/dist/ Added more search configuration options Google Search fixed to use SOAP::Lite and a key (if you have a working WWW::Search Google) Added Gender and Name stats @@ -27,7 +28,7 @@ Logfile now shows up in same dir as databases, instead of in whatever directory infobot happened to be started from. Minor fixes to exchange.pl to account for Euro, decimalized currencies. -Config files distributed as -dist only, instead of two copies. +Config files distributed as conf/dist only, instead of two copies. Added extra in units.pl to do unit conversions like units(1). Unit definitions are in conf/unittab. Added extra in ebay.pl to look up eBay auction status. |