Hello everybody,
I would like to know, how quality can be/is checked automatically in wikipedia. Is a robot been used, in order to "mark" (with a traffic light for example) content which has not been reviewed or checked yet, or has it to be done by hand? If so, is there any plan in order to do it automatically??
Thank you very much in advance.
Best regards,
Nokta
P.S: thanks a lot for the previuos answers.
Hello Nokta,
You can use something called patrolling. Add the following lines to LocalSettings.php: $wgUseRCPatrol = true; $wgOnlySysopsCanPatrol = true;
This will allow sysops to patrol any of the edits on your wiki.
I hope that this helps, Kasimir Gabert
On 11/23/06, Veronica Lopez Diaz ve-nokta@gmx.de wrote:
Hello everybody,
I would like to know, how quality can be/is checked automatically in wikipedia. Is a robot been used, in order to "mark" (with a traffic light for example) content which has not been reviewed or checked yet, or has it to be done by hand? If so, is there any plan in order to do it automatically??
Thank you very much in advance.
Best regards,
Nokta
P.S: thanks a lot for the previuos answers.
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Kasimir Gabert wrote:
$wgOnlySysopsCanPatrol = true;
Note that this one is not necessary (and won't work) in Wikimedia sites and installations of 1.6.x, 1.7.x, 1.8.x and trunk. You can use $wgGroupPermissions, but only sysops can patrol by default anyway.
mediawiki-l@lists.wikimedia.org