Revision as of 18:57, 15 December 2005 editBluemoose (talk | contribs)29,151 edits →Urgent correction need to bug in auto-fix← Previous edit | Latest revision as of 15:32, 25 December 2024 edit undoLowercase sigmabot III (talk | contribs)Bots, Template editors2,293,067 editsm Archiving 2 discussion(s) to Misplaced Pages talk:AutoWikiBrowser/Archive 34) (bot | ||
Line 1: | Line 1: | ||
{{AWB|notes={{Clickable button 2|Start a new discussion|url={{fullurl:Misplaced Pages talk:AutoWikiBrowser|action=edit§ion=new&dtenable=1}}|class=mw-ui-progressive|style=border-radius:4px; font-size:150%;}}}} | |||
This is the discussion page for the AutoWikiBrowser (AWB) project. It is also the place to discuss using the AWB program (for help, questions, or general inquiries about AWB). Specific guidelines on where to make particular reports or requests are provided in the ''']''' section below. Before asking a question, please refer to the '''read the ]''' below. | |||
{{archive box|auto=yes|search=yes|bot=lowercase sigmabot III|age=30}} | |||
{{User:HBC Archive Indexerbot/OptIn|target=Misplaced Pages talk:AutoWikiBrowser/Archive index|mask=Misplaced Pages talk:AutoWikiBrowser/Archive <#>|leading_zeros=0|indexhere=yes}} | |||
{{User:MiszaBot/config | |||
|maxarchivesize = 250K | |||
|counter = 34 | |||
|algo = old(30d) | |||
|archive = Misplaced Pages talk:AutoWikiBrowser/Archive %(counter)d | |||
| archiveheader = {{Talk archive navigation}} | |||
}} | |||
{{toc left}} | |||
{{clear}} | |||
= Before you post = | |||
{| class=wikitable | |||
|- | |||
! Do you want to ... !! Please use | |||
|- | |||
| Report a bug or request a feature in AWB? || before . You do not need to create another account there; just log in with your global Wikimedia account. ] on how to report bugs and request features on Phabricator. | |||
{{collapse top|1=Report a bug}} | |||
Try to report bugs in the {{em|current}} version of the software. Update to the most recent version and check to make sure your bug has not already been reported on Phabricator. See for advice on how to write bug reports. | |||
Before posting anything related to non-], verify that the site is running a ''recent version'' of MediaWiki with enabled ]. Older versions of MediaWiki or without the Bot API are <em style="color:red;">not supported</em>. Be sure to mention the ''exact'' URL of your wiki. | |||
I would love to try out the new AutoWikiBrowser and provide feedback on it. Send an email to floresg2 AT gmail.com. Thank you. ] <sup>]</sup> 22:20, 8 December 2005 (UTC) | |||
{{collapse bottom}} | |||
{{collapse top|Request a feature details}} | |||
Please use the feature request button to submit new feature requests. This format helps the developers track and manage requests efficiently. Before submitting, take a moment to search the archives—both and —to see if a similar request has already been discussed. | |||
{{collapse bottom}} | |||
|- | |||
| Report an incorrectly fixed typo? || ] | |||
|- | |||
| Request approval to use AWB? || ] | |||
|- | |||
| Ask a question about AWB or ask for help? || This page | |||
|}<!-- ] 00:55, 4 April 2114 (UTC) --> | |||
= Frequently asked questions = | |||
== Me Too == | |||
{{anchor|FAQ}}<!-- ] 00:55, 4 April 2114 (UTC) --> | |||
{{collapse top|title=Frequently asked questions}} | |||
{{Misplaced Pages talk:AutoWikiBrowser/FAQ}} | |||
{{collapse bottom}} | |||
=Discussion= | |||
I would like to try this out also it looks a lot friendlier than the pywiki framework --] 00:23, 9 December 2005 (UTC) | |||
== AutoWikiBrowser and searching for pages with capture regex. == | |||
==Downloadable == | |||
Anyone interested can download it , bear in mind that it is a development version! ] 09:43, 9 December 2005 (UTC) | |||
:Is that an installer, or a self-contained executable? —] | ] 12:52, 9 December 2005 (UTC) | |||
::Self-contained executable. ] <sup>]</sup> 16:43, 9 December 2005 (UTC) | |||
I'm looking for pages that have strings like <nowiki>]</nowiki> So I'd like to search for these with something like <nowiki>\* * *\|\1</nowiki> and while AWB does capture, it looks like that is only for internal, not for looking for them in the first place, is that something that wikipedia or AWB can do, or is this something where I need Cirrus or something else more powerful? ] (]) 22:50, 24 November 2024 (UTC) | |||
== weird edits? == | |||
:Not sure what you are after. You have a specific string 'like' then use a generic form of string search entry. Just plain old search is reasonably powerful. If I search for (articles only) <i>~"Alpha Phi Alpha"</i> I get 799 entries, for <i>~"Alpha Phi Alpha" insource:/\] (]) 23:57, 24 November 2024 (UTC) | |||
:You have to put round brackets into the search string to tell the regex code what <code>\1</code> is intended to match. I began a database scan for <code><nowiki>\* * *)\|\1</nowiki></code> but quickly aborted it; there are tens of thousands of matches. Typical examples are <code><nowiki>]</nowiki></code> and <code><nowiki>]</nowiki></code>. I restricted the search to the names of Greek letters and dumped the results at ] (]) -- ] (]) 08:10, 25 November 2024 (UTC) | |||
::Thank you both. While I expect the majority of occurances to be from a group of 9 Fraternites and Sororities, there are hundreds that are possibilities. John, that is exactly what I wanted, I expected to have to trim down some. What software is needed for that Database scan and is that something a non-admin user will have access to?] (]) 13:50, 25 November 2024 (UTC) | |||
:::{{Re|Naraht}} I used AWB's "]". AWB normally needs ] but if you're only using it to create a list of articles, you can use it without logging in. BUT to use the database scanner, you'll need a copy of the text of Misplaced Pages on your hard drive - the file <code>enwiki-20241120-pages-articles.xml.bz2</code> is a 20 Gigabyte download from , and that has to be uncompressed to 102 Gigabytes before AWB can use it. | |||
:::If you post search requests on this page, I or someone else with a recent database dump will probably respond. -- ] (]) 14:07, 25 November 2024 (UTC) | |||
::::Right now, only 10 GB free on my personal hard drive. Maybe when I buy my next one. :) again thank you.] (]) 18:06, 25 November 2024 (UTC) | |||
== Redlinks == | |||
You auto-thingy wasn't just doing a recat in this edit . You can see that it also added a space after the initial asterisk in lists (which is unnecessary), and also doing some other changes that I couldn't figure out what they were (removing spaces?). ]] 22:54, 10 December 2005 (UTC) | |||
Hello. | |||
:I removed some white space, and added some spaces to the bullet points to make the wiki text more readable at the same time as re-cating, whats weird about that? ] 23:05, 10 December 2005 (UTC) | |||
I don't know if it's technically possible. | |||
::Since I'd never seen your edits before yesterday, I decided to look at one today. Instead of the expected re-cat, the dif shows a whole bunch of changes plus the re-cat. That's why it looked weird to me. ]] 23:35, 10 December 2005 (UTC) | |||
:::Yeah, among other improvements I am making more descriptive edit summaries easier ;) Also I think I won't bother with the very very minor edits from now on anyway. ] 23:48, 10 December 2005 (UTC) | |||
It's for the French wiki, but I think I have more help here. | |||
== Works well == | |||
Is it possible with this tool to remove all red links on a specific page, because red links are not admissible and never will be? For example | |||
The bot works quite well. The only issues I have had is when a blank page loads i.e. image with no tag. The bot carries the information from the previous edit and trys to fill in the blank page. <b>— </b>] 23:31, 11 December 2005 (UTC) | |||
:Thanks, I hadn't noticed that, I'll try and get it fixed soon. ] 23:34, 11 December 2005 (UTC) | |||
Can you please add me (]) to the official users list for this bot software. Thank you, <b>— </b>] 16:40, 13 December 2005 (UTC) | |||
If it's possible, can I have help with the process? ] (]) 13:01, 2 December 2024 (UTC) | |||
== Can't see the bottom of the window == | |||
:I'll have to dig through the , but I don't think so... on the other hand, there's an "if template exists" function so there might be an "ifexists" in general. ] (]) 21:00, 3 December 2024 (UTC) | |||
::There is an API that lists the pages linked from a page, and another that will report whether pages in that list exist. AWB already has a mechanism for detecting and unlinking links (the de-duplication function). So all the main pieces are in place, although it would need a new option flag if you wanted to make it happen without interaction. Still, it would be a project, and couldn't be classed as maintenance. ] (]) 22:48, 4 December 2024 (UTC) | |||
:::Thinking about what I wrote: it should be feasible to do the edits in a Module (or possibly a Plugin). Stand by... ] (]) 15:28, 5 December 2024 (UTC) | |||
::::Thank you. ] (]) 09:46, 6 December 2024 (UTC) | |||
:::::Daily stand-up: a module is working on some relatively short articles. Running into an undocumented limit in a MediaWiki API. Higher-priority commitments rn. ] (]) 19:33, 6 December 2024 (UTC) | |||
::::::]; give it a spin. But it's getting late here so I may not respond right away. ] (]) 02:35, 7 December 2024 (UTC) | |||
:::::::If you've read it: yes, I know. I wrote it in a hurry so I'll probably be tweaking it for efficiency and robustness (and bugs :-O ). If you are interested in it, you may want to add the module to your watchlist. ] (]) 14:32, 7 December 2024 (UTC) | |||
:::::::: Wow! You're a genius! ] (]) 14:26, 10 December 2024 (UTC) | |||
::::::::: Thank you! And, of course, I just found a bug (a link with a ' character in it, and possibly other punctuations). Please copy and reload the module. ] (]) 21:07, 10 December 2024 (UTC) | |||
:::::::::: Yes, I had noticed this bug. Thanks ] (]) 08:57, 11 December 2024 (UTC) | |||
== Stub spacing == | |||
] | |||
{{Tracked|T382578}} | |||
I suspect that this is a problem I have encountered before, whereby I can't see the stuff right at the bottom of the AWB window; there's no scroll bar so I simply can't get at it. | |||
The requirement for two blank lines before stubs has now been removed. See ] — ] <sup>]</sup> 08:54, 20 December 2024 (UTC) | |||
:Does this mean there is or will be a new version of AWB? I'm currently using version 6.3.1.1. ] (]) 22:26, 20 December 2024 (UTC) | |||
My windows toolbar is double-height, to allow more stuff to be displayed in the "clock" area, and to allow more window buttons. | |||
:: Due to (19 December 2024) changes to CSS on enwiki, output is now OK with two blank lines, one blank line or no blank line before a stub. AWB no longer ''needs'' to force two lines before a stub for enwiki. No idea about other wikis — ] <sup>]</sup> 23:50, 20 December 2024 (UTC) | |||
You can see a sliver of the top of my toolbar right at the bottom of the screenshot. | |||
I suspect that AWB positions its buttons either relative to the top of the window, or based on incorrect information as to where the bottom of the window actually lies. | |||
== Bot saving blank pages == | |||
It's really frustrating, since this looks like an excellent tool…I'd like to see and use all of it {{;-)}} | |||
Since there's not much information on this that I'm aware of, I think it's important to keep track of the circumstances that this bug presents itself. Tom.Bot was running on Wikispecies nearly continuously for 2 weeks, from Dec 7 to Dec 21, after 492,026 successful saves in the same instance of AWB before it started intermittently saving blank pages, despite failing a "Skip if doesn't contain" check that I thought would help prevent this problem. Very shortly prior to that, I "Reset saved/skipped counts", which usually produces a large negative "Edits/min" value, which may or may not be related. Before restarting the AWB instance, I reran the bot on some of the blanked pages and they were not blanked again. Restarting the instance fixed the problem. <b>~</b> <span style="font-family:Monotype Corsiva; font-size:16px;">] (] ⋅])</span> 19:40, 22 December 2024 (UTC) | |||
In the meantime, I've a couple of questions: | |||
:See also {{slink|User_talk:Primefac/Archive_21#Blanking}}, slightly different setup for skip checks. ] (]) 12:56, 23 December 2024 (UTC) | |||
* There are no access keys: "<code>Make list</code>" could be "<code><u>M</u>ake list</code>" maybe… | |||
* <code><u>T</u>ools→<u>O</u>ptions</code> does nothing for me: should it? | |||
* There's a new tab: what does "messaging" do? | |||
* What are the "general fixes"? Can we pick and choose? | |||
HTH HAND —] | ] 11:16, 14 December 2005 (UTC) | |||
OK, in order... | |||
# It can be resized by "grabbing" the middle horizontal border between the buttons area and the browser, hopefully I'll fix it properly soon. | |||
# Yup, I still need to add shortcut keys and stuff (admittadly I had forgotten, as I never use them). | |||
# The "Options" should not do anything, I was fiddling and forgot to remove it ;) | |||
# Messaging is for appending a message to the bottom of a page, i.e. for spamming user talk pages (someone asked me for this feature). I have tried to make the tooltip text (you know, the popup help text that you get when you hold the pointer over something) as explanatory as possible. | |||
# General fixes are mainly errors in the "See also" and "External links" sections (e.g. mis-capitalisation, or a non-standard name), removing excess white space, I need to add more to these general fixes. | |||
Let me know if there are other features that I coud add, I have some that I haven't enabled yet as well. | |||
thanks - ] 11:58, 14 December 2005 (UTC) | |||
:p.s. You'll need the newest version for it to work. ] 12:23, 14 December 2005 (UTC) | |||
*You beauty, now I can see it in all its glory! Cheers —] | ] 14:14, 14 December 2005 (UTC) | |||
== Search limitations? == | |||
I came across a user's signature which had been broken by the brief outage of ] a while back, and I thought that it would provide an ideal exercise for me to get to know AWB. | |||
However, AWB doesn't seem to be able to find the broken text, even ] when I can see it right there in the textbox! | |||
The text in question is: | |||
&#91;&#91;User_talk:Admrboltz&#124;&lt;sup&gt;=/\=&lt;/sup&gt;]] | |||
and I was attempting to replace it with: | |||
[[User_talk:Admrboltz|<sup>=/\=</sup>]] | |||
(note that in the wikitext I have had to double-escape the first version: the second version is actually the broken one which is rendering just fine here :-). | |||
Are there some settings I should be tweaking? | |||
Should I be double-escaping the HTML entities like I had to just above? | |||
—] | ] 14:30, 14 December 2005 (UTC) | |||
:hmmm it was because it has an \ in it, which the AWB interpreted as an escape sequence I think, so I escaped the escape sequence by sticking another \ into the "find" and it was OK. I'll work out how to fix it, hopefully it won't be a problem in the mean time. ] 14:59, 14 December 2005 (UTC) | |||
::Actually, on second thought it's pretty good needing to escape some characters; it means the search can be much more advanced. ] 16:01, 14 December 2005 (UTC) | |||
===More escaping=== | |||
I just discovered you have to take great care sometimes… | |||
I was searching for: | |||
[[Box of Delights]] | |||
which I had just turned into a REDIRECT, so I could short-circuit it. | |||
I fetched the list of "links to" articles and told AWB to replace that with: | |||
[[The Box of Delights]] | |||
which is the proper article. | |||
Imagine my horrified interest when the first article appeared with '''''every single instance''''' of "''?'']]" replaced with [[The Box of Delights]]: | |||
it was obviously treating the [ ] like a character range. | |||
But I didn't have "Is regex" selected: should it really be doing this? | |||
If that option is switched '''off''', shouldn't it treat the string as completely raw? | |||
It works fine, BTW, if you use | |||
\[\[Box of Delights]] | |||
(which obviously won't work now 'cos I've been and gone and done it :-) | |||
HTH HAND —] | ] 16:25, 14 December 2005 (UTC) | |||
:Yeah I found that as well, I didnt realise that it would treat it like a range, but I guess I could call it a new feature! ] 16:37, 14 December 2005 (UTC) | |||
Whoops, I just realised that what i had done initially was correct (I was starting to get worried), but I was passing the wrong parameter to my find and replace method, and as such regex was permanently on (as you suggested). Its fixed now (simple find and repace really is simple now!) ] 16:56, 14 December 2005 (UTC) | |||
== Question == | |||
For the option, 'Ignore if contains:', is that only for the title of the page or for anything in the article? Also, is there a way to add several entries (like User: Misplaced Pages: talk:), basically I just want the main article namespace. | |||
Secondly, I think this tool would be great for disambiguating links, but I really don't know how that would function in the program. Perhaps using the what links here option, and somehow getting a list of links from the term's disambiguation page (or the person could just create this in notepad), then the person could enter some link to disambiguate in the search field and AWB will search for it in the small textarea and perhaps highlight it. Upon which, the user will change the link to point to its appropriate location. I don't know that may be difficult to implement. If I'm not being clear, let me know. I'm way too tired right now. BTW, can't wait for the local text file support. Thanks. ] <sup>]</sup> 04:37, 15 December 2005 (UTC) | |||
:It ignores article text, to seperate main space; sort them alphabetically then remove them from the list. ] 08:58, 15 December 2005 (UTC) | |||
:I will add regex to the "ignore if contains" as well so you can search for as much or as little as you like. I am also working on a filter to leave only main space articles, but it is easy to do it manually so its not a big priority. ] 09:02, 15 December 2005 (UTC) | |||
== Previewing manual changes == | |||
Is it possible to preview the effect of manual changes? | |||
I'm not that confident in my typing to be certain I always get it right first time… | |||
HTH HAND —] | ] 08:55, 15 December 2005 (UTC) | |||
:I initially had a preview, but it caused problems, I'll work on it. ] 09:02, 15 December 2005 (UTC) | |||
== Slow auto-touch == | |||
So I haven't a bot account, but I would like to have AWB sit in the background, touching a whole list of articles, fixing "links to" issues for updated templates. | |||
Can I set it to go off at 1 minute intervals, just wandering down the list of articles? | |||
What's the best way to make sure it '''just''' touches, doing nothing substantive at all? | |||
HTH HAND —] | ] 09:56, 15 December 2005 (UTC) | |||
:turn all the options off. ] 15:24, 15 December 2005 (UTC) | |||
== Regex == | |||
I would like to delink solitary years e.g. <nowiki>]</nowiki>. But I need to avoid years if they are not solitary. I have been searching for '<nowiki>in ]</nowiki>' and '<nowiki> of ]</nowiki>' but that is laborious. Presumably I can make use of regex to avoid '<nowiki>]] ]</nowiki>' and '<nowiki>]], ]</nowiki>' etc. | |||
I know that you are not a regex helpdesk but could you let me know how regex find square brackets and how it does ignore? ] 10:05, 15 December 2005 (UTC) | |||
== Add to Watch-list == | |||
I would like the option to be able to inhibit adding articles to my watchlist. | |||
If it were possible to preserve the current situation (''i.e.'' only "add" them if I am already watching), that would be great. | |||
In the meantime, I'm hoping that, despite the abjurations not to click in the browser pane, if I untick "add to watchlist" it will be respected {{;-)}} | |||
HTH HAND ] | ] 10:12, 15 December 2005 (UTC) | |||
:Just clicking that wont cause any problems. ] 15:30, 15 December 2005 (UTC) | |||
== Startling drop-out when attempting to cut/paste == | |||
<div style="font-size:xx-large;">'''''Yikes!'''''</div> | |||
I think I just discovered that the editing box doesn't use the standard "Ctrl-X = cut" shortcut: | |||
I tried "cutting" out some text to move it down a line and AWB dropped out. | |||
What was really disturbing is the fade effect you seem to have applied: for a significant number of seconds it gave the impression that this machine had blown several fuses. | |||
Maybe you could put something into those "Options" you left blank, and inhibiting the fade-out could be the first… | |||
So what is permissible for editing in that box? | |||
—] | ] 11:36, 15 December 2005 (UTC) | |||
:I'll change quit to cntr-q instead, like I said I never use the keyboard shortcuts so I didnt know it was cut as well. thanks ] 15:53, 15 December 2005 (UTC) | |||
== Urgent correction need to bug in auto-fix == | |||
The auto-fix of section headings has a bug. See what it did in the following edit . ] 14:01, 15 December 2005 (UTC) | |||
:That's odd anyway: I wasn't aware that you didn't need an actual newline after a section heading. Looks like AWB is cleaning out the "extraneous" white-space after the "="s but failing to replace it with a newline. Maybe it should always stick a newline in?—] | ] 14:49, 15 December 2005 (UTC) | |||
::Erm, I am not responsible for cleaning up after you, go and fix it. The way that page was done is dumb anyway, there is no point in me fixing that problem, as it is extremely rare, and you are actually supposed to check what your saving. ] 15:21, 15 December 2005 (UTC) | |||
:::OK. I did not know that it was extremely rare. Now I see that the article originally had a single space character instead of a new line. It seems that Misplaced Pages accepts either a single space character or a newline as an 'end of section heading'. So a possible solution would be to add a single space character. That would be unnecessary in almost all cases. If, as you say, the problem is rarely encountered, then that is ok by me. | |||
:::Another issue of page blanking cropped up. Any thoughts on what happened? See the diff: . ] 18:28, 15 December 2005 (UTC) | |||
::::No never seen that before. You really should check your changes. ] 18:57, 15 December 2005 (UTC) |
Latest revision as of 15:32, 25 December 2024
AutoWikiBrowser 6.3.1.1- Home
Introduction and rules - User manual
How to use AWB - Discussion
Discuss AWB, report errors, and request features - User tasks
Request or help with AWB-able tasks - Technical
Technical documentation
- Changelog
- Developer discussion
- Modules
- Regular expression
- Sandbox
- Template redirects
- Typos
- Usage stats
- Userbox
This is the discussion page for the AutoWikiBrowser (AWB) project. It is also the place to discuss using the AWB program (for help, questions, or general inquiries about AWB). Specific guidelines on where to make particular reports or requests are provided in the § Before you post section below. Before asking a question, please refer to the read the § Frequently asked questions below.
Archives |
Index 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 |
This page has archives. Sections older than 30 days may be automatically archived by Lowercase sigmabot III. |
Before you post
Do you want to ... | Please use | ||||
---|---|---|---|---|---|
Report a bug or request a feature in AWB? | Check reported bugs on Phabricator before filing a new bug report. You do not need to create another account there; just log in with your global Wikimedia account. See this MediaWiki wiki page on how to report bugs and request features on Phabricator.
| ||||
Report an incorrectly fixed typo? | Misplaced Pages talk:AutoWikiBrowser/Typos | ||||
Request approval to use AWB? | Misplaced Pages:Requests for permissions/AutoWikiBrowser | ||||
Ask a question about AWB or ask for help? | This page |
Frequently asked questions
Frequently asked questions |
---|
//Detect IE5.5+ if (navigator.appVersion.indexOf("MSIE")==-1) { // Previous contents go here .... }
|
Discussion
AutoWikiBrowser and searching for pages with capture regex.
I'm looking for pages that have strings like ] So I'd like to search for these with something like \* * *\|\1 and while AWB does capture, it looks like that is only for internal, not for looking for them in the first place, is that something that wikipedia or AWB can do, or is this something where I need Cirrus or something else more powerful? Naraht (talk) 22:50, 24 November 2024 (UTC)
- Not sure what you are after. You have a specific string 'like' then use a generic form of string search entry. Just plain old search is reasonably powerful. If I search for (articles only) ~"Alpha Phi Alpha" I get 799 entries, for ~"Alpha Phi Alpha" insource:/\
- You have to put round brackets into the search string to tell the regex code what
\1
is intended to match. I began a database scan for\* * *)\|\1
but quickly aborted it; there are tens of thousands of matches. Typical examples are]
and]
. I restricted the search to the names of Greek letters and dumped the results at User:John of Reading/X2 (permalink) -- John of Reading (talk) 08:10, 25 November 2024 (UTC)- Thank you both. While I expect the majority of occurances to be from a group of 9 Fraternites and Sororities, there are hundreds that are possibilities. John, that is exactly what I wanted, I expected to have to trim down some. What software is needed for that Database scan and is that something a non-admin user will have access to?Naraht (talk) 13:50, 25 November 2024 (UTC)
- @Naraht: I used AWB's "Database Scanner". AWB normally needs this permission but if you're only using it to create a list of articles, you can use it without logging in. BUT to use the database scanner, you'll need a copy of the text of Misplaced Pages on your hard drive - the file
enwiki-20241120-pages-articles.xml.bz2
is a 20 Gigabyte download from partway down this page, and that has to be uncompressed to 102 Gigabytes before AWB can use it. - If you post search requests on this page, I or someone else with a recent database dump will probably respond. -- John of Reading (talk) 14:07, 25 November 2024 (UTC)
- Right now, only 10 GB free on my personal hard drive. Maybe when I buy my next one. :) again thank you.Naraht (talk) 18:06, 25 November 2024 (UTC)
- @Naraht: I used AWB's "Database Scanner". AWB normally needs this permission but if you're only using it to create a list of articles, you can use it without logging in. BUT to use the database scanner, you'll need a copy of the text of Misplaced Pages on your hard drive - the file
- Thank you both. While I expect the majority of occurances to be from a group of 9 Fraternites and Sororities, there are hundreds that are possibilities. John, that is exactly what I wanted, I expected to have to trim down some. What software is needed for that Database scan and is that something a non-admin user will have access to?Naraht (talk) 13:50, 25 November 2024 (UTC)
Redlinks
Hello.
I don't know if it's technically possible.
It's for the French wiki, but I think I have more help here.
Is it possible with this tool to remove all red links on a specific page, because red links are not admissible and never will be? For example here
If it's possible, can I have help with the process? Bordurie (talk) 13:01, 2 December 2024 (UTC)
- I'll have to dig through the code, but I don't think so... on the other hand, there's an "if template exists" function so there might be an "ifexists" in general. Primefac (talk) 21:00, 3 December 2024 (UTC)
- There is an API that lists the pages linked from a page, and another that will report whether pages in that list exist. AWB already has a mechanism for detecting and unlinking links (the de-duplication function). So all the main pieces are in place, although it would need a new option flag if you wanted to make it happen without interaction. Still, it would be a project, and couldn't be classed as maintenance. David Brooks (talk) 22:48, 4 December 2024 (UTC)
- Thinking about what I wrote: it should be feasible to do the edits in a Module (or possibly a Plugin). Stand by... David Brooks (talk) 15:28, 5 December 2024 (UTC)
- Thank you. Bordurie (talk) 09:46, 6 December 2024 (UTC)
- Daily stand-up: a module is working on some relatively short articles. Running into an undocumented limit in a MediaWiki API. Higher-priority commitments rn. David Brooks (talk) 19:33, 6 December 2024 (UTC)
- User:DavidBrooks/UndoRelinksModule; give it a spin. But it's getting late here so I may not respond right away. David Brooks (talk) 02:35, 7 December 2024 (UTC)
- If you've read it: yes, I know. I wrote it in a hurry so I'll probably be tweaking it for efficiency and robustness (and bugs :-O ). If you are interested in it, you may want to add the module to your watchlist. David Brooks (talk) 14:32, 7 December 2024 (UTC)
- Wow! You're a genius! It works! Bordurie (talk) 14:26, 10 December 2024 (UTC)
- Thank you! And, of course, I just found a bug (a link with a ' character in it, and possibly other punctuations). Please copy and reload the module. David Brooks (talk) 21:07, 10 December 2024 (UTC)
- Yes, I had noticed this bug. Thanks Bordurie (talk) 08:57, 11 December 2024 (UTC)
- Thank you! And, of course, I just found a bug (a link with a ' character in it, and possibly other punctuations). Please copy and reload the module. David Brooks (talk) 21:07, 10 December 2024 (UTC)
- Wow! You're a genius! It works! Bordurie (talk) 14:26, 10 December 2024 (UTC)
- If you've read it: yes, I know. I wrote it in a hurry so I'll probably be tweaking it for efficiency and robustness (and bugs :-O ). If you are interested in it, you may want to add the module to your watchlist. David Brooks (talk) 14:32, 7 December 2024 (UTC)
- User:DavidBrooks/UndoRelinksModule; give it a spin. But it's getting late here so I may not respond right away. David Brooks (talk) 02:35, 7 December 2024 (UTC)
- Daily stand-up: a module is working on some relatively short articles. Running into an undocumented limit in a MediaWiki API. Higher-priority commitments rn. David Brooks (talk) 19:33, 6 December 2024 (UTC)
- Thank you. Bordurie (talk) 09:46, 6 December 2024 (UTC)
- Thinking about what I wrote: it should be feasible to do the edits in a Module (or possibly a Plugin). Stand by... David Brooks (talk) 15:28, 5 December 2024 (UTC)
- There is an API that lists the pages linked from a page, and another that will report whether pages in that list exist. AWB already has a mechanism for detecting and unlinking links (the de-duplication function). So all the main pieces are in place, although it would need a new option flag if you wanted to make it happen without interaction. Still, it would be a project, and couldn't be classed as maintenance. David Brooks (talk) 22:48, 4 December 2024 (UTC)
Stub spacing
Tracked in PhabricatorTask T382578
The requirement for two blank lines before stubs has now been removed. See WP:STUBSPACING — GhostInTheMachine 08:54, 20 December 2024 (UTC)
- Does this mean there is or will be a new version of AWB? I'm currently using version 6.3.1.1. Kiwipete (talk) 22:26, 20 December 2024 (UTC)
- Due to (19 December 2024) changes to CSS on enwiki, output is now OK with two blank lines, one blank line or no blank line before a stub. AWB no longer needs to force two lines before a stub for enwiki. No idea about other wikis — GhostInTheMachine 23:50, 20 December 2024 (UTC)
Bot saving blank pages
Since there's not much information on this that I'm aware of, I think it's important to keep track of the circumstances that this bug presents itself. Tom.Bot was running on Wikispecies nearly continuously for 2 weeks, from Dec 7 to Dec 21, after 492,026 successful saves in the same instance of AWB before it started intermittently saving blank pages, despite failing a "Skip if doesn't contain" check that I thought would help prevent this problem. Very shortly prior to that, I "Reset saved/skipped counts", which usually produces a large negative "Edits/min" value, which may or may not be related. Before restarting the AWB instance, I reran the bot on some of the blanked pages and they were not blanked again. Restarting the instance fixed the problem. ~ Tom.Reding (talk ⋅dgaf) 19:40, 22 December 2024 (UTC)
- See also User talk:Primefac/Archive 21 § Blanking, slightly different setup for skip checks. Primefac (talk) 12:56, 23 December 2024 (UTC)