What is this site? It is generaly simplier version of wikipedia. You will find there selected articles. Enjoy!
|
| Shortcuts: WP:BOWN WP:BONB WP:BON |
|---|
| Overview of bots · How to create a bot · Bot Approvals Group · Bot policy · Bot status page · BAG tools | |
| Requests for work to be done by a bot · Bot owners' noticeboard · Requests for bot approval / Adminbots |
This is a message board for coordinating and discussing bot-related issues on Wikipedia (also including other programs interacting with the mediawiki software). Although its target audience is bot owners, any user is welcome to leave a message or join the discussion here.
This is not the place for requests for bot approvals or requesting that tasks be done by a bot. It is also not the place for general questions about the mediawiki software (such as the use of templates, etc.), which have generally a best chance of being answered at WP:VPT.
Archives |
|---|
The User:ArticleAlertbot has been down for a few months now, due to some sort of login problem. The coder, User:B. Wolterding, has not logged in since March, and thus is not available to fix this. I believe in April, a couple of users discussed the issue with the bot's operator, User:Legoktm, and User:Tedder agreed to try to fix this. However, he appears not to have a toolserver account (or something like that), so he has been unable to do this. Is anyone here willing to give it a try? I'm sure many WikiProjects would appreciate it. (I posted a similar request in the village pump in late March, but nobody replied). Brambleclawx 00:47, 12 June 2010 (UTC)
In my opinion RaptureBot is not checking sufficiently before replacing Wikipedia images with Commons images. I have reverted several that popped up in my watchlist which have incorrect attribution on Commons.[1][2][3][4]. Incorrect attribution is cause for deletion on Commons which could leave the articles without images. The bot should check that the attribution on Commons matches the attribution here before replacing. At the very least it should be tagging the files with the information that they do not match to warn administrators not to delete the en.wiki version without checking, but probably the right thing is not to replace the image until the problem is resolved.
There are also several complaints on the bots talk page that the bot has replaced an image with one at Commons threatened with deletion. This really should not be happening. This replacement of a fair use image immediately caused the Wikipedia image to be deleted. This was despite a challenge to the copyright tag on Commons. Potentially, this could have resulted in both images being deleted.
Since the bot owner is showing no inclination to pro-actively clean up these errors him/herself, leaving it to others to sort out, I think that the bot should be forbidden from doing any further runs until tighter checking is implemented and approved. SpinningSpark 18:04, 25 June 2010 (UTC)
So after a few weeks of work, the new PHP framework that was called for above is reaching a public beta point. It's got most of the common functions that bots use, and those are fairly stable. The only things left to do are to fill in the remaining obscure functions and plugins, do bugfixing, etc before the stable 1.0 is released. In the beta stage, we need multiple people to test out the framework using their own bots, as this is the only way many of the bugs will be found. It can be downloaded here, and the manual is here. When bugs are found, they can be listed here, and feel free to submit a patch. I hope it works well for all of you. :) (X! · talk) · @082 · 00:57, 28 June 2010 (UTC)
Does anyone happen to know of a BOT that removes Red Links from articles. --intraining Jack In 23:14, 2 July 2010 (UTC)
ArbCom is considering lifting the restriction imposed in Wikipedia:Requests for arbitration/Date delinking#Lightmouse automation, subject to BAG approval of Wikipedia:Bots/Requests for approval/Lightbot 4. As part of BAG's mandate is to gauge community consensus for proposed bot tasks and Lightbot's former activities were highly controversial, I invite all interested editors to join that discussion to ensure that community consensus is in fact in favor of this task. Thanks. Anomie⚔ 17:32, 13 July 2010 (UTC)
During the code review for the removal of this preference setting, it was noted that it may effect bots that were using this setting. In this case, the bots would need to be modified to explicitly mark their edits as minor. I'm sure this would be a fairly simple code addition, but it could also be accomplished through javascript as explained in this VPT thread. –xenotalk 12:50, 15 July 2010 (UTC) [with thanks to User:Department of Redundancy Department for pointing this out to me]
Looking at bug 17450, it would appear there is some possibility that we could get an XMPP-based XML-format recent changes feed that would include revision text. I wouldn't suppose this bug would be too hard to fix, considering that MediaWiki already has IRC recent changes feed capability. Anyway, the revision text would be quite useful, since it would eliminate the need for bots to hit Wikipedia's API for said text. Therefore, I'll probably end up creating an extension, or finishing this one. Does anyone have a particular XMPP PHP library they think is particularly good, and would recommend using for this project? I found this one, but their SVN repository doesn't seem to be working at the moment. Hopefully, with the right library, we can make that Jabber shit happen soon! Thanks, Tisane talk/stalk 15:47, 16 July 2010 (UTC)
Do you think there would be support for a bot to replace barelinks with bot-generated titles, much as DumZiBoT used to? Tisane talk/stalk 19:10, 25 July 2010 (UTC)
An hour or so ago, we were apparently updated to r70061. This seems to have broken the use of "max" as a value for the various limit parameters in the API; attempting to use them will now give a fatal error. This has already been reported as bug 24564, hopefully they fix it soon. If necessary, a workaround is to use explicit limit values in your API queries (typically 5000 for flagged bots, 500 for some expensive queries). Anomie⚔ 03:49, 28 July 2010 (UTC)