Re: [Wikitech-l] A metadata API module for commons

2013-09-06 Thread Jean-Frédéric
> I'm somewhat of a newb though with extracting microformat style > metadata, so its quite possible there is a better way, or some higher > level parsing library I could use (Something like xpath maybe, > although its not really xml I'm looking at). > I am not really proficient with that either ;

Re: [Wikitech-l] A metadata API module for commons

2013-09-06 Thread Daniel Kinzler
Hi Brian! I like the idea of a metadata API very much. Being able to just replace the scraping backend with Wikidata (as proposed) later seems a good idea. I see no downside as long as no extra work needs to be done on the templates and wikitext, and the API could even be used later to port in

Re: [Wikitech-l] [Wikitech-ambassadors] VisualEditor weekly update - 2013-09-05 (MW 1.22wmf16)

2013-09-06 Thread Derk-Jan Hartman
And on Mac OS X, ctrl+1,2,3,4 etc the hotkeys for desktop spaces. But in general, problems like this are hard to avoid I think. As long as I have a quick way 'out' of the editable context that is grabbing these keys, i won't really mind. DJ On Fri, Sep 6, 2013 at 4:19 PM, Brad Jorsch (Anomie) wr

Re: [Wikitech-l] A metadata API module for commons

2013-09-06 Thread Derk-Jan Hartman
I'm just throwing some ideas out there, in hope of inspiring you: Things you might want to consider (at least in the design) of this API/Extension, might be: multi licensing, derivative and/or 'companion' linking (subtitle files, cropping etc, the pictured object) and their copyrights, keeping tra

Re: [Wikitech-l] [Wikitech-ambassadors] VisualEditor weekly update - 2013-09-05 (MW 1.22wmf16)

2013-09-06 Thread Brad Jorsch (Anomie)
> On Fri, Sep 6, 2013 at 3:40 AM, James Forrester > wrote: > >> We also added a set of keyboard shortcuts for setting the block >> formatting: Ctrl+0 sets a block as a paragraph; That's probably going to be annoying if I ever accidentally do Ctrl+ or Ctrl+ or Ctrl+ when using VE, since Ctrl+0 is

Re: [Wikitech-l] [Wikitech-ambassadors] VisualEditor weekly update - 2013-09-05 (MW 1.22wmf16)

2013-09-06 Thread Derk-Jan Hartman
Oh actually, seems that the OS overrides Safari etc here and won't even allow you to intercept ctrl+1,2,3,4 for your own purposes here. DJ On Fri, Sep 6, 2013 at 4:45 PM, Derk-Jan Hartman < d.j.hartman+wmf...@gmail.com> wrote: > And on Mac OS X, ctrl+1,2,3,4 etc the hotkeys for desktop spaces.

Re: [Wikitech-l] A metadata API module for commons

2013-09-06 Thread Magnus Manske
I can offer this demo (quickly ported from toolserver, which now refuses to run it): http://tools.wmflabs.org/magnustools/commonsapi.php Far from perfect, but to show what could be done now. If anyone's interested in helping me develop it, I'll make it a "real" tool on Labs. Cheers, Magnus On

Re: [Wikitech-l] [Engineering] Etherpad Lite labs instance going down in two weeks - backup time

2013-09-06 Thread Mark Holmquist
On Fri, Aug 23, 2013 at 01:02:13PM -0700, Mark Holmquist wrote: > The day we have all equally hoped for and dreaded is come to pass: Etherpad > Lite has now replaced Etherpad "Classic" in production, and the labs instance > is on its way out. > > This is my as-wide-as-possible email warning to say

Re: [Wikitech-l] how to use /ResourceLoaderGetConfigVars

2013-09-06 Thread Ryan Kaldari
I updated the documentation with some examples. Ryan Kaldari On Fri, Sep 6, 2013 at 10:21 AM, Tyler Romeo wrote: > All of the config variables go into the global mw.config object. You should > be able to use mw.config.get to retrieve them. > > -- > Tyler Romeo > On Sep 6, 2013 1:03 PM, "Yury K

[Wikitech-l] how to use /ResourceLoaderGetConfigVars

2013-09-06 Thread Yury Katkov
Hey guys! This hook appears to be the proper way to pass my extension setting variables to javascript. [1] I don't get how it works. I mean, saw the examples in Semantic Result Formats and get what PHP side should look like. Still I have no idea how to access those variables in javascript. Please

Re: [Wikitech-l] etherpad.wmflabs.org is now DOWN. (was: Etherpad Lite labs instance going down in two weeks - backup time)

2013-09-06 Thread Mark Holmquist
On Fri, Sep 06, 2013 at 09:02:42AM -0700, Mark Holmquist wrote: > Good California morning, everyone! I will be taking down this instance at > 18:00 UTC, or 11:00 PST, today. That's in TWO HOURS! > > If you have any remaining etherpad documents on the labs instance, now > is most definitely the tim

Re: [Wikitech-l] A metadata API module for commons

2013-09-06 Thread Ryan Kaldari
This looks great. I know a few sites that are already screenscraping for our license info, so this will be a huge help for them. I noticed, however, that the API currently doesn't support the attribution parameter of the licensing templates (where it specifies the attribution string). I'm sure this

[Wikitech-l] Wikimedia engineering August 2013 report

2013-09-06 Thread Guillaume Paumier
Hi, The report covering Wikimedia engineering activities in August 2013 is now available. Wiki version: https://www.mediawiki.org/wiki/Wikimedia_engineering_report/2013/August Blog version: https://blog.wikimedia.org/2013/09/06/engineering-august-2013-report/ We're also proposing a shorter, simp

[Wikitech-l] Deployment schedule for the week of Sept 9th, 2013

2013-09-06 Thread Greg Grossmeier
Hello and welcome to the latest update of the deployment schedule for the WMF server cluster. Full schedule available on the wiki, and is the place to look for any changes: https://wikitech.wikimedia.org/wiki/Deployments#Week_of_September_9th Of special note: Next week all WMF staff will be in Sa

Re: [Wikitech-l] how to use /ResourceLoaderGetConfigVars

2013-09-06 Thread Tyler Romeo
All of the config variables go into the global mw.config object. You should be able to use mw.config.get to retrieve them. -- Tyler Romeo On Sep 6, 2013 1:03 PM, "Yury Katkov" wrote: > Hey guys! > > This hook appears to be the proper way to pass my extension setting > variables to javascript. [

Re: [Wikitech-l] how to use /ResourceLoaderGetConfigVars

2013-09-06 Thread Yury Katkov
Hi Ryan! Thanks, now I understand all that! - Yury Katkov, WikiVote On Fri, Sep 6, 2013 at 9:27 PM, Ryan Kaldari wrote: > I updated the documentation with some examples. > > Ryan Kaldari > > > On Fri, Sep 6, 2013 at 10:21 AM, Tyler Romeo wrote: > >> All of the config variables go into the

[Wikitech-l] SSL security, part II.

2013-09-06 Thread C. Scott Ananian
New revelations on NSA capabilities yesterday in the New York Times: see https://www.schneier.com/blog/archives/2013/09/the_nsa_is_brea.html for a jumping off point. The bottom line seems to be: 1) don't use RC4 (we're already working toward that goal, I believe) 2) don't use the Dual_EC_DRBG PRNG

[Wikitech-l] Roadmap updates - Sept 6th, 2013

2013-09-06 Thread Greg Grossmeier
Hello all, I have a mea culpa: I haven't been doing the Roadmap update emails lately. The short of it is: it is dang hard and not time-efficient for me to try to parse Google Doc's 'revision history' in a big spreadsheet. That's why we (Robla) created a script to download and convert to wikitext (

[Wikitech-l] CirrusSearch on mediawiki.org

2013-09-06 Thread Chad Horohoe
Hi, So on Tuesday, August 10th I'm going to go ahead and turn on CirrusSearch as the default for mw.org. There's still some bugs[0], and I'm sure people will find more[1]. Once it's default you can revert to the old lucene backend using srbackend=LuceneSearch like you can do now with Cirrus. -Ch

Re: [Wikitech-l] SSL security, part II.

2013-09-06 Thread Ryan Lane
On Fri, Sep 6, 2013 at 1:08 PM, C. Scott Ananian wrote: > New revelations on NSA capabilities yesterday in the New York Times: see > https://www.schneier.com/blog/archives/2013/09/the_nsa_is_brea.html for a > jumping off point. > > The bottom line seems to be: > 1) don't use RC4 (we're already wor

Re: [Wikitech-l] SSL security, part II.

2013-09-06 Thread C. Scott Ananian
RC4 has been deprecated for over a decade: the first flaws were found in 2001, and RC4 was fully-broken in WEP in 2004. Yes, there has been movement back to RC4 due to the beast attacks, but the fact that it's "the best of a bad bunch" should not fool us. As Schneier said before the recent NSA di

Re: [Wikitech-l] SSL security, part II.

2013-09-06 Thread George Herbert
Scott writes: > Has anyone looked at our internal network infra closely? Yes, but system security and security of the private keys are equally important. On general principles, after the TLS 1.2 / HTTPS everywhere default is in place, they private keys should be updated, with as secure and lim

[Wikitech-l] Comparison Math Rendering Options

2013-09-06 Thread Moritz Schubotz
Hi, there is now a demo that shows the rendering options of the MediaWiki Math Extension: http://math-test2.instance-proxy.wmflabs.org/wiki/Special:MathDebug?length=10&offset=20&page=Short+test&action=show The demo compares the following rendering modes: MW_MATH_SOURCE: The plain source as ente