User talk:Billinghurst

From Wikisource
Jump to: navigation, search
He had a photographic memory which has never developed.
System-users.svg This user has alternate accounts named SDrewthbot & SDrewth.
billinghurst (talk page)

(Archives index, Last archive) IRC cloak request: I confirm that my freenode nick is sDrewth
Note: Please use informative section titles that give some indication of the message.

Popular Science Monthly 1916 Ad.jpg

Wikisource has a number of active Wikiprojects that could use
your help in tackling these large additions to our library.


Popular Science Monthly Project
Work: Popular Science Monthly


Contents

TUSC token d91ad562a2ec917955d6510fb2e7bdc6 [edit]

I am now proud owner of a TUSC account!

{{min-width}} unsuitable for forcing widths; controlling right margins. [edit]

Hello.

Just saw your note regarding my attempt at a useful template. I think you have made a good call. Have you any suggestions as to how to redress this? If it is entirely hopeless now is probably the best time to simply delete the template before it starts causing serious problems. The only use at present is on the first few pages of Lengths and Levels To Bradshaw's Maps/Canals and Railways in the Northern Map.

Here is the background as to what I was attempting (feel free to skim, as I've got far too much detail in here):

Iain Bell pointed out to me that tabular columns of fractional lengths lend themselves very poorly to any of the default layouts., e.g.:

Imperial Quantities: Various Alignments
Default Centred Left Right
10⅙ 10⅙ 10⅙ 10⅙
6 6 6 6

My intended solution had been to try to "force" the enclosed character cell to be larger (i.e. a fixed width enclosing a proportional font) than required, so that columns could align on the numeral-fraction interface (ala decimal point alignment):

Compromise using {{min-width}} via {{winf}}
Template:Winf
Template:Winf
Template:Winf

as you have pointed out, has obvious flaws, including a subtle loss of horizontal centreline:

Compromise case degrades when narrow/restricted space
Template:Winf
Template:Winf
Template:Winf

If the situation really is infeasible, I can always fall back to this approach:

Ideal (but formatting this is tedious!)
10
6
0 ¼

Thank you for your patience wading through this. MODCHK (talk) 06:26, 27 October 2012 (UTC)

I am not saying that there are not valid reasons, or even necessary times when we will use width/min-width/max-width; it is about how we wisely use them. We haven't done well with defining (universal) classes to utilise in tables, especially for certain columns, and I don't think that we have explored well the use of children components. NOTE that html/css are not my strength, I am just a dabbler. — billinghurst sDrewth 07:25, 27 October 2012 (UTC)
I'm in agreement with Billinghurst on the more elegant (& more newbie friendly for future application) solution is to have some of this framed in CSS class definitions first and [re]build our templates out as needed from there. My problem is I'm of the "old ways" (HTML, CSS and the like) and not so much about what or how wikicoding does to it. I know there are ways to automatically pad integers, both from the left and the right, to have the one, ten, hundred, etc. whole numbers as well as the milli, micro, nano, pico, etc. decimal/fraction values to all line up neatly in a table the way I think MODCHK is looking for - but damn if I know how to do it through the current wikicoding (the HTML table variants are not supported here either). -- George Orwell III (talk)


  • On a related tangent to this, all indications point to a tightening in HTML element (or tag) usage in the coming months whether we like it or not. This has always been a pet-peeve of mine (i.e. we don't create [chapter] headers using any of the header tags designed just for that purpose because wikicode automatically converts them to editable sections, adding them to the internal TOC in the process; or using the paragraph tag is pointless here because wikicoding automatically adds the closing tag while the standard says its optional and many other quirks of this vein) and I get the feeling we are going to get punished for being so willy-nilly about tag usage or the lack thereof to date at some point in the near future.

    It would be nice to review all the .CSS files being applied before we even get to our local common.css but even those don't fully come up in my browser's cache anymore because it seems a good portion of the CSS defs are being micro cached on the fly now. I'm pretty sure we should begin by having all the defaults (from main to vector then monobook down to our local css') and have a group review of what we need to throw out (Tabber-tab; this means you) & what changes to high usage templates could made to further simplify them by using any combination of defined defaults. And I don't know about you guys but resource usage seems to have ticked up for me with every other batch of wmf upgrades, making certain things "slower" than they probably should be. -- George Orwell III (talk) 20:12, 27 October 2012 (UTC)

    I feel that a root and branch review would have value, and I have sort of asked if there is anyone fully CSS compliant who may be available to help us work through the bits. I was asked why I didn't put such a request to m:Tech, and I didn't have a reasonable answer. We definitely haven't a gap analysis. I know that I would like to fix layouts, and our hacky sidenotes. Probably a time to build a list, but not for tonight. — billinghurst sDrewth 12:18, 28 October 2012 (UTC)
    Yeah - I wont have any "real" free time until at least a week or two after the general elections here in the U.S. either. Sidenotes is a prime exmample however. I understand that at the time of first inception the template coding seemed the only way to go but if we just stuck with the classes in the templates rather than building into them further inside/outside or left/right mechanics primarily in the Page: namespace for rendering in the main, we should have simply added to our common.js...
jQuery( document ).ready( function( $ ) {
        $( 'body.ns-0 .sidenote-left' )
                .removeClass( 'sidenote-left' )
                .addClass( 'sidenote-right' );

... and the whole any-left-sided-moves-to-right-side thing functions pretty much like dynamic layouts do. Assign different classes in the tempates for different options and the whole inside/outside is just as easily handled; all done automatically in one namespace only, the main. -- George Orwell III (talk) 17:59, 28 October 2012 (UTC)

  • Abject apologies for opening this can of worms. I guess I have proved I am not suitable for contributing towards this review (though I genuinely would follow same with interest.)
  • Please note the templates are no longer in use, and as far as I am concerned may be summarily deleted as I have since reworked the original pages to use a direct table format approach (my "tedious" method above.)
Looks like I carefully planned a campaign of action; made preparations and promptly marched off a cliff...MODCHK (talk) 15:49, 28 October 2012 (UTC)
No need to apologize - everybody's input is welcome. And its not really anything you've said or done; its the changes that come down to us by those making changes or upgrades to the code every ~10 to ~14 days now instead of every 3 months or so like before. -- George Orwell III (talk) 17:59, 28 October 2012 (UTC)

Note to self (export) [edit]

(pastes from conversation)

billinghurst sDrewth 14:50, 4 December 2012 (UTC)

(notes)

  • When building Tables of contents and Lists of Illustrations, the title components need to be included within the table |+ ... as otherwise they page break after the title before table, d'oh!
  • asked Tpt about the attribution page, and how to edit, and to correct a typo
  • epubreader (reasonable in browser app for FF)

{{botanist}} [edit]

Does what new user Pigsonthewing has done to this template & its documentation make sense? Microformats (and their real use/purpose) are beyond my understanding. Beeswaxcandle (talk) 09:57, 11 January 2013 (UTC)

Microformat is of which I am aware, but not versed in knowledge, nor really the time nor the patience. It is a form of standardised XML, and allows the direct comparative, so Wikidata will be there, notifications, etc. Pretty much what TwitterCards use. Shall we run away together and sit down the back of a library and pat old books? My gut feel is that we need to invite in those who know and let them do this stuff for us. — billinghurst sDrewth 10:52, 11 January 2013 (UTC)
Umm, "Twittercards"? Never 'eard of 'em. Probably something to do with Spacebook (or what ever it's called). I just want to liberate the old books from the back of the library and make them available to lots of people to pat, and sometimes this new-fangled stuff seems to get in the way. [Curmudgeonly rant ends here.] Beeswaxcandle (talk) 05:02, 12 January 2013 (UTC)
Aha, though this should be allowing for machine-to-machine talk, to get rid of some of the dross tasks, or at least points of connectivity, and eventually/potentially/... <shrug>. — billinghurst sDrewth 11:26, 12 January 2013 (UTC)

TO DO — DNB footer initials [edit]

PD-NorwayGov [edit]

RE: Wikisource:Possible_copyright_violations#Works_of_Norwegian_government, Do you have the ability to transwiki in PD-NorwayGov or would it be easier to just copy and paste it over? JeepdaySock (AKA, Jeepday) 11:42, 13 February 2013 (UTC)

I am pretty certain that they are just built on {{license}}, AND I can/will do it. — billinghurst sDrewth 11:44, 13 February 2013 (UTC)
Thank you :) JeepdaySock (AKA, Jeepday) 11:46, 13 February 2013 (UTC)
OR we can use one we prepared earlier {{PD-NorwayGov}} — billinghurst sDrewth 11:48, 13 February 2013 (UTC)
Probably merging in to here from the extras at Commons, would be good. Not really required though, I put a note at Template talk:PD-NorwayGov about the Commons License, which presumably would stay more current. JeepdaySock (AKA, Jeepday) 16:14, 13 February 2013 (UTC)

Talkback [edit]

I responded your message on my talk page. Cheers, Lester Foster (talk) 02:50, 16 February 2013 (UTC)

Responded again! Lester Foster (talk) 06:45, 16 February 2013 (UTC)


I have converted it to a vote [edit]

Re: edit. I don’t see any recent related edits where you made a change. Pretty sure I agree with you, just not sure what you changed. Jeepday (talk) 11:18, 16 February 2013 (UTC)

Vote-lite <shrug> — billinghurst sDrewth 11:38, 16 February 2013 (UTC)
I see, saw that, thought you were talking about word changes to the policy. Jeepday (talk) 11:47, 16 February 2013 (UTC)
I was thinking a crat would come by and close them, and remove any bot flags that needed removed. Then I would do the archiving and post any votes required as an approval request. What are you thinking happens next? Jeepday (talk) 11:47, 16 February 2013 (UTC)
I think that Hesperian should do the de-bit and you can archive them, and we all light pipes in our rockers. — billinghurst sDrewth 11:53, 16 February 2013 (UTC)
I noticed a few days ago that the process seemed to have stalled. But I read something that suggested to me that Jeepday was going to handle it, which suited me fine, and also I didn't want to tread on any toes. But I guess the process does call for a crat to close, so I will get onto that shortly. Hesperian 12:09, 16 February 2013 (UTC)
I think I have done what is needful at present. Henceforth I will check in on bot confirmations at the start of the month when I am doing the admin confirmations. Hesperian 12:25, 16 February 2013 (UTC)
Ok I will go work on my part. Jeepday (talk) 13:00, 16 February 2013 (UTC)

Either Hansel and Gretel with breadcrumbs, or the vampire slayer (or whatever is the new movie)

Around April 5, the 90 day warnings can loose their flags if they remain inactive and/or don’t ask to keep them. If they become active or ask to keep them they go for confirmation in the next round July 2013. Jeepday (talk) 14:00, 16 February 2013 (UTC)

appending {{smallrefs}} as active references on page [edit]

Hello Billinghurst. If you take a look at the Author page for Florence Earle Coates, you'll see how whatever you worked with the references on the author subpages kind of set things awry on the Author page. The way things were beforehand made it "work" out on the Author page... somehow... Thanks, Londonjackbooks (talk) 13:50, 21 February 2013 (UTC)

Awry? To me it has just appended the refs, and removes the warning about missing refs. Format around it, or remove the individual references, as there is no point in having references and then not having them display.
Maybe you don't see what I see. Looking at each individual subpage (Works | Collections | Other Works) that you adjusted, things look correct. Looking at the Author page, which 'houses' each author subpage, the same reference is shown [incorrectly] in each 'box' (subpage), and all other references are not shown at all. Scroll down to the very bottom of the page, and you get the red Cite error message.
Most visitors will not land on the subpages... When all was formatted how I originally had it, all rendered as desired on the Main Author Page. Londonjackbooks (talk) 22:08, 21 February 2013 (UTC)
Should I take this as a sign that I should simplify the page? Speaking of signs, you for got to above. Londonjackbooks (talk) 22:42, 21 February 2013 (UTC)
If you transclude the pages, please wrap the individual (subpage) components in <noinclude>. Traditionally the subpages for authors have been used to separately list long pages, rather than to be transcluded. If you are transcluding such pages, it would be great if you could still set them up as standalone subpages ({{author subpage}}, references, etc.), but then wrap components to not be transcluded appropriately. It is not about simplify, it is more ensuring that we are clear about what a page is doing (having people guess is less than ideal), and ensuring that we are managing error messages. — billinghurst sDrewth 22:49, 21 February 2013 (UTC)
Sorry. When I was designing the page way back, I basically copy/pasted from somewhere I can't now remember (I suspect not another author page); I just liked how it looked, and had no idea how it worked, only that it worked. That is still the case, and I have to admit, I'm not even 25% sure what you mean for me to do with the noinclude—where and how. I would like to be clear myself about what the "page is doing", but alas... I only know what I want it to do! Feel like assisting? You can direct me if you'd rather, but it would need to be in layman's terms and in baby steps. Londonjackbooks (talk) 00:50, 22 February 2013 (UTC)
w:Help:Template#Noinclude.2C includeonly.2C and onlyinclude, and yes I will get the pages done. — billinghurst sDrewth 03:14, 22 February 2013 (UTC)
Thanks for the direction and the doing. It always seems more daunting when one overthinks things. Londonjackbooks (talk) 03:40, 22 February 2013 (UTC)

What does {{#tag:pages ...}} do? [edit]

here? Londonjackbooks (talk) 13:26, 23 February 2013 (UTC)

It is just <pages> but as a tag. It has implicit quotations, so I didn't have to wrap anything. — billinghurst sDrewth 13:30, 23 February 2013 (UTC)
I don't understand (even with the MW link). What is the benefit/difference/use, what do you mean by "implicit quotations" and what was perhaps wrapped before that isn't now? No hurried response to my questions necessary (sorry to bug you with them); I'm back and forth at the helm. Thanks, Londonjackbooks (talk) 14:54, 23 February 2013 (UTC)
They are the same code, same outcome, just expressed in a different way, one as a hard tag < >, the other as a soft tag {{#tag:...}}. There are occasions when soft tags (in general) are quite beneficial, even necessary, as hard tags stop some functions occurring, as you may have seem with <poem>. Here it was just a preference to do something quickly, and not have to stuff around with making sure that I was dotting Is and crossing Ts. I wouldn't fuss it, it isn't worth the hassle.
Re implicit quotations {{#tag:pages||index={{subst:BASEPAGENAME}}.djvu|from=|to=|fromsection={{SUBPAGENAME}}|tosection={{SUBPAGENAME}}}} (implicit) and <pages index=".djvu" from= to= fromsection="{{SUBPAGENAME}}" tosection="{{SUBPAGENAME}}"/>billinghurst sDrewth 10:02, 24 February 2013 (UTC)
Thanks. Londonjackbooks (talk) 11:40, 24 February 2013 (UTC)
I have actually forgotten after all this time why I gave up the poem tag initially. What were/are the possible issues surrounding its use again? Londonjackbooks (talk) 13:18, 24 February 2013 (UTC)
I have no problems with it. Hesperian had a PoV. The issue for me is hard tags, not poem per se, and it is too late for that intricacy. — billinghurst sDrewth 14:15, 24 February 2013 (UTC)
Okay. Londonjackbooks (talk) 14:42, 24 February 2013 (UTC)

Fast validators [edit]

Hi Billinghurst. There were three fast validators doing what you described on ShakespeareFan's page. I blocked Shakespeare and Bible_in_Metre (who did it first and with inferior results.) ShakespeareFan, I haven't investigated the extent of his errors, but found one on the first page. If there's no more I'll release the block. Beeswaxcandle wanted to revalidate those two's works, but I think we should just rollback Bible_in_Metre, but I'm not sure what to do about ShakespeareFan. There was a third person, but he did it with a work that was easy to validate, so I think he was just inspired to work fast.

Questions:

  1. You are here this evening--can we co-ordinate our efforts on ShakespeareFan? That is, should I wait till he responds before investigating and/or lifting the block?
  2. And is there a fast way to rollback Bible_in_Metre's Vanity Fair work? I asked on WS:AN, but maybe you know?
  3. And Beeswax said the two were in different countries, but he's not a checkuser and maybe he's wrong?

I will be here for 2¾ hours, otherwise, see you tomorrow. ResScholar (talk) 06:33, 25 February 2013 (UTC)

I'm back. Have thunderstorms, and power fluctuations this evening. I will run some CU to see if we can get a better idea of what is being done. If there is anything particular please let me know. I might drop BWC an email. — billinghurst sDrewth 08:38, 25 February 2013 (UTC)
I just graded ShakespeareFan's work--I caught six mistakes he could have corrected but didn't in sixteen pages. that I looked at. In books with a lot of dialogue, you've got to do more than just read. Especially a classic like Dr. Doolittle. ResScholar (talk) 08:47, 25 February 2013 (UTC)
Okay and from memory they are not long pages. Do you want to ask him to stop proofreading by choice while we discuss? There is a little angst there in our discussions, so I am wary to not exacerbate an existing situation. I can understand if you would prefer that I did, seeing that I opened the can of worms. — billinghurst sDrewth 08:50, 25 February 2013 (UTC)
Go to my talk and User Talk:Beeswaxcandle for more specifics. I blocked the two for a week, so work at your leisure. Oh and Bible_in_Metre is the same guy who talked to you and Beeswaxcandle on the administrative noticeboard about lifting his patrol-status. He also put his poorly-done validation on the main page in New Texts. ResScholar (talk) 08:56, 25 February 2013 (UTC)
Edit conflict: If the checkuser doesn't reveal anything we could undo the block. He didn't do anything to aggravate the situation. ResScholar (talk) 08:56, 25 February 2013 (UTC)
No, I discovered Bible_in_metre first, and it roped him in willingly or no because of the similarity. I'll be glad to ask him not to proofread if there's no checkuser problem. ResScholar (talk) 08:59, 25 February 2013 (UTC)
I was looking at CU to see if there was anything evident in the user agents in user, indictative of bots or otherwise. Both just show normal browser responses and two very different editors (not unexpected), so it would seem that we have editing/validation akin to "tick and flick". — billinghurst sDrewth 09:17, 25 February 2013 (UTC)
I can't top that. Does ShakespeareFan get any consideration for his years of service, or should we wait for what has to say before offering parole? ResScholar (talk) 09:34, 25 February 2013 (UTC)
A polite request to desist until a resolution can be discussed is what I would think would be an appropriate first (and only?) request. — billinghurst sDrewth 09:39, 25 February 2013 (UTC)
(posting from main account) I don't use bots on Wikisource. I'm in the process of checking through the recent batch of validations, given that concerns were raised as to them having been done too quickly. Shall I fix and re-validate, fix and downgrade, or just simply downgrade if I find a discrepancy?
I had not IIRC marked many pages of Vanity Fair with Validated because I had concerns about 'dash' style consistency,

and was rather puzzled as to how it got done very quickly..

Do you have a list of pages that were validated too quickly ? ShakespeareFan00 (talk) 13:25, 25 February 2013 (UTC)
Special:Contributions/Sfan00_IMGbillinghurst sDrewth 13:29, 25 February 2013 (UTC)
I wasn't just thinking of my own contributions, and I was asking for a 'specfic' list as opposed to the general one.ShakespeareFan00 (talk) 13:34, 25 February 2013 (UTC)

Page:The Story of Doctor Dolittle.djvu/196‎ (typos)
Page:The Story of Doctor Dolittle.djvu/200 (typo)
Page:The Story of Doctor Dolittle.djvu/33 ‎ (quot)
Page:The Story of Doctor Dolittle.djvu/31
Page:The Story of Doctor Dolittle.djvu/29‎ (typo)

ResScholar (talk) 17:49, 25 February 2013 (UTC)

SFan, what is your connection with the Vanity Fair validations? We were discussing your Doctor Dolittle edits, not those. ResScholar (talk) 17:58, 25 February 2013 (UTC)

To note that we will all have misses in validation, the issue is the hit rate of errors, especially with your speed of validation. I also noticed some with another work that you were doing after the above edits. Comments that I have are italics, typos, hyphens, mdashes. It would seem that more rigor would be useful in your proofreading, and to us, we acquaint rigor having a time component. — billinghurst sDrewth 00:43, 26 February 2013 (UTC)

Taking you up on your offer on Vanity Fair [edit]

Hi, what needs to happen is that all edits by User:The Bible in Metre to the Page: namespace for Index:Vanity Fair 1848.djvu, where he is the last editor of the particular page, need to be undone/rolled back/reverted/set back to Status 3 (or any other terminology). Cheers, Beeswaxcandle (talk) 03:32, 1 March 2013 (UTC)

Done for two users where they were shown as the validators, so I am hoping that anyone who edited afterwards stuck the Validated tag into place to override. Too hard (for me) to pull last editor and still get a readily working list. So it will be more work that expected, though will probably suit the more strident around. Do we need to consider another work for similar treatment? — billinghurst sDrewth 13:34, 2 March 2013 (UTC)
Bah, as I did it from my main account, to give it authority, what I didn't consider is that I now cannot validate the pages.<shrug> — billinghurst sDrewth 13:38, 2 March 2013 (UTC)
Thanks. Kathleen's already looked after the other work, so nothing needed there. Beeswaxcandle (talk) 18:42, 2 March 2013 (UTC)

Maintenance tasks [edit]

Per your suggestion and some vague thoughts I had floating in the back of my head, I have created Wikisource:Maintenance/Tasks. I'm afraid I was creating this at the same time you were creating Wikisource:Maintenance of the Month/Regular tasks, so there is some duplication of effort here.

It took some time as I had to rework the template I made for this. It seemed OK in my sandbox but I noticed a few problems after going live. The whole page needed restructuring too and it is now a collection of similar subpages held together by a shared header template. Finally, I had problems just finding the maintenance categories. They were scattered across several different parent categories and I'm not actually sure if I've found all of them yet. As part of this, I have tried to organise the categories; they should all be under Category:Wikisource maintenance now and I have tried to collect them both by broad type of maintenance and by the relevant namespaces (many of the categories for which already existed).

I hope this all makes sense to other people (and that I haven't broken anything while trying to "fix" the categories). Wikisource:Maintenance/Tasks still needs things like basic directions for solving each task but it's mostly in one piece now. Is this anything like the resource you had in mind? Do you think there's anything that should be changed? - AdamBMorgan (talk) 15:08, 3 March 2013 (UTC)

Annotations and derivative works [edit]

I have closed Derivative works on Scriptorium as a general support in favour of derivative works. Now I've set up Request for comment on annotations and derivative works to work out the details. I know its a little over detailed but I would like to solve this problem and I thought this way would be more successful than the last time. - AdamBMorgan (talk) 22:35, 6 March 2013 (UTC)

Page-specific editnotices [edit]

Billinghurst, the new Community portal needs to be kept up-to-date with Ws:Index/Community, Help:Contents, Ws:Policies and guidelines, and Ws:Essays. This might be done by the users who modify these index pages. Is requesting this through an editnotice fine in your opinion?--Erasmo Barresi (talk) 13:48, 8 March 2013 (UTC)

Yes, that or through adding html commentary fields giving instruction. If it looks crap through an editnotice we can just remove it, No harm in trying. — billinghurst sDrewth 14:07, 8 March 2013 (UTC)
OR we break it up and have it as component pages that have instruction, eg. main page and {{new texts}}. — billinghurst sDrewth 14:08, 8 March 2013 (UTC)
I chose HTML comments. Thanks for suggesting that.--Erasmo Barresi (talk) 12:36, 9 March 2013 (UTC)
oh that was easy. One (uiet) day I will get to and look to page editnotices. Too many other busy bees in that space at the moment. — billinghurst sDrewth 12:50, 9 March 2013 (UTC)

A colonial autocracy, New South Wales under Governor Macquarie, 1810-1821 [edit]

Oops. Boss checking up. Better look busy. MODCHK (talk) 03:07, 10 March 2013 (UTC)

|{{whip}}{{kissbutt}}{{bs}}{{yeahright}}{{wtf}}billinghurst sDrewth 03:33, 10 March 2013 (UTC)
O.K. I admit I got a good laugh out of that.
Scared to think what some of those templates might involve.
Seriously wondering why your validations of above seem to have been so forgiving so far. Probably warrants a {{kissbutt{{|}}context=beg more pay}} MODCHK (talk) 04:13, 10 March 2013 (UTC)
Pictograms, or similar, some easy, some not so Feces of scottish highlander.JPG. So many ways to respond … opportunity … next pay grade … {{innocence}}billinghurst sDrewth 06:50, 10 March 2013 (UTC)
Ge' awa' w' ye. Thars noo way tha' emerged fro' a healthy hooma' bowel. Cue recent depressing presentation from Hesperian. MODCHK (talk) 07:42, 10 March 2013 (UTC)
I am still slightly worried you are validating without any apparent corrections. I just don't have that good a hit rate normally. MODCHK (talk) 07:45, 10 March 2013 (UTC)
A bib and a bob, but to me it looks fine. Sorry to be a disappointment. — billinghurst sDrewth 08:34, 10 March 2013 (UTC)
You may indeed have your moments when you are a complete ; but never, ever a disappointment, or lacking in either educational or entertainment value.
At last, a change: you don't seem to like {{nop}}s on chapter boundaries? I can live with that. MODCHK (talk) 10:18, 10 March 2013 (UTC)
Books written by Collins NLA, and the publication dates align, even republish notes and commentary of its use. See Collins, David. So it is miscited. — billinghurst sDrewth 11:12, 10 March 2013 (UTC)
O.K. I'll buy the miscite. That still doesn't entirely explain the misname existing in the Author: namespace. That was the peculiarity I was trying to draw attention to. The chain currently runs:
  1. A colonial autocracy, New South Wales under Governor Macquarie, 1810-1821/Chapter 10 transcludes
  2. Page:A colonial autocracy, New South Wales under Governor Macquarie, 1810-1821.djvu/322 which has a link to
  3. Author:History of New Holland which redirects to
  4. An account of the English colony in New South Wales which happens also to be the destination of redirection from
3a.An Account of the English Colony in New South Wales
Perhaps you intended to refer to some kind of a chain from History of New Holland, which obviously does not currently exist? MODCHK (talk) 11:42, 10 March 2013 (UTC)
{{fuckknuckle}} thanks. That said, you should always feel welcome to have fixed them, and if you had admin rights you could have properly fixed it without poking anybody. Even worn your undies on the outside. — billinghurst sDrewth 12:24, 10 March 2013 (UTC)
I was still identifying the problem, and ensuring there was not an historical reason for things being in the strange state they apparently were. As far as I know admin rights do not incorporate telepathic abilities, otherwise we would not be at this impasse.
In any case, my undies are in exactly the right place―on my head, where they server to reduce the chafing from wearing my regulation Eccles size 19 boots on top of them. MODCHK (talk) 15:57, 10 March 2013 (UTC)
Just hysterical reasons (for my incompetence). I am a denialist. I keep believing that I can multi-task despite my gender. — billinghurst sDrewth 16:06, 10 March 2013 (UTC)
Perhaps the issue is in the wording, as is often the case. Maybe you can virtually multitask telepathically, and all observed problems are simply down to the (naturally inferior and thus faulty) perceptions of outsiders? MODCHK (talk) 16:18, 10 March 2013 (UTC)
Umm, it seems that you think that I have superpowers, so let me state now that I am not physic! — billinghurst sDrewth 22:33, 10 March 2013 (UTC)
Correction. I know you have superpowers. But by your own admission you are a denialist. Which puts you in rather a personal paradox if you don't also know you have said superpowers. Now get back to bending RSJs, robot! MODCHK (talk) 00:32, 11 March 2013 (UTC)
Obviously such a paradox would be intolerable, and thus by application of w:modus tollens you have superpowers. MODCHK (talk) 00:48, 11 March 2013 (UTC)
Gotcha. I was vaccinated against modus whateverus and other things when young! I have since had a booster with needlus vacuous. Nah! So clearly this is a a case of "I wasn't! I never! Dolly did it!" billinghurst sDrewth 01:09, 11 March 2013 (UTC)
Another argument for the anti-vaxxers. Sigh. And I never would have noticed your Template:Innocence was not quite pearly-white if you hadn't made that last edit. There's just no arguing with omnipotence. MODCHK (talk) 01:41, 11 March 2013 (UTC)
  • We shall never get anywhere in this task of mutual humiliation if I have to keep breaking the flows of genial abuse with serious questions. However, this:
In Index:Emancipate your colonies!.djvu I note you appear to have studiously avoided the use of long-S, even though the scans do contain same. Was this deliberate (and would you like any validations to reflect this change); or do you have strong feelings should I be rash enough to reintroduce them? Ground rules, please. MODCHK (talk) 02:19, 11 March 2013 (UTC)
I basically see them as an exercise in pointlessness. We don't display that way, they make proof reading hard then if we display them properly, and the Poms stopped using them for a really good reason. Some like to do them, and good luck to them. Here I request first contributor's rights not to flourish. — billinghurst sDrewth 03:43, 11 March 2013 (UTC)
Thanks. Makes life easier all 'round. MODCHK (talk) 03:59, 11 March 2013 (UTC)

Made suggestive changes to Page:A colonial autocracy, New South Wales under Governor Macquarie, 1810-1821.djvu/362 that output at A colonial autocracy, New South Wales under Governor Macquarie, 1810-1821/Index. IMO centred letters don't really work on modern wider screens, so I modify as per example. If that is suitable, I will do the rest as I validate the index's pages. If you don't like, revert, and I will just do the anchors. — billinghurst sDrewth 09:09, 11 March 2013 (UTC)

Noted (out of sequence) that you'd screw-whiffed the letter titles (I was trying to figure out how {{CompactTOCalpha}} did its magic; never used that one before. All done now.) and then read this note. Either is good, but inconsistency not. Please proceed (better not if I 'validate' my own work, eh?) MODCHK (talk) 22:05, 11 March 2013 (UTC)
The only way to demonstrate something is to leave it in place, and no point changing and validating them, if we are about to revert. I should have done a {{talkback}}, as it seems that it was another stalking me. — billinghurst sDrewth 22:17, 11 March 2013 (UTC)
You have already convinced me this is a good way to proceed (and it it not as if I claim to 'own' the project in any case. I am merely an interested observer.)
Stalking? Shadow? The ego on the creature! Anyway, can't I just be a nemesis instead? MODCHK (talk) 22:45, 11 March 2013 (UTC)
I have been doing the index deformation for a little while, and it started as most index pages where columnar and that didn't work, and they were less helpful. That saidmy ToC presentations aren't a perfect form (yet), though my more recent renditions with the ToC in the header work within annotation guidance. Hmm that needs to be added to the discussion. Such should be considered a work in progress. ToC and Index pages are things that have elements of complexity, and relying on a facsimile of the book on the web doesn't always work in the migration. Probably both need specific information pages in our Help: sections. — billinghurst sDrewth 00:40, 12 March 2013 (UTC)
Bearing in mind I've just spent the last couple of hours tearing {{dotted TOC page listing}} into digital confetti, your last change comment read out of context came a a cruel blow to this stalkerputative nemesis. I nearly had an infarct to sit down and have a considered pause. After catching my breath/grasping for reality review, I see your point. I like the new-look A colonial autocracy, New South Wales under Governor Macquarie, 1810-1821/Index, and the way you've made even missing letters like U index correctly. That rather threw me, but I can now see how you made it work with multi-destination {{anchor}}s. I don't envy the help-page creator. MODCHK (talk) 03:11, 12 March 2013 (UTC)
Those blinking dotted things? HATE HATE HATE. Pointless waste of time! I have adequately trained myself for tables, and just do them as wiki-standard. The main reason is that most people can come along and read them, at least read the table structure, though they may have to look up the {{table style}}. Otherwise you have to trained in the arcane to even try to proofread. One day, I will work out a way to neutralise them in the TOC index, on a spare day! — billinghurst sDrewth 04:08, 12 March 2013 (UTC)
Don't go overboard―just tell us how you really feel! In which case I just know how secretly ecstatic you shall be when I tell you I just created five more of the twisty little things. MODCHK (talk) 04:54, 12 March 2013 (UTC)

New project, new here [edit]

Many thanks for the welcome. I decided to tackle the 1872 West Virginia Constitution with Amendments. The document dates from 2007 and has the Preamble added in 1960. I did see another WV constitution that lacked the preamble and was stopped at article 5, so, I thought, why not....... This will of course be ongoing, and I am learning, I hope there is not a time expectationCoal town guy (talk) 12:37, 12 March 2013 (UTC)

We would host each version of the state's Constitution, each against a verifiable source. So it is important that you pick your steady version and work to it. Getting a scan would be best, so it can be verified, see Help:Proofread. Time? yours to give. Help? The best place is Wikisource:Scriptorium where most hang out and plenty available to give help. Again welcome. — billinghurst sDrewth 13:08, 12 March 2013 (UTC)
EXACTLY. The source is the WV State Legislature, the House Clerks Office, it is their PDF that is offered to the public. Appreciate the welcome, and the keen eye on veracityCoal town guy (talk) 13:45, 12 March 2013 (UTC)

Irving Fisher [edit]

There was some question as to whether this Irving Fisher and Irving Norton Fisher was the same person. I believed I looked into it further at the time, and found nothing conclusive, so removed "Norton" when I had added it... But you might have better sources(?). Londonjackbooks (talk) 10:52, 14 March 2013 (UTC)

Irving Norton Fisher might be a son? Graduated Yale 1923. That's not to say his Dad wasn't a Norton likewise, but I haven't found evidence of its use yet. Londonjackbooks (talk) 11:28, 14 March 2013 (UTC)

Thanks, I just went off the defsort, which was a little slack. — billinghurst sDrewth 11:40, 14 March 2013 (UTC)
VIAF shows two
  • VIAF ID: 27126999 Fisher, Irving, 1867-1947
  • VIAF ID: 33058072 Fisher, Irving Norton 1900-1979
A quick look at some genealogy research says father-son.[1]billinghurst sDrewth 11:46, 14 March 2013 (UTC)
US SSDI records show INF dying in 1979 ... Irving Fisher 8 Nov 1900 May 1979 Hamden, New Haven, Connecticutbillinghurst sDrewth 11:51, 14 March 2013 (UTC)
My father, Irving Fisher (1956) — billinghurst sDrewth 11:57, 14 March 2013 (UTC)

The Dictionary of Australasian Biography almost completely validated [edit]

Hi Billinghurst, I've gone through and validated all the pages I can, there's just five left where I was the proofreader so I can't validate. So when you get a chance you might want to proof those pages and update the category for the DAB to Validated. I've learnt quite a bit doing this project, I saw you created the {{Mc}} template which is great for McCulloch etc. so I've been using that. Nice work too, in adding the supplemental info to people's main article. The initial scanning was pretty good overall, but I noticed later on it seemed to have trouble with "5"s, many ending up as "6"s. I've been fixing these up, but there's probably few more in some early pages. A few of other mis-scans I saw recently were "Borne" for "Rome"; "Bladen" for "Sladen" and "be" for "he., I found a few other examples of "Borne" and "Bladen" by Google searching within the DAB and fixed those up, but there likely a few "be"s that should be "he"s still. Diverman (talk) 12:43, 15 March 2013 (UTC)

US Legislative Data Workshop [edit]

hi, i noticed your work at Portal:Acts of the United States Congresses. would you be interested in teaming with the Cato institute started at w:Wikipedia:Meetup/DC/Legislative Data Workshop and their open government xml data going forward? Slowking4 (talk) 17:54, 15 March 2013 (UTC)

Gday. That was maintenance work only for OrphanedPages, so thanks for the offer, but please excuse me declining. I actually added a post to Wikisource:Scriptorium about the work from where these works were transcluded, and aligning with style, and that it was fully proofread, though not fully transcluded. — billinghurst sDrewth 23:30, 15 March 2013 (UTC)

Pages I can validate [edit]

I saw your comment on Moondyne's page and tried the gadget out. Very useful, very clever. But I think it is silly that it puts a red border around every redlink. I already know that I am allowed to work on redlinks; and they are already easy enough to find. On index pages where there are a lot of redlinks (e.g. Index:Homer - Iliad, translation Pope, 1909.djvu, this gadget lays down a veriable sea of red borders, and I have trouble finding the information that I actually want.

I am going to fork the gadget code and delete the line that puts red borders on redlinks. I am wondering how you feel about me doing so in at MediaWiki:Gadget-mark-proofread.js. I'd rather do it there, but if you think that is too cheeky then I will create my own private userspace fork.

Hesperian 05:54, 21 March 2013 (UTC)

Also, problematic pages should be bordered in red, not green. Problematic pages should be presented to users as "something I can work on". That this gadget automatically tags all problematic pages as "someone else's problem" is almost offensive. Hesperian 06:20, 21 March 2013 (UTC)
Mate, I just stole the use of Beau's code. He said that at the time it was a rough job, and I would think that any improved code would be welcomed. IMNSHO the only pages that need to be checked and ringed are status=3 (Proofread), and then only a yes/no response. I would presume that in the long-term with the next stated goal of shared modules, that we can look to having these for all. I mind not where improvements take place. — billinghurst sDrewth 09:31, 21 March 2013 (UTC)
Ahhh, that's better. Hesperian 11:22, 21 March 2013 (UTC)
Whichever of you two "fixed" the above gadget: Thank you. I much prefer the way it works now! MODCHK (talk) 22:56, 22 March 2013 (UTC)
Jolly glad you like it. :-) Hesperian 06:46, 23 March 2013 (UTC)

The gadget would be even more useful if it could be run on demand instead of a preference setting. ie. a link next to the purger and toolserver icons at top right on index pages. Is that possible? I often switch between several index pages and don't necessarily want to choke my system with doing this on every tab. Moondyne (talk) 23:05, 22 March 2013 (UTC)

<answer lang="strine">NFI and noice.</answer> Sounds like a better means to do this than a separate gadget. Noting I would think that it is just running on Index: pages. It is an @Hesperian question. — billinghurst sDrewth 01:50, 23 March 2013 (UTC)
Yes, I agree it would be better on demand. I'm sure I know how to add it as a sidebar script; I'll have a look at the icons some time. Hesperian 04:32, 23 March 2013 (UTC)
Done. I'll leave details at Moondyne's page. Hesperian 06:46, 23 March 2013 (UTC)

Thanks for supporting Proofread setup in Telugu Wikisource [edit]

I am glad to inform you that we completed transcription of one complete Telugu Book on History of Andhras recently. I would like to thank you for the support extending while setting up Proof read extension on Telugu Wikisource.--Arjunaraoc (talk) 09:14, 21 March 2013 (UTC)

Congratulations to you and your community. Best of luck with your future endeavours. @AdamBMorgan, I think that this makes a great mention in our news. — billinghurst sDrewth 09:34, 21 March 2013 (UTC)

Abuse filter: external linking from certain namespaces [edit]

I just took a look at my Abuse log and see it has two entries. Both are for "external linking from certain namespaces" which doesn't inform me what the "abuse" is or how to avoid repeating it, if this is not a false positive of some sort. Indeed, the message doesn't even define "namespace" which might be helpful. It does appear you maintain some "filter" for abuses that triggered this which is why I'm leaving this message on your talk page. --Refrigerator Heaven (talk) 02:49, 13 April 2013 (UTC)

It has noted the edit, nothing more, there is nothing that you need to avoid or to change. Don't get hung up about the name used by WM, just a name of a tool. — billinghurst sDrewth 05:03, 13 April 2013 (UTC)

"Versions" [edit]

Re: "Sappho": They are two different poems, not different versions of the same poem. Should it not then be a disambiguation page? or am I misunderstanding our usage here? Thanks, Londonjackbooks (talk) 14:23, 13 April 2013 (UTC)

Duh, fair point. We probably then should look to have one disambiguation page, and then as many version pages as required. — billinghurst sDrewth 14:35, 13 April 2013 (UTC)

Rivers to the Sea (Collection)/The Kiss [edit]

Hi. This is is not a version but a different poem than to the other (two) "The Kiss". Isn't "similar" more appropriate? Bye.--Mpaa (talk) 17:51, 13 April 2013 (UTC)

That was probably my fault. I created a versions page that should have been a disambiguation page. I have (hopefully) rectified the situation, to include changing the ov to sim. Londonjackbooks (talk) 20:24, 13 April 2013 (UTC)
I am presuming that it has been corrected. I was just linking orphaned works/pages, and went off whatever had been labelled. — billinghurst sDrewth 00:33, 14 April 2013 (UTC)

smart quotes [edit]

Billinghurst, are smart quotes allowed or not? I cannot remember that rule but I have been replacing them with " when I find them. Respectfully, —Maury (talk) 21:57, 13 April 2013 (UTC)

Hi Maury, see WS:STYLE#Formatting for the current thinking. Beeswaxcandle (talk) 22:18, 13 April 2013 (UTC)


Punctuation: "Use typewriter quotation marks (straight not curly)." Thank you sir. —Maury (talk) 23:08, 13 April 2013 (UTC)
BUT if someone has done a *whole* work that way, then do not change it, just leave it as is, it hurts no one. This is more about direction to users about our preference to make things easier for all, and contemporary presentation. So be guided by the rules. — billinghurst sDrewth 00:34, 14 April 2013 (UTC)
Billinghurst, if anyone does a large work using smart quotes I have no plans to change all of them. I would work on my own projects instead. My mention about smart quotes was about an occasional page that had both smart quotes and straight quotes. I did change those smart quotes and there were not many or I would have made a post to that editor and let him make needed changes. I just wanted to make sure *I* was doing the right thing so I asked here. —Maury (talk) 04:17, 14 April 2013 (UTC)
Sure. I was more indicating be rule-guided, not rule-bound. I was qualifying, nothing more. — billinghurst sDrewth 10:43, 14 April 2013 (UTC)
I ended up thinking about this situation. I feel that there are works with both smart quotes and straight quotes that get past us even during validation month. It may be possible for one of our tech-genius' to create something that can be used to convert all smart quotes (curly quotes) into straight quotes. I do not think our works look good with some of each and I do not believe we are perfect enough to catch all smart quote marks.—Maury (talk) 14:59, 14 April 2013 (UTC)
I assume that someone can write a bot to replace all of U+201C(“), U+201D(”), and U+201F(‟) with U+0022("). One would presumably leave the double prime U+2033( ″) as is. One could try to do something similar for single quotes, but you would have to decide what to do about apostrophes. MarkLSteadman (talk) 15:30, 14 April 2013 (UTC)
a bot run is pretty easy to do for that sort of change; the issue is whether there may be a need for that special case for that formatting. The reverse is a little trickier. Put requests to Wikisource:Bot requestsbillinghurst sDrewth 23:09, 14 April 2013 (UTC)
That single quote you have mentioned must also have a code that can be included. Just make all as straight quotes, left, right, single quote. Then the bot mentioned can correct all quotation marks and single quotes. Y/N?

Billinghurst, I do not think there is a "need" for anything we do on wikisource. We don't "need" to be here but we are and for our personal reasons. If a bot can eliminate problems that makes all texts clean so as not to be part curly quotes and part straight quotes then there may be a "desire" for people here to have such a bot. There may be a "desire" to have it because it makes all en.WS projects look better. It makes proofreading and validating our many texts easier. Books don't have both types of quote marks--except perhaps on en.WS. I never use curly quotes since I do not write off-line but instead only on-line here.—Maury (talk) 02:16, 15 April 2013 (UTC)

Doing the inverse (straight to smart) is a little trickier but I'm sure there is some standard regex code to do it. Converting the curly quotes U+2018(‘) and U+2019(’) to the typewriter quote U+0027 (') is possible, but U+2019 is also used as an apostrophe, e.g. I’m vs. I'm. Then you have the grave accent character ASCII 96 (`) which is often available on a standard keyboard (for example, under the tilde). Do you change `foo' to 'foo' and does it have other uses where it might cause problems? There are more exotic characters out there used in transliterating languages (e.g. for glottal stops) that would be presumably be left as is, as well as the single prime character U+2032(′). MarkLSteadman (talk) 02:38, 15 April 2013 (UTC)
As an example, the left (‘) and right (’) represent two different letters in Arabic transliteration (not sure how many Arabic passages exist on en WS but something to be aware of) MarkLSteadman (talk) 02:47, 15 April 2013 (UTC)
If anyone goes ahead with this, I hope they'll bear in mind the danger of turning "‘‘This text is not in italics’’" into "This text is not in italics". Hesperian 03:34, 15 April 2013 (UTC)
Hence my concern with single quotes said above. It shouldn't be a problem with double quotes (i.e. “This text is not in italics” to "This text is not in italics") If one wanted to change single quotes, one could first look for all `` and change them into " before changing single ` into '. MarkLSteadman (talk) 03:44, 15 April 2013 (UTC)

Nothing is happening here. I talked about possibilities, not a plan. Anything that needs to be done goes via bot requests, and would always be a case by case run. Bots don't eliminate problems, they just do as they are told, whether what they are told is right or wrong. — billinghurst sDrewth 10:54, 15 April 2013 (UTC)

Fig 770 missing [edit]

Fixed. Thanks for pointing this out.--Laverock ( Talk ) 21:12, 17 April 2013 (UTC)

Reference:Ntsamr spam [edit]

This has also been happening at Envirowiki http://www.envirowiki.org where I'm also an admin. I had to contact the founder/other admin of the wiki. He has locked down the wiki so only admins can edit--locked down from 2nd April. Could you tell me what you are doing about it so I can pass it on to this admin so the wiki can be unlocked? The MediaWiki version at Envirowiki is 1.16.5. --kathleen wright5 (talk) 02:38, 18 April 2013 (UTC)

User:GertrudeL has just turned up, if you want to play with it. Beeswaxcandle (talk) 03:36, 18 April 2013 (UTC)

definitions [edit]

Dear Billinghurst, Thank you for your kind help in my Talk page. I have a new question! Are the users of English Wikisource allowed to add the definition of hard or archaic words or expression to the pages? If yes, where should they add them? Should they use footnote or some tools like template {{Tooltip}}? --Yoosef Pooranvary (talk) 20:36, 19 April 2013 (UTC)

I would normally add a link to the word at wiktionary. [[wikt:arachaicword|]]. The only thing to watch for is overlinking. — billinghurst sDrewth 00:00, 20 April 2013 (UTC)

Moving works from Commons to WS [edit]

Sorry about this, but I noticed that one of the works I had uploaded to commons is copyrighted in the UK until 2018(its source country). The work is Democratic Ideals and Reality: A Study in the Politics of Reconstruction, with an index here, the djvu file here along with the various images collected here. The uploaded version is the British version but it was also published in the United States by Holt and Company in 1919 so it is {{PD-1923}} in the US and is therefore suitable for enWS (right?), but not for commons as mentioned above. What is the best approach to remedy this situation? MarkLSteadman (talk) 04:19, 27 April 2013 (UTC)

There is a template at Commons that I can apply there that will transfer the files. Welcome to drop a note on my talk page there for future files, alternatively ask any admin to apply Template:PD-US-1923-abroad-delete. I will get these done now. — billinghurst sDrewth 05:23, 27 April 2013 (UTC)
Yes check.svg Done the tagging and a bot will move them over. I hope that you will be able to update the files here once that is done. As a pointer for books, here and Commons, we like to use {{book}} to tag books; also at Commons they we like to use the {{creator}} for their Creator: ns, even if it is a nude {{creator:author name}} in the book or information templates. — billinghurst sDrewth 05:33, 27 April 2013 (UTC)
Thanks, I'll finish tag them all soon. MarkLSteadman (talk) 13:29, 27 April 2013 (UTC)
Oops, in the end I bot'd them as I was deleting them at Commons. Please more apply a sanity check. It would also be worth looking at where we should stick the category as we haven't particularly considered the organisation well post moves. — billinghurst sDrewth 13:34, 27 April 2013 (UTC)


Failed Downloads [edit]

I posted Wikisource:Scriptorium#More_Failed_down_loads a couple days ago, but no one seems to have noticed. You did a great job tracking down the other causes. Can you take a look at these? JeepdaySock (AKA, Jeepday) 10:49, 30 April 2013 (UTC)

The beast is unresponsive at the moment, so after it is back. The last change was meant to have fixed it, though I feared that it was only going to be for where the header is used rather than <pages />. — billinghurst sDrewth 14:12, 30 April 2013 (UTC)

Implementing Easier and More Efficient Metadata Tags on Wikisource [edit]

Hello, I just wanted to give you a brief update on the initiative to adopt the Schema metatags on Wikisource, I have talked to tpt and he is in support of it, and successfully made this microdata template to test the functionality of the use of microdata. Here is an example that I made that is a little closer to what this would look like in Wikisource.

If I brought this idea to an RFC, would you support its consensus? Is there any other information you would like to see in order to support it?

Maximilian.Klein.LRMI (talk) 19:36, 30 April 2013 (UTC)

Index page notes [edit]

Hey Billinghurst,
I think that you were part of adding a note on the index page if an Index talk page existed, so if I'm wrong I apologize. Assuming I'm right, I was wondering if there was some way to limit the width of the box; currently it pushes everything to the left. Is there a way to limit it to half page width or third? I've uploaded an image real quickly to show you how it appears for me. - Theornamentalist (talk) 00:47, 4 May 2013 (UTC)

Yes check.svg Done - that entire template should have made into a proper input form by now. If anything, it should be a standard template in the template namespace; only called by the MediaWiki setting as needed. -- George Orwell III (talk) 04:08, 4 May 2013 (UTC)
Thank you George, it looks great :) - Theornamentalist (talk) 12:39, 5 May 2013 (UTC)

http://archive.org/details/inmemoriammatth00instgoog = "no meaningful content or history" ? [edit]

Billinghurst, you have deleted a great history but only on WikiSource.

07:07, 14 May 2013 Billinghurst (Talk | contribs) deleted page In Memoriam. Matthew Fontaine Maury (WS:CSD G1 - No meaningful content or history: content was: '{{header | title = In Memoriam. Matthew Fontaine Maury | author = Virginia Military Institute | translator = | section = | previ...' (and the only contributor was '[[Use...)

"(and the only contributor was '[[Use...)" = User: William Maury Morris II—Maury (talk) 13:06, 14 May 2013 (UTC)

Why did you delete that work I did that was filled with meaningful content and encompassed history that changed the all maritime nations right down to including now. Even the United States Navy has the man's name as a memorial on their "navigation charts" of today due to the Brussels Conference (which also has continued from that original 1838 meeting.) Are you aware of the Brussels Conference and how it came to be and how it changed many nations and is that not "history" as well as "meaningful content"?

In Memoriam. Matthew Fontaine Maury

Take a closer look at the .pdf file from Internet Archives again at all of the history within and show how that has no history -- show how that has no meaningful content. History itself is "meaningful content"

http://archive.org/details/inmemoriammatth00instgoog

Extract from wikipedia article: International meteorological conference

" Maury also advocated an international sea and land weather service. Having charted the seas and currents, he worked on charting land weather forecasting. Congress refused to appropriate funds for a land system of weather observations.

Maury early became convinced that adequate scientific knowledge of the sea could be obtained only through international cooperation. He proposed that the United States invite the maritime nations of the world to a conference to establish a “universal system” of meteorology, and he was the leading spirit of a pioneer scientific conference when it met in Brussels in 1853. Within a few years, nations owning three-fourths of the shipping of the world were sending their oceanographic observations to Maury at the Naval Observatory, where the information was evaluated and the results given worldwide distribution.[4]

Maury was sent by the United States as advocator of his sea data collecting ideas but not for land. Still, as a result of the Brussels conference a large number of nations, including many traditional enemies, agreed to cooperate in the sharing of land and sea weather data using uniform standards.[2] It was soon after the Brussels conference when Prussia, Spain, Sardinia, the free city of Hamburg, the republic of Bremen, Chile, Austria, and Brazil, and others all joined the enterprise.

The Pope established honorary flags of distinction for the ships of the papal states, which could be awarded only to those vessels which filled out and sent to Maury in Washington D.C. the Maury abstract logs.[5] "

"No history, no meaningful content"? I do not see how that can be because it is all history, and beyond just the Brussels Conference of 1838, plus it did and always will contain meaningful content and a lot more so than many other "works" presently on WikiSource. —Maury (talk) 13:06, 14 May 2013 (UTC)

There was no work there, just a header, when you have some work transcluded, feel welcome to recreate the page, or ask me to undelete it. It doesn't do well to have headers that mislead people to think that a work exists, and especially one that is sitting there orphaned. The 'history' statement relates to the history of the file, nothing else, it doesn't reflect on the work; the content similarly relates to what was at the page. — billinghurst sDrewth 13:25, 14 May 2013 (UTC)
Well then that is an entire different situation. I thought I had placed an entire book there, the one that shows in the text above and presently is on Internet Archives. I don't know why I would have just started it, almost starting nothing, and then not do the entire book. I owe you an apology and I hereby do apologize to you. I ask that you forgive me for my not understanding but in what was deleted, as shown in the [deletion log], I could see nothing and thought it was the entire book. Thank you for the explanation. —Maury (talk) 14:14, 14 May 2013 (UTC)
Sure, and no worries. Rest assured that if there was anything like that I would be discussing it with you directly. No need to get your knickers in a knot, always happy for a gentle enquiry. — billinghurst sDrewth 14:21, 14 May 2013 (UTC)
recovered it and moved it to your subpages User:William Maury Morris II/In Memoriam. Matthew Fontaine Maurybillinghurst sDrewth 14:24, 14 May 2013 (UTC)

Index:In_Memoriam._Matthew_Fontaine_Maury.djvu is on wikisource [edit]

Moments ago I found the entire book here on wikisource along with the images and all pages but one have been validated. Would you please validate the one page? It has been sitting there a long while ready to be completed. I have helped in many validations for you and others and yet my plea in the past about this remains untouched -- one simple validation. I knew I had done that entire book but didn't know if I placed on Project Gutenberg or elsewhere. Kind regards, —Maury (talk) 20:58, 14 May 2013 (UTC) Index:In_Memoriam._Matthew_Fontaine_Maury.djvu

I will see how I go during the day. Please look to use internal wikilinks, where you can. You can just paste the title name. 1) internal links allows the system to know what is linking where, and with backlinks, run reports etc. 2) when you force a url, especially with a http or https protocol it takes some of out of our logins. — billinghurst sDrewth 00:21, 15 May 2013 (UTC)
Thank you and while I am not sure what you mean, I often use internal WikiPedia Links, or do you mean something else? If I can get that book, one page after a year, Validated and then "transcluded", I will wikilink the hell out of the book because (1) it is only 32 pages long and (2) I know the people (I write in the present tense about them) and history and place names mentioned. For decades, before these wiki areas existed I studied and learned more of what I already knew of Virginians and other people and deeds associated with them. I started it as a child with my grandmother teaching these things to all of her grandchildren and for me--against my father's wishes for he had a different philosophy than his mother)--but still, my father needed my grandmother to "babysit" so he shut up and let his mother teach us about Virginians and families or he would end up sitting at home instead of going out to dance and eat with his friends. Besides, I have always had an intense interest in what my grandmother taught us kids and beyond confirmations of what she taught us. These are not just books to me, they go far beyond that simplistic idea. Thank you, —Maury (talk) 01:16, 15 May 2013 (UTC)
You also regularly use full urls rather than internal wikilinks, eg. here and I converted the link in my reply. It adds elements of difficulty when that is done on other internal pages. — billinghurst sDrewth 01:49, 15 May 2013 (UTC)
I did not know of, and have not seen, any rule (is this a preference or a rule?) existing where people on enWS were not supposed to use a full url on a Talk Page. In the past when I worked on articles on Wikipedia I never used full urls or what I would call an open or closed url. That's easy to change but I know of no enWs rule about it. —Maury (talk) 10:33, 15 May 2013 (UTC)
Clearly people are too polite to you. It should be self-evident that internal links (soft) links and the fact of their creation and their preferred use are the preferred means to link, and how the system is set up to manage and accordingly interrogate all such links. If soft and hard links are all equal then there is little point in having both. You can either take my word and experience on the matter or not. — billinghurst sDrewth 12:47, 15 May 2013 (UTC)
Aren't people polite to you? I know you work on a other wiki areas so perhaps they aren't. It is good that people are polite to each other and it is self-evident that politeness is needed on every wiki area to constructively build up any given wiki area by the process of helping one another--or as Hesperian recently stated to me on a project we both worked on--"Teamwork" —Maury (talk) 04:41, 16 May 2013 (UTC)
Not what I said, nor what I meant. I am not in the mood for tangential rhetoric today. I have done up the links that indicate that address these matters w:Wikipedia:Wikilinks and w:Help:Link. I hope that they assist. — billinghurst sDrewth 05:54, 16 May 2013 (UTC)
Billinghurst, I fully understood and understand now what you mean as well as what to do and not do aside from this reply. I do not care for your personal insults to or about me regardless of how much authority you weigh in here. You are the one who started this silly situation, back at least to your statement of "Don't get your knickers in a knot" which since you are British as you posted long ago, you should now know the original statement was "Don't get your knickers in a twist". I look up at your statements above and I can take those apart piece by piece whether it be a sentence or a word or one of your erroneous assumptions. Let it go and be more civil or pick someone else to annoy since I did nothing to you to elicit your offensive statements. Above in a portion of one of my sentences I wrote, "That's easy to change..." BUT onward you continued on the situations. If you don't want me here for some personal reason just say so but don't try playing headgames with me because you would never win unless you can spend 7 years or longer as I did in a debate with a professor long ago on the topic of the American Civil War. —Maury (talk) 09:15, 16 May 2013 (UTC)

PSM watch clarification [edit]

I’ve been utilizing this filter to see what and where other editors are working on. After being minimally active for the past couple of weeks, I activated the filter and it was blank. Then, I only got results displayed until April 30 by specifying 500 records and 30 days, although editors were working on PSM more recently. For example: User:Maxime.Debosschere, who applies his keen eye to proofread or validated pages, according to his user contributions, he was last active on May 11, but the filter won’t display it. Since his work requires patrolling, does this affect the filter display? Thanks. — Ineuw talk 15:34, 15 May 2013 (UTC)

It seemed to me that MD was editing well and sufficiently enough to be excluded from the filter, and in asking Mpaa they said that they were not utilising it. As the filter was not evidently being utilised, I turned it off otherwise it is just filling the abuselog file for no real function. — billinghurst sDrewth 15:43, 15 May 2013 (UTC)
OK.— Ineuw talk 17:06, 15 May 2013 (UTC)
If you are using, then we can turn it back on, though we should be actively managing the list of people who should be whitelist'd from its tagging. I do not see that it should be used for general edit patrolling that is the purpose of the 'patrolflag' (red exclamation). It should be used for those who are not familiar with your project and the formatting that you have in use. — billinghurst sDrewth 03:19, 16 May 2013 (UTC)
Thanks for the offer, but don’t turn it back on. I was using it for your stated reasons as well, but everyone is following the format, and corrections made to my missed work is much appreciated. I will use the Recent changes instead.— Ineuw talk 06:27, 16 May 2013 (UTC)

ProofreadPage on FiWS [edit]

Our hard-at-work devs are making progress on a ProofreadPage bug that affects foreign language Wikisources, e.g. FiWS. They made a new bug report, number 47596, after they identified an underlying problem. Unfortunately, nobody is assigned to the bug, and progress is again stalled. There is some issue with Proofread page mixing up canonical and localized namespace names. Would you please take a look? Kindly, Heyzeuss (talk) 14:01, 16 May 2013 (UTC)

Hiya. It shouldn't be affecting the local wiki at all in a "stopping work" sense. That bug is solely so language-imbeciles like me who cannot manage foreign language namespace can type Page: and Index: for your namespaces, etc., rather than Sivu, Keskustelu sivusta, Hakemisto and Keskustelu hakemistosta. My understanding of the bug is that it will effect all the WS wikis, so rather than them manually having to do it for each wiki, there will be an underlying component that has it, and the namespaces will be formally known by those for the language of the wiki. So if there is an issue with PrP at the wiki, it shouldn't be this. — billinghurst sDrewth 14:39, 16 May 2013 (UTC)