This is an archive of past discussions on Wikipedia:AutoWikiBrowser. Do not edit the contents of this page. If you wish to start a new discussion or revive an old one, please do so on the current talk page.
I am trying to find and replace text that includes new lines and the find and replace feature doesn't support it. I don't know how to use Regular Expressions but i looked at the link on the bottom of the AWB page to find out \u means new line. I have gotten this to work on some pages but now it is interpreting some wikiformating as part of the regular expression
I am trying to remove the links from the TLAs on ICAO airline designator (D)see comment
But i Keep getting an error because only Characters other than . $ ^ { [ ( | ) * + ? \ match themselves and I don't know the Equivalent to <nowiki></nowiki> for regular.
A newline is "\r\n". To use a special character literally (such as "$" or "^" etc.) you have to escape them, e.g. "\$" will mean the literal character "$". Martin21:50, 4 June 2006 (UTC)
Thanks I got it to based on what you said [1][2] The code I used I made into a comment below.
I Could have saved time by doing by hand thoug. I'll be more carful of that in the furure. At least I know how to do it now--E-Bod00:55, 6 June 2006 (UTC)
Question
If I download this, will I still have my other browser as well?
Hi. Can we eliminate the "No category" and "Multiple wiki-links" messages when the page in question is a talk page? They rarely need a category, and frequently have many links to the same user pages. bd2412T01:48, 6 June 2006 (UTC)
I've reconsidered this request and realized that it has no effect on performance, so ought not be bothered with. bd2412T05:44, 12 June 2006 (UTC)
Well when I try to edit it it mistakes the prank on the top of the pages is treated as a New message and so i get that new message pop-up.
By the way is there a way to change the spacing of elements on the page. I have my Computer set to display text and other elements large. I did this because I used to set my computer at a lower resolution because I liked the larger stuff. Then i got annoyed everything was fuzzy so I put my computer at full resolution and went into preferences to make all the Elements as big as they were at the lower resolution. However this cases the Bottom (1)(2)(3) steps bar to take up half the screen and the New message.
Part of the message is cut off and i cant actually see the buttons. I can either press enter for IE or tab and then enter for FireFox but i can't actually click the button because the window size is locked.
I would really appreciate it if the Field bars were movable. I like the dividers that you can click in the middle and chose the size. The pop-ups should also be re sizable. Anything that is not re sizable displays cutoff on my computer.--E-Bod05:28, 8 June 2006 (UTC)
I just found a reason not to put some stub tags at the bottom of the article. Take a look at Category:Quebec airport stubs under the section S. Some of the "St" are in the correct place as "Saint" but the others are listed at "St". The ones in the wrong place are the ones I updated, while the correct ones I didn't do yet. It's minor but is something that other anal editors like me should be aware of. CambridgeBayWeather(Talk)12:35, 8 June 2006 (UTC)
I'm not quite sure what you mean, how does the position of a stub affect its category sorting? Martin14:06, 8 June 2006 (UTC)
Go to Category:Quebec airport stubs and look at where St-Anselme Airport is in the list. Open it and move the stub tag above the Category tags and save. Reload the Quebec airport stubs and see where St-Anselme Airport is now listed. Ignore the [[Category:Quebec airport stubs|Saint Anselme Airport]] as I was trying that to force sorting. CambridgeBayWeather(Talk)15:36, 8 June 2006 (UTC)
Oh right, I see, because it has the stub tag and the stub category. You can put a sort key in the stub template directly, as demonstrated by Template:Hndis, I don't know why stubs don't all use this by default, I suppose probably because people arent that concerned with stub categories. Martin15:50, 8 June 2006 (UTC)
Feature request for stubs
I notice that an alert is given if the article is long and has a stub tag. Would it be possible to have an alert if the article is short and does not have a stub tag? Thanks. CambridgeBayWeather(Talk)12:35, 8 June 2006 (UTC)
System.ArgumentOutOfRangeException: StartIndex cannot be less than zero.
Parameter name: startIndex
at System.String.InternalSubStringWithChecks(Int32 startIndex length, Boolean fAlwaysCopy)
at AutoWikiBrowser.MainForm.GetCatArticles(String PageText)
at AutoWikiBrowser.MainForm.webBrowser4_DocumentCompleted(Object, sender,
WebBrowserDocumentCompletedEventArgs e)
This is the message I get when trying to make a cat list, then after it says "There was a problem making the list"??? Craigy (talk) 23:38, 9 June 2006 (UTC)
It means there is a bug in the software, probably caused by the page not loading properly. It will probably work if you clear your IE cache and try again. I am also overhauling the listing mechanism anyway. Martin08:39, 10 June 2006 (UTC)
Oh shit, I didn't even realize that it checked the external wiki links. I'm sorry. Hopefully this is a quick fix that bluemoose can do? --mboverload@20:00, 10 June 2006 (UTC)
AWB doesnt have a spell checker, you were using find and replace, of course that is applied to the whole article, there is nothing to fix. Martin20:10, 10 June 2006 (UTC)
Yes, but can you not make an option to disable editing of the contents of external wikilinks? That's what I was getting at. --mboverload@20:12, 10 June 2006 (UTC)
If you've got the searchstring "xyz", using "[^(\[\[[^\]][^\]]:[^\]]*)]xyz" should be the same as before until we've got an opening "[[ab:defxyz", where "abdef" are not "]". That probably needs to be improved on a bit to cope with different length prefixes such as m:meta and simple:simple english. It'll also catch [[WP:]] prefixes at the moment. Hope that helps, and the code isn't too confusing (too many square brackets, eugh) - drop me a line if I can help. SeventyThree(Talk) 17:17, 11 June 2006 (UTC)
I'm working on some javascript to deal with this sort of problem, when it works, I'll share it with Martin, and if he wishes he can C# it and use it in AWB. RichFarmbrough 21:18 11 June2006 (GMT).
Making a list using Google Wikipedia in the English and German project does generate a valid list. But in the French one, the list is always empty. My userid is correct, as the 'Category' search succeeds. A minor bug in the search criteria or site ?
By the way, if the Dutch wikipedia could also be made available, this would be wunderful!! - DéRahier15:40, 11 June 2006 (UTC)
I'll have a look at the google thing, as for working on the dutch wp, please translate these variables:
I'm adding a category using AWB. Just to be "clever" I thought I'd pick up the persons name from the previous category. My regex is limited to people with 2 names, but it seems to sometimes work and sometimes not. Not a problem, I will re-run without the cat add, and pick up the stragglers. But it would be nice to know what is going wrong, if anyone has an idea. Also the regex may be useful to others.
<FindAndReplaceSettings>
<findandreplace enabled="True" regex="True" casesensitive="False" multiline="True" singleline="False" />
<datagridFAR find="\|(\w*, \s*\w*)\]\](\W)*\[\[Category\:Baseball players who have hit for the cycle\]\]" replacewith="|$1]]$2[[Category:Baseball players who have hit for the cycle|$1]]" />
</FindAndReplaceSettings>
I don't think you need to escape the colon, but it should work escaped as well. What happens when it fails - nothing, or mangled text? I'd probably replace , \s* with ,\s+ and (\W) with (\s*), but that's personal preference. Perhaps the difference between \W and \s is screwing things up? SeventyThree(Talk) 13:57, 12 June 2006 (UTC)
I agree with your personal pref, the space was a typo, but I used * as I prefer to allow for peopleleaving spaces out where poss. The difference was that nothing happening. However if I re-submitted the article it worked (but then looked like this)
[[Category:Blah|Bloggs, Fred]]
[[Category:Baseball players who have hit for the cycle|Bloggs, Fred]]
[[Category:Baseball players who have hit for the cycle]]
As if AWB was sometimes doing the search and replace first, sometimes the category add. RichFarmbrough 16:12 13 June2006 (GMT).
That behavior makes sense if you've got
[[Category:Blah|Bloggs, Fred]]
[[Category:Baseball players who have hit for the cycle]]
[[Category:Baseball players who have hit for the cycle]]
before the parser hits. In the current version using "add category" when it's already there doubles it up. Did AWB to do that in previous versions? SeventyThree(Talk) 02:30, 14 June 2006 (UTC)
I don't know about the previous version. I agree that the behaviour makes sense on the second pass, what I can't understand is why it doesn't (didn't) work on the first pass, and does on the second. No longer a problem for me, because that's in the past, but still intriguing. RichFarmbrough 12:41 6 July2006 (GMT).
Requested option - order by size
Is it possible to order pages by size? Right now, the only ordering schemes possible are the default age-of-page, and alphabetical. bd2412T05:48, 12 June 2006 (UTC)
IN theory put Special:Prefixindex/Wikipedia_talk:AutoWikiBrowser/ in the list making box and select all links on page and click "Make list". When I did it I got a SystemNullReferenceException.
SO cut and paste into your favourite browse and use some replacement magic to put [][] round them. Then save and use text lsit or paste into a temp wiki page and use all links on page. RichFarmbrough 10:14 13 June2006 (GMT).
Okay, thanks. I tried a subpage transclusion and checked "What links here", but it still came up empty. I even tried to "subst:", but that wouldn't even display. I guess I'll break down and make a text file. :-) Rfrisbietalk21:17, 14 June 2006 (UTC)
Gosh, I finally figured it out! "Make from Special page"..."Special:Prefixindex/<page name>" did work for me! There, that wasn't so hard, was it?! ;-) Rfrisbietalk21:36, 14 June 2006 (UTC)
It doesn't work for all special pages, as for some annoying reason they do not share the same formatting, I'm sure it won't be too difficult to work around though. Martin08:39, 30 June 2006 (UTC)
It mostly works on a number of wikimedia sites, I imagine you could adapt it to work on other sites as well, particularly ones that use the mediawiki software. Martin16:17, 12 June 2006 (UTC)
Ah, im just presuming its just a case of being registered on the particular wikimedia site. Luckily, the site does use teh media wiki software. Just going to pull the source from the CVS and have a look. Cheers Reedy Boy16:36, 12 June 2006 (UTC)
Is there a zipped version of the source avaliable to download from anywhere? As it is a bit of pain getting each file manually! Thanks Reedy Boy16:42, 12 June 2006 (UTC)
Why does AWB remove the <!-- --> code when using the apply general fixes function? And when moving the text, e.g. stub tags, it should recognize that they're being inside <!-- -->. Thanks. -Eleassarmy talk10:35, 13 June 2006 (UTC)
I'm not sure what you mean in your first question, AWB does not remove <!-- --> code, as for commented out stubs, there is a slight complication, but I'll try and avoid commented out text in the same way as it ignores text in <nowiki> tags. Martin11:40, 13 June 2006 (UTC)
Ok, here is the diff from Slovenian WP. See on the left where AWB removed both stub and categories (kategorija) out of <!-- --> code. It also removes categories (and possibly other stuff) out of <noinclude></noinclude> and <includeonly></includeonly> code. --Eleassarmy talk12:57, 13 June 2006 (UTC)
That is because many of the general fixes functions were not designed to work outside of the english wp, as it says when you change the language. Hopefully in the future this will change. Martin14:16, 13 June 2006 (UTC)
Another thing that would be very useful is to be able to save a list of searches (not only items found) made by Make list. For example, there are about 20 templates that I regularly translate in the articles (or other pages where they are included) from their English to Slovenian names. Now I have to enter each one of them separately in the field 'what links to' to make a complete list of pages to be modified instead of just uploading a file with all their names and pressing the button. I hope you understand what I want to say. --Eleassarmy talk15:23, 13 June 2006 (UTC)
Html entities? Me or AWB
G. I. Gurdjieff this diff I unintentionally removed – — and replaced them with entities which seem to render as squares on IE and not at all on Firefox. "Unicodify whole article" is on. Is it AWB doing this, and if so is it a bug? RichFarmbrough 16:17 13 June2006 (GMT).
It is actually working, its just that internet explorer doesnt display that character properly, I'll stop it changing that one. thanks Martin12:25, 14 June 2006 (UTC)
Thanks, I have found another one too (Ἀ), is it as simple as all above a certain range do not display correctly? Onco_p5312:39, 14 June 2006 (UTC)
Please DO NOT change html subscript and superscript to the unicode ones (with the exception of isolated uses of 1 2 and 3), the unicode ones are rendered either poorly or not at all on every system i have seen. Plugwash20:49, 14 June 2006 (UTC)
There is a comment, it says It previously had this feature, but it became apparent that many editors like to sort categories by importance rather than the alphabet.. Martin15:23, 15 June 2006 (UTC)
That was quick. Ah, right, ok. No point changing them for them to be changed back. Fair enough. Cheers Reedy Boy15:26, 15 June 2006 (UTC)
Section edit?
Is it possible for the AWB to edit only the section with the change to be made, rather than the whole document (presuming only one section will require an edit)? bd2412T03:01, 16 June 2006 (UTC)
Well I suppose nothing is impossible, but it would be quite complicated, and make the software quite a bit slower. Martin12:55, 16 June 2006 (UTC)
I ask because I occasionally use the software to leave notices on talk pages, but the edit will not save if a banned spam link appears anywhere on the page (such as a link to the webpage on which a banned editor keeps a watchlist of Wikipedians). As an alternative, how about automatically breaking banned links? bd2412T13:11, 21 June 2006 (UTC)
Days of the year
AWB becomes harder to fool! The days of the year articles (May 1 etc. and to a lesser extent the year articles) need to use the link syntax to render their own names according to date preference. Of course AWB spots this, and delinks. I have replaced all the relevant bits with {{PAGENAME}} as a solution. Like the Borg AWB has adapted to this and now substs PAGENAME. My only remaining trick is to deliberately reverse the name (1 May) but this seems obtuse if someone has no date preferences set. Any other ideas? RichFarmbrough 16:58 16 June2006 (GMT).
(Martin isn't exactly so happy about this, but...) Depending on what you want to do, you could try out MWB. MWB only does the linkfixing link simplifyer. But you need to compile it yourself (no exe provided). Otherwise, you could switch off the "Apply General Fixes" of AWB. --Ligulem21:47, 16 June 2006 (UTC)
Alternatively, I will make it check the article to make sure it is not a date article when it does the offending operation. thanks. Martin22:09, 16 June 2006 (UTC)
I just downloaded AutoWikiBrowser3004.zip from sourceforge and could extract and run that. No request for a password appeared. So: works for me. Did you try to repeat the download? Maybe trying a different sourceforge files mirror? (the list of mirrors is displayed right before the download begins).--Ligulem21:33, 16 June 2006 (UTC)
emdash, endash
Can we get AWB to stop converting emdash and endash to – and —? They look so similar in the edit box, and most people are used to seeing &emdash and &endash anyway, it doesn't really make a difference if they stay. —Mets501 (talk)03:30, 17 June 2006 (UTC)
Any ideas why AWB removed [[Category:Living people|Davidson, Jaye]] from Jaye Davidson ? Can't see it should just remove catagories, unless there is a category above it, or a sub category somewhere.... Any ideas? Reedy Boy22:19, 17 June 2006 (UTC)
There was made a translation for the Dutch Wikipedia (some subjects above). However there is a little error in it:
strtalkns = " overleg:";
must be:
strtalkns = "Overleg ";
We are using it as a prefix instead of a suffix. But for the rest, it is a perfect alternative for a normal bot with it's primitive user interface, go on with the good work. JePe14:44, 20 June 2006 (UTC) (also known as nl:Gebruiker:JePeAWB since today)
By the way, for that bot-account I now use a special stylesheet to hide everything you don't use in AWB like the tabs, the logo and the sidebar. Even the editform is hided by the css, so you must use another account or another skin to edit the css. Only the links with your name and talkpage on the top are visible so you can see that you are logged on:
Could AWB possibly be changed to check if the current version is enabled at startup? I've just got all my parameters set up for an AWB run only to discover that my version doesn't work. A bit of a pain really :) --kingboyk10:38, 21 June 2006 (UTC)
I have made a list of usual mistakes of the catalan language and I saved them in the settings file (example: <datagridFAR find="l•l" replacewith="l·l" />, but when I try to open the settings file it says: Invalid character in the given encoding. Line x, position x. However if I open the program and I write exactly the same find-and-replace and I save it with another name, there is no problem to open it (so then I have two files apparently equal but one gives problems and the other not). Moreover, if I take the file without problems, I add a line manually, it gives me problems. I remove this line and I have still problems and I can not solve them. (Remark: if the problem were only for one line I would say nothing, but I have made a some hundreds lines setting file wich now I can not use).
Could be possible also not to destroy the <!-- comments --> on the settings file?: I want to explain the meaning of some changes, because some of them are quite cumbersome and they require an explanation for anyone who reads the file -as I want to hang it in my users page-, but if I open the file of settings with has some comments, I add a line with AWB and I save it, all the comments disappear... Thank you!--Xtv - (my talk) - (que dius que què?) 19:01, 22 June 2006 (UTC)
Can you paste the contents of the file somewhere so I can see it, it sounds likely that you are entering characters that are reserved in XML, for example < > " and & must be used in their html forms < > " and & in the settings file, they will still be interpreted properly (i.e. not as html) by AWB though. Martin21:53, 22 June 2006 (UTC)
I have hanged the list I'm making here (to look it properly, better to click "edit"). But I really don't think it's such a kind of problem, because as I said I create a file settings from the beginning, I simply modify it slightly and it gives problems again, without having changed any special character... Thanks!--Xtv - (my talk) - (que dius que què?) 23:13, 22 June 2006 (UTC)
The two smaller files are identical to each other and both work, the larger file doesn't work because from line 22 onwards for about 3 lines there are unclosed quotes, which I have fixed now. Martin09:00, 23 June 2006 (UTC)
When I thought I had found the problem was exactly because I found those mistakes. I solved them and still didn't work. Now with the corrections you made, I created a new file copying everything but also doesn't work. And the two identical files, still one works and the other not. Am I getting crazy?--Xtv - (my talk) - (que dius que què?) 13:07, 23 June 2006 (UTC)
Check that the editor you are using can cope with special characters. RichFarmbrough 23:16 23 June2006 (GMT).
Scripts may not be the most correct terminology, but to use settings such as those found at Wikipedia:AutoWikiBrowser/Scripts, copy the relevant text to a file on your computer, such as "mboverload.xml", then load up AWB, go to File->Load settings and find that file you just created. —Centrx→talk • 06:03, 26 June 2006 (UTC)
Next release FEATURE PREVIEW
These are screenshots from the latest dev build! Awesome.
I'm normally not bragging with what I do for Wikipedia. But just for the records: The new find and replace control is from MWB. Done by me. The newest version of this on MWB even has hierarchical rules using a tree control [5]. Sorry for the self ad. But my somewhat controversial fork at least has brought something for AWB. Feel free to merge from MWB into AWB whatever you see fit. That's the idea behind open source. And thanks to all for letting me doing that fork. I can better try out new stuff there without disturbing Martin on AWB. --Ligulem07:51, 27 June 2006 (UTC)
The screenshots are possibly not very helpful, as I'm never sure what features will make it into the next release, the IRC monitor thing is a whole separate piece of software, its just in the menu as a preview. Hopefully it will eventually get the VandalProof type features of reverting/warning etc. I have to say though, having your watchlist monitored live is very cool! Martin08:40, 27 June 2006 (UTC)
Martin, what is your vision for this functionality? Are you planning on challenging VandalProof for the role of defacto antivandalism tool, or at least take part of its marketshare? --mboverload@08:44, 27 June 2006 (UTC)
lol, well I don't really gain much from market share, and to be honest I haven't used VandalProof, but from what I can see it looks like it would gain a lot from using the IRC feed. At the moment this program doesnt even do the same thing as VandalProof, as it doesnt have any of the stuff to rollback, however it will do soon hopefully. Of course anyone is welcome to help in its construction. Martin08:55, 27 June 2006 (UTC)
Nice job on this, mboverload; I didn't see this preview, so it was a nice surprise when I happened to d/l the latest version. I was actually thinking of putting in a request for "guarded search and replace" feature a while ago, but thought I should have some mercy on the poor oppressed workforce... I do, however, have a small niggle: when the "replace" field is empty, that rule seems to be skipped entirely. I can hack around this by replacing nl's with nl's, along with the text to be removed, but it's a bit of a nuisance. Alai02:30, 2 July 2006 (UTC)
Looking at this new version, all I can say is WOW! It looks really impressive. I think that the revert functionality like VP is really a great idea. So yeah, very impressed. Alphachimptalk02:13, 3 July 2006 (UTC)
"Ignore non-existent pages"
The "Ignore non-existent pages" option also ignores pages which exist, but are blank. Not sure if this is intentional – Gurch12:36, 27 June 2006 (UTC)
Problem opening application
Howdy there. I just registered for this software and got approved, and I downloaded it and the application won't run at all. When I double-click on it I get a message saying "The application failed to initialize properly (0xc0000135). Click on OK to terminate the application." My computer's a Window's XP, so it seems like it should work. I installed the Microsoft .Net framework, and still no go. Can anyone help me with this? Thanks in advance. Ben Tibbetts00:09, 28 June 2006 (UTC)
Thank you; it's fixed. I thought I had installed it when I ran the downloaded program, but I hadn't properly done so and so the .Net framework wasn't actually on the computer. Much obliged! Ben Tibbetts17:04, 28 June 2006 (UTC)
Windows Internet Explorer 7 bug
When will AWB start working on Internet Explorer 7? I've been waiting for this for quite a while, since all my operating systems run IE7. — Alex(T|C|E)08:40, 28 June 2006 (UTC)
First thing is to wait until it is released officially, then I need to track down what is different about it. Martin10:06, 28 June 2006 (UTC)
I think you should remove the advice for downloading IE7 on AWB's page... It's misleading. — Alex(T|C|E)22:12, 28 June 2006 (UTC)
Option to skip if no changes found?
Is it possible to do that? Instead of having to press ignore, as when you are only doing basic changes, and there is nothing to do, it would be better if we didnt have to click ignore if we didnt want to do it.
In case you didn't know: In menu "General", checkmark the entry "Skip articles with no changes". Consider scanning an articledump with the DumpSearcher (built into AWB) if your hit rate is very low and or your list very long. --Ligulem18:14, 28 June 2006 (UTC)
Ooops. Thanks, never noticed that. With teh dumps, does it work offline, then search online if there are any changes and apply them? Which do we download? Or is it all of em? Reedy Boy20:26, 28 June 2006 (UTC)
See User:Bluemoose/DataBaseSearchTool (Kudos to Martin for providing that). A dump is a snapshot of the top versions of articles/templates. The dump must be downloaded and can then be searched locally on your computer for articles that match some criteria. This produces a list of articlenames, which can then be fed into AWB. You can also ask someone who already has downloaded a recent dump to do a search for you. Martin has offered to do that in the past. My most recent dump I have locally is from 2006-05-18. I could do a search for you on that. Maybe Martin or somebody else has a newer dump. Drop me a note on my talk if you want me to do a search on 2006-05-18. Downloading a dump is about 40..50 minutes for me. --Ligulem20:56, 28 June 2006 (UTC)
Why do you think this is proper spacing? The MOS, at WP:DASH, has both with space and without space as acceptable and common. Standard practice in English generally is to not have spaces. —Centrx→talk • 05:21, 29 June 2006 (UTC)
Using automated tools to impose a particular preference where the style guide permits both... why do I have the sense that this wouldn't be a particularly good thing to do? Kirill Lokshin03:57, 1 July 2006 (UTC)
Hey I don't mind British and American english coexisting on Wikipedia; but having both types of spacing for the dash ain't professional nor esthetically pleasing. "Imposing" a spacing; sounds a bit more ominous than it actually is. At the very least spacing should be consistent within an article. Or maybe we prefer our articles to look bad? Sheesh. - RoyBoy80000:22, 3 July 2006 (UTC)
Hmmm,. then how about imposing spacing only where there is inconsistant spacing within an article? bd2412T04:05, 3 July 2006 (UTC)
Decent start, and BTW I mentioned American/British style issue without even looking at the link provided. Also the two aren't exactly analogous in my opinion. While indeed there are different schools of thought on dash spacing, the implementation on Wikipedia makes spacing distinctly advantagous aesthetically for the font, and practically as no spaces makes dashes more difficult to see when editing. - RoyBoy80006:47, 3 July 2006 (UTC)
Are you also planning to space en-dashes, then? Having inconsistent spacing styles is worse, in my opinion, than having something that (some!) people feel is aesthetically displeasing. (For the record, I happen to think that unspaced dashes are much neater than the spaced ones, even once Wikipedia's font quirks are thrown into the mix.) Kirill Lokshin01:48, 5 July 2006 (UTC)
Given the amount of criticism generated by even the "simple and obvious" changes, I think this would probably bring on another round of restriction attempts and is unlikely to make AWB any more popular with those who already despise it and its ilk. You also need to bear in mind that AWB is being modified to work with other wikis, which might well have massively different style requirements: we need to accommodate everybody. If you want to set up your own regexes to accomplish the change, feel free to share them. HTH HAND
How do I make a spamlist?
How do I make a spamlist, like the wikipedia signpost? How do they do it? I'm going to be launching my spellchecker script and I'll do weekly mailing to remind people about updates. --mboverload@09:13, 30 June 2006 (UTC)
This might be my personal (bad?) taste, but I find these periodic serial additions of the same wiki-text to a whole list of user's talk pages a bit odd. Wouldn't it suffice to have your clients watch a page themselves? Or do it via template inclusion? Or have a good old email mailing list? --Ligulem09:30, 30 June 2006 (UTC)
I'm perfectly open to discussion, so thanks. Yes, I have been thinking about that. I would much perfer to contact them via email but that's kind of a touchy subject. And I know I can go 2 months without running CCleaner because I just forget...I don't know what to do. --mboverload@09:35, 30 June 2006 (UTC)
The list would be made like any other (e.g. load it up from a text file or a wiki page or even a category, though these would have to be populated first) however i agree that simply watching the page would be better (less effort, less bandwidth etc.). Out of interest, how many people actually use your settings file? Martin12:29, 30 June 2006 (UTC)