[PerlWikiBot] SF.net SVN: perlwikibot: [28] trunk/config/configure.sample
Status: Pre-Alpha
Brought to you by:
rotemliss
|
From: <rot...@us...> - 2006-09-16 15:15:39
|
Revision: 28
http://svn.sourceforge.net/perlwikibot/?rev=28&view=rev
Author: rotemliss
Date: 2006-09-16 08:15:32 -0700 (Sat, 16 Sep 2006)
Log Message:
-----------
General English, not Hebrew.
Modified Paths:
--------------
trunk/config/configure.sample
Modified: trunk/config/configure.sample
===================================================================
--- trunk/config/configure.sample 2006-09-16 15:12:13 UTC (rev 27)
+++ trunk/config/configure.sample 2006-09-16 15:15:32 UTC (rev 28)
@@ -42,16 +42,16 @@
"action" => "server",
); # Which server should it be executed on?
our %titles = (
- "action" => "^שיחת משתמש:[\\d]+\\.[\\d]+\\.[\\d]+\\.[\\d]+\$",
+ "action" => "^User_talk:[\\d]+\\.[\\d]+\\.[\\d]+\\.[\\d]+\$",
); # Restrict the actions to these titles
our %texts = (
- "action" => "^אנונימי\$",
+ "action" => "^Anonymous\$",
); # Restrict the actions to the pages
our %news = (
- "action" => "שיחת משתמש:אנונימי",
+ "action" => "User_talk:Anonymous",
); # New title (move) or text (replace), leave blank otherwise
our %reasons = (
- "action" => "מחליף שיחות אנונימיות",
+ "action" => "Anonymous talk changer",
); # Summary/reason sent about the action
our %minimumTimes = (
"action" => timegm( 0, 0, 0, 1, 1 - 1, 0 + 70 ),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|