[Wikitech-l] 2015-09-30 Scrum of Scrums notes

2015-09-30 Thread Grace Gellerman
https://www.mediawiki.org/wiki/Scrum_of_scrums/2015-09-30 ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] Wikilink Classification and Parsing

2015-09-30 Thread Dimitrov, Dimitar
Hello, I need some help. I have to classify the wikilinks in a Wikipedia article based on their relative position in the article (in best case on the rendered page). For each wikilink I would like to have something like the position in text (ascending for each section), if it is in a infobox

Re: [Wikitech-l] Would anyone be interested in a tech talk about how to make a mw skin?

2015-09-30 Thread Jon Robson
It could be a 4 hour afternoon session around the dev summit for instance and could be advertised so anyone can join. Essentially it would be a hackathon focused on skins. If you were really ambitious you'd add prizes for best judged skin etc :) On 30 Sep 2015 12:49 pm, "Isarra Yos"

Re: [Wikitech-l] Would anyone be interested in a tech talk about how to make a mw skin?

2015-09-30 Thread Isarra Yos
How would a hack day/afternoon work? Is that an office thing? If so, would that be something you could run based off... uh, more information? On 28/09/15 22:15, Jon Robson wrote: I'd be interested in the process people go through purely from a how can I make this simpler perspective.

Re: [Wikitech-l] Port mw-vagrant to Raspberry Pi ( arm )

2015-09-30 Thread Giuseppe Lavagetto
On Tue, Sep 29, 2015 at 7:04 PM, Tony Thomas <01tonytho...@gmail.com> wrote: > Hello, > [CUT] >3. hhvm is too ram hungry > If I'm not mistaken, hhvm won't compile on anything but an x86-64 architecture. So you definitely need to fall back to zend. Cheers, G.

Re: [Wikitech-l] Mentors and projects needed for Outreachy round 11

2015-09-30 Thread Bartosz DziewoƄski
On 2015-09-28 21:09, Pine W wrote: I was told by a WMF non-management employee that they have little discretion about which projects they're working on, and that the decisions about priorities come top-down. Hence my interest in engaging with the quarterly planning processes and the people

Re: [Wikitech-l] Wikilink Classification and Parsing

2015-09-30 Thread Eric Evans
On Wed, Sep 30, 2015 at 3:35 AM, Dimitrov, Dimitar < dimitar.dimit...@gesis.org> wrote: > 1. What is the fastest way to get the html of an article for specific > revision or what is the best tool to setup local copy of Wikipedia > (currently I am experimenting with Xowa and Wikitaxi). You can

[Wikitech-l] WikiDev call for participation deadline on Oct 2

2015-09-30 Thread Quim Gil
If you are planning on proposing a session for the Wikimedia Developer Summit, remember that the deadline for new proposals is *October 2*, in a couple of days. For this milestone we are only requesting draft tasks created in Phabricator and associated to #Wikimedia-Developer-Summit-2016. The

Re: [Wikitech-l] Would anyone be interested in a tech talk about how to make a mw skin?

2015-09-30 Thread Isarra Yos
Oh, aye. Might also make sense to have this after the talk, which discusses theory, so then the hack whatever can be where the theory all falls apart. Wait... On 30/09/15 19:55, Jon Robson wrote: It could be a 4 hour afternoon session around the dev summit for instance and could be

Re: [Wikitech-l] Wikilink Classification and Parsing

2015-09-30 Thread C. Scott Ananian
https://doc.wikimedia.org/Parsoid/master/#!/guide/jsapi also gives a nice interface to walk a document structure, including recursing into template arguments & etc. It could be made much faster by fetching content from RESTBase. Note that links generated by templates are a sort of special case.