User:Gflores/header

Comment

Welcome to my discussion page. -- Gflores.
Click here to leave me a new message


Archive
Archives
archive1 (Sept. 2, 2004 - Jan. 16, 2006)
archive2 (Jan. 16, 2006 - Feb. 11, 2006)
archive3 (Feb. 12, 2006 - April 1, 2006)

Regex request edit

I've heard you're pretty good with regex. Can you create a regex that removes the links a page. For example, it'll change Foo into Foo. It will also change American ([[United States|American]]) into American. This is for disambig cleanup. Also, [[America]]n should be changed accordingly. Dabs should only have minimal links, per the guideline. I have a few other minor requests that maybe you can do for me, if you have time (such as removing bolded text ('''). Let me know if this requires more explanation. Thanks. GfloresTalk 18:02, 30 March 2006 (UTC)Reply

One more thing which may make it more difficult. I was wondering if it could ignore the first link at the beginning of the sentence. For example, Amiga (disambiguation). It will not do anything for the first link... note, it's not the first thing in the line, it's actually a '*', then the link. In this case, it's "*" then "'''" then "[[" then "term" then "]]" . (ignore the quotes). However, not all of them are bolded and there isn't always a link at the beginning of the sentence. Dab pages vary a lot unfortunately, but if the regex works for 60% of them, that'd be great. GfloresTalk 18:17, 30 March 2006 (UTC)Reply
From what I understand, you want to go to a disambig page and remove all links except the first in each line. For example, on Amiga (disambiguation), you would remove record label, 1994, etc on the last line. This would pose a few problems. For example, since the link is not always the first word, the regex would delink all but the first link on each line. However, on line one of Amiga, you would want to delink the first link. Therefore, maybe it's better to assume that all "good" links appear first and then you can do the rest manually afterwards. Secondly, will you be using AWB for these regex fixes? I'll start working on the regexes now and I'll get back to you with them later after I get more info from you about the specifics. Thanks. --M@thwiz2020 21:41, 31 March 2006 (UTC)Reply
I almost forgot - belated congrats on your RfA! --M@thwiz2020 21:42, 31 March 2006 (UTC)Reply
Yeah, assume the first link is good even though that won't always be the case and delink the rest. I can manually correct any errors. I won't be doing it using AWB, although I can if need be. I use an firefox extension for my search and replace (regex). A few more examples [1], [2], [3], [4]. Also, if it's possible, remove all bolded words. The regex doesn't have to be perfect, I can clean up what it doesn't do. Thanks! GfloresTalk 21:56, 31 March 2006 (UTC)Reply
See my progress here. I can't seem to get the Apache link on the last line right! One more thing that might make me have to change the regexes: can you give me a link to the extension you're using? I want to test out my regexes in that extension since sometimes different regex scripts work differently. --M@thwiz2020 22:46, 31 March 2006 (UTC)Reply
I'm using a bookmarklet here. I can use AWB if it'll make things easier for you. GfloresTalk 22:52, 31 March 2006 (UTC)Reply
I have to go somewhere soon so I'll continue this tomorrow, but how do you install the bookmarklet? --M@thwiz2020 22:57, 31 March 2006 (UTC)Reply
Bookmarklet. To install it, add 'searchtextarea' to your bookmarks and then click on it when you want to open it and a window will appear with search and replace, etc. Firefox may block it as a popup though, so be sure to let it open. GfloresTalk 01:06, 1 April 2006 (UTC)Reply
Hm, odd. When I click the bookmarklet, nothing happens. (Well, when I click it on this page I get Firefox's popup-blocker warning, but when I bookmark the javascript and click that, nothing happens.) --M@thwiz2020 17:02, 1 April 2006 (UTC)Reply

I don't know what to say. It works for me. You may have to add wikipedia and that site to your exceptions list in Firefox preferences or disable pop-up blocking altogether (temporarily) for it to work. Does the regex work on AWB? I could just use that, it's no problem. GfloresTalk 00:23, 2 April 2006 (UTC)Reply

Silly me. It does work, but only when I'm on the edit page. I kept trying it when I wasn't editing and it wasn't working, but when I clicked on "edit this page" and clicked the bookmark, voila! I'll try to perfect the regexes as soon as I can - I just have to iron out that one problem. --M@thwiz2020 02:13, 2 April 2006 (UTC)Reply
I got it! It took me a while to figure out the discrepancies between AWB and your bookmarklet (for example, AWB calls the first subexpression $1 but the bookmarklet starts with $2), but I finally got it! There is just one more bug I want to fix but don't have to (my regexes make it so that it only corrects the second link in each line so, for example, if there are five links in a line you have to run it four times). I'll work on that problem and then give you the regexes. --M@thwiz2020 16:26, 2 April 2006 (UTC)Reply
I could make a regex that would do everything in one run - however, such a regex would delink all links that do not come immediately after the *, even if they are first (so * ''[[Hello]]'' would be delinked even though it's first). I have a regex that will never delink first links, but you have to run it multiple times. Each time, it will remove the last link in each line until there is only one link in each line. I could probably write a javascript bookmarklet that would run it multiple times automatically and will if you ask. If you want to know, I can also explain why you have to run it multiple times, but I won't explain that now. Anyways, chatter aside, here are the regexes:
This removes the bold tags:
Search: '''
Replace: (nothing)
Replace till end selected (the rest of the options don't matter)

This removes the links:
Search: (.*?\[\[.*?\]\].*)\[\[([^\]\|]*?\|)?(.*?)\]\]
Replace: $2$4
Replace till end '''must''' be selected (just regular "replace" doesn't work for some reason)
Other options: regex on, wrap off, find in all doesn't matter
If it doesn't work, just tell me and I'll fix it in a few million jiffies (with each jiffy being 1/100th of a second, so one million jiffies is 166.6 minutes, almost three hours). --M@thwiz2020 17:19, 2 April 2006 (UTC)Reply

Thank you edit

Thank you for your vote of confidence in my recent request for bureaucratship. Even though it didn't pass, I greatly appreciate your support and hope I will continue to have your respect. Thank you! Flcelloguy (A note?) 23:04, 2 April 2006 (UTC)Reply

Wikibreak edit

Just noticed you are on a Wikibreak, you may already be back, but either way I hope it is/was relaxing! :) -- Natalya 16:10, 3 April 2006 (UTC)Reply

Manifold (disambig) cleanup edit

Hi Gflores, I notice you did a significant cleanup of the Manifold (disambiguation) page. Thanks for your efforts, but I just wanted to check one thing; was the removal of the link to the diving regulator article from the scuba-context line intentional? If so, why? Thanks. David Scarlett 09:21, 4 April 2006 (UTC)Reply

CITE edit

Hi again. I read some of CITE, and I tried adding in cites for Northrop Grumman, but I can't get it to work. I'm not sure what I'm doing wrong. Can you help me? TIA Sarah crane 16:03, 4 April 2006 (UTC)Reply

Nevermind, I got it working. Thanks anyway. Sarah crane 19:53, 4 April 2006 (UTC)Reply

Thanks! You were right, it's important to show both sides. It's just hard to find on the internet. Most of what I've found is their official sites, which seem to be talking to investors, not the general public, and then there are the sites that say how bad NG is (which I tend to agree with). But they don't really have much of a public fan club. :) Anyway, I'm trying to integrate that info in. We'll see how it goes... Have a great day! Sarah crane 20:47, 4 April 2006 (UTC)Reply

.NET Bot Framework edit

Hi, thanks for applying to use the .NET Bot Framework. Your request has been approved, but you did not provide instructions as to where to give you information about how to obtain the framework. You have also been added to the Spam list for announcement emails regarding the framework. If you do not wish to receive these announcements, please feel free to remove yourself from this list. Messages sent will involve announcements of new versions, features and other important information. Thanks, and enjoy your use of the framework, Werdnabot (DNBF)/T\C on behalf of Werdna648T/C\@ 17:04, 4 April 2006 (UTC)Reply

RE: Admin coaching edit

Hello! I am happy to hear that you will be my mentor. Firstly, I feel that I need help on how to load USEFUL images on Wikipedia. For example, I have uploaded about 4 images so far but 3 of them were deleted by another user. Can I transfer some images from Wikimedia Commons to Wikipedia? If the images are not used in Wikipedia articles for about 2 weeks, will they be deleted from Wikipedia altogether? Must I transfer the images to my computer first and upload them to Wikipedia? I hope you can give me a clear answer soon.

Secondly, I would like to give you a hypothesis. If I were to take part in a RFA now, what do you think my success of being an admin would be? I have made over 5500 edits and have 3 months of experience in Wikipedia. I have a great desire to serve Wikipedia in a greater capacity and I wish to have a general overview of the duties of an administrator before going into the realm of the unforgiving scrutiny of edits I hope to receive your feedback soon and please advise me on ways to improve the quality of my edits. Thank You!

P.S. Glad to hear that you are a Manchester United supporter! Hope it is not too late for them to overtake Chelsea for the 2005-06 league title! --Siva1979Talk to me 14:46, 6 April 2006 (UTC)Reply

Thanks edit

Thanks for the well-wishes! -- Natalya 19:26, 6 April 2006 (UTC)Reply

Esperanza Newsletter, Issue #2 edit

The Barnstar Brigade is a new program aimed at giving more very deserving yet unappreciated users barnstars. It will officially start on 2006-04-09, but signing up is encouraged before this date:
"Here in Wikipedia, there are hundreds of wikipedians whose work and efforts go un-appreciated. One occasionally comes across editors who have thousands of good edits, but because they may not get around as much as others, their contributions and hard work often go un-noticed. Sadly, these editors often leave the project. As Esperanzians, we can help to make people feel appreciated, be it by some kind words or the awarding of a Barnstar. A project the size of Wikipedia has thousands of editors, so there are plenty of people out there who deserve recognition, one just has to find them. The object of this program is not to flood editors with Barnstars, but to seek out people who deserve them, and make them feel appreciated."
The Stress alerts program aims at identifying users who are stressed, alerting the community of thier stress and works in tandem with the Stressbusters at trying to identify causes of stress and eliminating them.
Information
Welcome to the second issue of the new format Esperanza Newsletter - we hope you still like it! This week, it was delivered diligently by our new dogsbody. MiszaBot (run by Misza13): any execution complaints should go to him. Content comments should be directed at the Esperanza talkpage. Thanks!
  1. The next elections: Approval voting as before and, also as before, an previous leadership member can run. Please submit your name for voting in the relevant section of this page. Voting starts on 2006-04-23 and ends on 2006-04-30. There will be three places up for grabs as KnowledgeOfSelf is leaving Wikipedia. Please see the previously linked page for full details.
  2. The Code of Conduct is now ready for extensive discussion! Specific comments should go to the Code of Conduct talk page, discussion of having one at all should be directed to the main Esperanza talk page.
  3. The current process for accepting proposals for new programs has been deemed fine. All Advisory Council members and the Admin Gen are to endevour to be bold when viewing discussion. If they feel that consensus has been reached, they will act accordingly.
A plea from the editor...
The propsed programs page is terribly underused! Please leave any comments, good or bad, on the page, to help us determine the membership's thoughts on the ideas there.
Signed...
Celestianpower, JoanneB, Titoxd, KnowledgeOfSelf and FireFox 19:53, 6 April 2006 (UTC)Reply


WP 1.0 edit

I thought since you are interested in this project you might be interested to see a CD version of en now exists see Wikipedia:Wikipedia-CD/Download. This is being discussed on the 1.0 project pages but progress breeds enthusiasm so I thought I would let you know. --BozMo talk 10:55, 7 April 2006 (UTC)Reply


WP 1.0 new strategy edit

Hi, hope all is, well haven't seen you around for a while. If you're not too busy, could you take a look at Wikipedia talk:Version 1.0 Editorial Team/Release Version Qualifying? Thanks. Maurreen 06:07, 8 April 2006 (UTC)Reply

Barnstar edit

 
A slice of chocolate cake for a hardworking Administrator. --- Ω Anonymous anonymous Ψ: ''Have A Nice Day'' 09:17, 15 April 2006 (UTC)Reply

Take Care Ω Anonymous anonymous Ψ: ''Have A Nice Day'' 09:17, 15 April 2006 (UTC)Reply

Thank you! :) GfloresTalk 04:13, 16 April 2006 (UTC)Reply


Table automation and bots for WVWP? edit

Hi, I know you're probably busy with exams and the like (I'm writing one right now on advanced organic chemistry, as it happens!), but I wanted just to alert you to some major changes that may be happening at WP1.0. Tito and Oleg Alexandrov are planning to try out a system whereby we will put assessment categories on article talk pages, then have a bot read them to a worklist table (and perhaps a tree as well) automatically. That way if something is reassessed it can be tracked automatically, once a day I think they said. We would also get a daily list of assessment changes. Do you have any comments to add to this discussion? Scroll down to get to the latest iteration of the idea. Cheers, Walkerma 03:23, 24 April 2006 (UTC)Reply

Re the whole de-bureaucrating thing edit

Hi, I never came to thank you for the message you left for me a month ago when I stepped down from being a bureaucrat. Thank you for the things you said, it's good to know there are still plenty of good people about in this project. I do not see myself standing for bureaucrat again anytime soon though who knows what the future may bring! Thank you once again. -- Francs2000   09:46, 29 April 2006 (UTC)Reply

Inquiry edit

Hello! I hope you are feeling great! By the way, I would like to inquire about a minor technical aspect of certain templates. For example, certain templates uses this term &nbsp. What does this mean? If I do not type these wordings when I am editing templates, would this pose a problem? Allow me to give you an example:

And,what does noinclude stand for? If this template is updated, will it affect ALL the similar templates used in different articles? Will there be an auto update? What are the consequences of the exclusion of these particluar terms? I hope you will give me an answer soon! Thank You! (By the way, I am feeling disappointed the Manchester United had failed to beat Chelsea. Credit goes to Chelsea for winning the league.) --Siva1979Talk to me 02:44, 2 May 2006 (UTC)Reply

User:David91 edit

Per a request on Wikipedia:Deceased Wikipedians, I'm trying to find out if anyone knows what happened to User:David91. He stopped editing around April 12, 2006, when he was admitted to the hospital for some tests. He possibly lived in Singapore (likely in or near Ang Mo Kio which he edited 3 times--but with enough detail to suggest a strong familiarity with the place), and was probably the oldest Wikipedian at the age of 94 (based on a reference from 2003 when he said he was 91). Based on his numerous contributions in law it is possible he was a retired lawyer of some kind. He also contributed to linguistics, sociology, and science fiction articles. He was part of Wikipedia:WikiProject International law (though it didn't really get off the ground) and he made nearly 5000 edits. He evidently was also a well-respected member of other Internet communities he was involved in during his retirement. Any information on David91 would be appreciated. Thanks, --Alabamaboy 13:23, 10 June 2006 (UTC)Reply

Best of luck edit

It's a shame to see you go, you are a great editor. Best of luck in all your future endeavors, and should you ever find the time or energy to return, we'd be happy to have you back. EWS23 (Leave me a message!) 04:17, 13 June 2006 (UTC)Reply

All the best Gflores. I hope you will come back some time.Blnguyen | Have your say!!! 04:18, 13 June 2006 (UTC)Reply

Best of luck. I'm sorry to see you go. Take care. Anonymous_anonymous 10:29, 13 June 2006 (UTC)Reply

*tear* What? I'm so sorry to see you go, Gflores. You were one of the first editors who I really respected when I first started editing Wikipedia, and your contributions are so very important. I hope that whatever is causing you to leave corrects itself, but if not, good luck - you will be truly missed. -- Natalya 15:39, 13 June 2006 (UTC)Reply

SCOTM edit

I've removed you from this list since you have left wikipedia. Please feel free to rejoin if you return. pschemp | talk 03:52, 12 July 2006 (UTC)Reply


A request for comment edit

I would like to request comments and suggestions for the following situation in Talk:List_of_major_opera_composers#Not_so_fast.__There_is_obvious_POV_gender_bias_here . This is a very long, complicated situation involving whether women should be included on this list of Opera composers. As a male musician who has done quite alot of research on women in music, I firmly believe that a representative sample should be on the list (I'm not suggesting 50/50 or even 30/70, just two or three representative women). When I first noticed this article, it was completely unsourced, and the "important composers" were chosen by a collegial system ("I like that." "I don't like that") without any mention of sources. I marked the article NPOV and Unsourced. The article quickly became sourced, but I continued to bring up the issue of gender bias and brought three sources to the discussion after consulting the International Alliance of Women in Music [[5]], all of which were dismissed because they only contained works by women. However, when the list was finally completed (I was asked not to participate, as I was considered to be have a POV agenda towards women and living composers), six of the ten lists used only contained the names of men. The other four only contained one woman (Judith Weir). If lists of only women composers are unacceptable, why are lists of only men composers acceptable? And was are sources which could prove the importance of women in music dismissed as having a POV agenda.

A colleague who is a teacher of Women's studies at an American University has suggested that this is a textbook case of "canon forming" or the creation of hierarchies using preconceived notions. The process involves making a hypothesis using the notions that one already has, such as "Important operas are only composed by dead, White, European males", using the sources already utilised for making the hypothesis for proving the statement and then dismissing contradictary sources or discrediting individuals who make statements which oppose the primary hypothesis.

I am certainly not asking anyone to get directly involved here, as this is already become quite violent and an RfA is currently underway. I would however appreciate any ideas concerning how to confront this sort of gender bias, any useful sources and other ideas, as well as general comments. Thank you Jean-Thierry Boisseau 20:53, 24 September 2006 (UTC)Reply

Album infobox conversions edit

Hey, I noticed you were once active at converting old infoboxes. Well, I've found a bunch that need converting, as I noted here: Wikipedia talk:WikiProject Albums/Needs infobox conversion. Cheers, Alcuin 03:53, 12 October 2006 (UTC)Reply

Doing something about the ridiculous date autoformatting/linking mess edit

Dear Gflores—you may be interested in putting your name to, or at least commenting on this new push to get the developers to create a parallel syntax that separates autoformatting and linking functions. IMV, it would go a long way towards fixing the untidy blueing of trivial chronological items, and would probably calm the nastiness between the anti- and pro-linking factions in the project. The proposal is to retain the existing function, to reduce the risk of objection from pro-linkers.Tony 15:02, 9 December 2006 (UTC)Reply