[PerlWikiBot] SF.net SVN: perlwikibot: [31] trunk/README
Status: Pre-Alpha
Brought to you by:
rotemliss
|
From: <rot...@us...> - 2006-09-16 17:49:28
|
Revision: 31
http://svn.sourceforge.net/perlwikibot/?rev=31&view=rev
Author: rotemliss
Date: 2006-09-16 10:49:12 -0700 (Sat, 16 Sep 2006)
Log Message:
-----------
Credit for the includes/dump.pm file.
Modified Paths:
--------------
trunk/README
Modified: trunk/README
===================================================================
--- trunk/README 2006-09-16 16:59:10 UTC (rev 30)
+++ trunk/README 2006-09-16 17:49:12 UTC (rev 31)
@@ -3,6 +3,9 @@
This bot is copyrighted under the terms of GNU GPL. It's based on original work of both Costello and Felagund (Nadav) from Hebrew Wikipedia. Authors:
* Rotem Liss
+The file includes/dump.pm was downloaded from:
+http://search.cpan.org/~triddle/Parse-MediaWikiDump-0.31/
+
You should get the XML file includes all the pages, but only their current revision. It is called pages-meta-current.xml.bz2 in http://download.wikimedia.org/, and you have to use "maintenance/dumpBackup.php --current" to create it in your own installation. Now extract it in "dumps".
Now copy the files "configure.sample" and "runtime.sample" in the folder "config" to the names "configure.pm" and "runtime.pm", and configure them. You should first go to the configure file, then define the servers, then the actions, then go to the runtime file and define there what actions to execute, and most importantly - set "$sendPages" to 1, after the tests.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|