[PerlWikiBot] SF.net SVN: perlwikibot:[50] trunk/no-interwiki/prepare_noiw_list.pl
Status: Pre-Alpha
Brought to you by:
rotemliss
|
From: <am...@us...> - 2008-07-30 17:48:23
|
Revision: 50
http://perlwikibot.svn.sourceforge.net/perlwikibot/?rev=50&view=rev
Author: amire80
Date: 2008-07-30 17:48:29 +0000 (Wed, 30 Jul 2008)
Log Message:
-----------
Updating docs. Creating a list of pages with many templates.
Modified Paths:
--------------
trunk/no-interwiki/prepare_noiw_list.pl
Modified: trunk/no-interwiki/prepare_noiw_list.pl
===================================================================
--- trunk/no-interwiki/prepare_noiw_list.pl 2008-07-30 17:31:19 UTC (rev 49)
+++ trunk/no-interwiki/prepare_noiw_list.pl 2008-07-30 17:48:29 UTC (rev 50)
@@ -430,6 +430,7 @@
if ($found_templates_count > 1) {
WARN('many templates were found');
$statistics{'many templates'}++;
+ special_cases_file('many_templates', {}, $page);
}
else {
INFO('good, found one template');
@@ -1428,12 +1429,13 @@
Goal: None at the moment, it works well enough.
-=head2 Templates must be removed manually
+=head2 Templates are removed semi-automatically
-Templates on pages which already have the needed link are not removed
-automatically.
+Templates on pages which already have needed links are not removed
+automatically. A list of them is created and a bot can run on it and remove
+the outdated templates. This can be done automatically.
-Goal: v0.2 Noa
+Goal: None at the moment, it works well enough.
=head2 Cooling date
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|