Content deleted Content added
Updating published sources: PageCreator2: * New task, BRFA filed. |
Updating published sources: General: * Update for the addition of 'rvslots'. DatedCategoryDeleterTest: * Disable. It's clear that task won't be needed. BrokenRedirectDeleter: * Handle pages with newlines before the <code>#REDIRECT</code>. |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1:
{{ombox|type=notice|text=
<
package tasks::PageCreator2;
Line 10:
Task: PageCreator2
BRFA: Wikipedia:Bots/Requests for approval/AnomieBOT 39
Status:
Created: 2010-06-16
Line 40 ⟶ 39:
=for info
=cut
sub approved {
return
}
Line 58 ⟶ 57:
my $endtime=time()+300;
my $iter=$api->iterator(generator=>'links',gpllimit=>'100',titles=>'User:Strainu/ro',prop=>'revisions',rvprop=>'content',rvslots=>'main',rvsection=>0);
while(my $page=$iter->next){
if(!$page->{'_ok_'}){
Line 96 ⟶ 95:
}
my $txt=$page->{'revisions'}[0]{'slots'}{'main'}{'*'};
my $summary;
if($txt=~$re){
Line 117 ⟶ 116:
return 0 if time()>=$endtime;
}
$api->log("Task may be complete!");
return 600;
Line 123 ⟶ 124:
1;
</syntaxhighlight>
|