[Wikitech-l] Deadline for Wikimania 2005 submissions: Feb 28

2015-02-17 Thread Quim Gil
Hi, just a reminder about the deadline to submit proposals for Wikimania:
February 28.

https://wikimania2015.wikimedia.org/wiki/Submissions

The Hackathon program will be more flexible in terms of deadline, process,
etc, but if you want to have a session scheduled in the main Wikimania
program you need to submit your proposal before the end of this month.

-- 
Quim Gil
Engineering Community Manager @ Wikimedia Foundation
http://www.mediawiki.org/wiki/User:Qgil
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Deadline for Wikimania 2015 submissions: Feb 28

2015-02-17 Thread Quim Gil
It turns out we are in 2015.  :D

On Tue, Feb 17, 2015 at 10:05 AM, Quim Gil  wrote:

> Hi, just a reminder about the deadline to submit proposals for Wikimania:
> February 28.
>
> https://wikimania2015.wikimedia.org/wiki/Submissions
>
> The Hackathon program will be more flexible in terms of deadline, process,
> etc, but if you want to have a session scheduled in the main Wikimania
> program you need to submit your proposal before the end of this month.
>

-- 
Quim Gil
Engineering Community Manager @ Wikimedia Foundation
http://www.mediawiki.org/wiki/User:Qgil
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Define entry point to generate documentation

2015-02-17 Thread Antoine Musso
Le 09/02/2015 18:54, Bryan Davis a écrit :
>> > [test entry points]
>> > https://www.mediawiki.org/wiki/Continuous_integration/Test_entry_points
>
> I hate Makefiles but I'm all for continuing to standardize our job
> entry points. We do things in too many different ways today.

Hello,

After a week I have updated the wiki page above and hereby declare 'make
docs' is the entry point to generate documentation via Jenkins.


Thanks Bryan for your feedback :]


-- 
Antoine "hashar" Musso


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] IRC: wm-bot now speak with GitHub fluently

2015-02-17 Thread Petr Bena
Hi folks,

I was too tired of semi-working unstable random IRC services that
provides IRC commit messages from github to your channel, so I created
a simple plugin to wm-bot which can handle that now.

Features:

* It's incredibly easy to setup (10 seconds setup)
* Requires no registration
* Pretty stable (running on wikimedia labs)
* Self-service - everyone can configure the bot as they want directly from IRC

How it works in few steps:

1) Get wm-bot to your channel (just join #wm-bot and type @add #somechannel
2) type @github+  for example for repository
http://github.com/benapetr/test it would be @github+ benapetr/test
3) Add web hook in github settings of your repository to
http://wm-bot.wmflabs.org/github/index.php

That's all

Example output:
(10:41:00)  GitHub [benapetr/test-wm]  benapetr pushed 1
commits: https://github.com/benapetr/test-wm/compare/87ad2018cae6...f5b2131c10ad
(10:41:00)  GitHub [benapetr/test-wm]  commit by benapetr
(Petr Bena) 
https://github.com/benapetr/test-wm/commit/f5b2131c10ad3bb1fe902db911ed01421ce6effe
test

Formatting kind of suck, but you can fix it! Handler is written in
PHP: 
https://github.com/benapetr/wikimedia-bot/blob/master/src/WMBot.Plugins/GitHub/listener/github.php

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] IRC: wm-bot now speak with GitHub fluently

2015-02-17 Thread Petr Bena
I forgot few things:

The bot used to be available to everyone, but freenode staff requested
me to limit it only for wikimedia people, so that there aren't people
who abuse it. For that reason in order to get the bot in your channel
you need to have wikimedia cloak, if you don't have it, just ask in
#wm-bot and someone will help you out.

Also, these @github+ / @github- commands need to be issued in YOUR
channel, not #wm-bot

Thanks :)

On Tue, Feb 17, 2015 at 4:50 PM, Petr Bena  wrote:
> Hi folks,
>
> I was too tired of semi-working unstable random IRC services that
> provides IRC commit messages from github to your channel, so I created
> a simple plugin to wm-bot which can handle that now.
>
> Features:
>
> * It's incredibly easy to setup (10 seconds setup)
> * Requires no registration
> * Pretty stable (running on wikimedia labs)
> * Self-service - everyone can configure the bot as they want directly from IRC
>
> How it works in few steps:
>
> 1) Get wm-bot to your channel (just join #wm-bot and type @add #somechannel
> 2) type @github+  for example for repository
> http://github.com/benapetr/test it would be @github+ benapetr/test
> 3) Add web hook in github settings of your repository to
> http://wm-bot.wmflabs.org/github/index.php
>
> That's all
>
> Example output:
> (10:41:00)  GitHub [benapetr/test-wm]  benapetr pushed 1
> commits: 
> https://github.com/benapetr/test-wm/compare/87ad2018cae6...f5b2131c10ad
> (10:41:00)  GitHub [benapetr/test-wm]  commit by benapetr
> (Petr Bena) 
> https://github.com/benapetr/test-wm/commit/f5b2131c10ad3bb1fe902db911ed01421ce6effe
> test
>
> Formatting kind of suck, but you can fix it! Handler is written in
> PHP: 
> https://github.com/benapetr/wikimedia-bot/blob/master/src/WMBot.Plugins/GitHub/listener/github.php

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] IRC: wm-bot now speak with GitHub fluently

2015-02-17 Thread Petr Bena
It wouldn't be me if I didn't forget how the whole thing works 5
minutes after I finish it. So yes, I forgot some more details, here I
correct the how-to guide, there is also a version on meta:
https://meta.wikimedia.org/wiki/Wm-bot#Git_Hub

How to setup:

1) Get wm-bot to your channel (just join #wm-bot and type @add #somechannel
2) Enable relay in that channel (type @relay-on)
3) type @github+  for example for repository
http://github.com/benapetr/test it would be @github+ benapetr/test
4) Add web hook in github settings of your repository to
http://wm-bot.wmflabs.org/github/index.php

On Tue, Feb 17, 2015 at 4:55 PM, Petr Bena  wrote:
> I forgot few things:
>
> The bot used to be available to everyone, but freenode staff requested
> me to limit it only for wikimedia people, so that there aren't people
> who abuse it. For that reason in order to get the bot in your channel
> you need to have wikimedia cloak, if you don't have it, just ask in
> #wm-bot and someone will help you out.
>
> Also, these @github+ / @github- commands need to be issued in YOUR
> channel, not #wm-bot
>
> Thanks :)
>
> On Tue, Feb 17, 2015 at 4:50 PM, Petr Bena  wrote:
>> Hi folks,
>>
>> I was too tired of semi-working unstable random IRC services that
>> provides IRC commit messages from github to your channel, so I created
>> a simple plugin to wm-bot which can handle that now.
>>
>> Features:
>>
>> * It's incredibly easy to setup (10 seconds setup)
>> * Requires no registration
>> * Pretty stable (running on wikimedia labs)
>> * Self-service - everyone can configure the bot as they want directly from 
>> IRC
>>
>> How it works in few steps:
>>
>> 1) Get wm-bot to your channel (just join #wm-bot and type @add #somechannel
>> 2) type @github+  for example for repository
>> http://github.com/benapetr/test it would be @github+ benapetr/test
>> 3) Add web hook in github settings of your repository to
>> http://wm-bot.wmflabs.org/github/index.php
>>
>> That's all
>>
>> Example output:
>> (10:41:00)  GitHub [benapetr/test-wm]  benapetr pushed 1
>> commits: 
>> https://github.com/benapetr/test-wm/compare/87ad2018cae6...f5b2131c10ad
>> (10:41:00)  GitHub [benapetr/test-wm]  commit by benapetr
>> (Petr Bena) 
>> https://github.com/benapetr/test-wm/commit/f5b2131c10ad3bb1fe902db911ed01421ce6effe
>> test
>>
>> Formatting kind of suck, but you can fix it! Handler is written in
>> PHP: 
>> https://github.com/benapetr/wikimedia-bot/blob/master/src/WMBot.Plugins/GitHub/listener/github.php

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] IRC: wm-bot now speak with GitHub fluently

2015-02-17 Thread Petr Bena
As half of wikimedia labs just died, rendering this feature unusable,
I am taking back teh "Pretty stable" feature :/

On Tue, Feb 17, 2015 at 5:17 PM, Petr Bena  wrote:
> It wouldn't be me if I didn't forget how the whole thing works 5
> minutes after I finish it. So yes, I forgot some more details, here I
> correct the how-to guide, there is also a version on meta:
> https://meta.wikimedia.org/wiki/Wm-bot#Git_Hub
>
> How to setup:
>
> 1) Get wm-bot to your channel (just join #wm-bot and type @add #somechannel
> 2) Enable relay in that channel (type @relay-on)
> 3) type @github+  for example for repository
> http://github.com/benapetr/test it would be @github+ benapetr/test
> 4) Add web hook in github settings of your repository to
> http://wm-bot.wmflabs.org/github/index.php
>
> On Tue, Feb 17, 2015 at 4:55 PM, Petr Bena  wrote:
>> I forgot few things:
>>
>> The bot used to be available to everyone, but freenode staff requested
>> me to limit it only for wikimedia people, so that there aren't people
>> who abuse it. For that reason in order to get the bot in your channel
>> you need to have wikimedia cloak, if you don't have it, just ask in
>> #wm-bot and someone will help you out.
>>
>> Also, these @github+ / @github- commands need to be issued in YOUR
>> channel, not #wm-bot
>>
>> Thanks :)
>>
>> On Tue, Feb 17, 2015 at 4:50 PM, Petr Bena  wrote:
>>> Hi folks,
>>>
>>> I was too tired of semi-working unstable random IRC services that
>>> provides IRC commit messages from github to your channel, so I created
>>> a simple plugin to wm-bot which can handle that now.
>>>
>>> Features:
>>>
>>> * It's incredibly easy to setup (10 seconds setup)
>>> * Requires no registration
>>> * Pretty stable (running on wikimedia labs)
>>> * Self-service - everyone can configure the bot as they want directly from 
>>> IRC
>>>
>>> How it works in few steps:
>>>
>>> 1) Get wm-bot to your channel (just join #wm-bot and type @add #somechannel
>>> 2) type @github+  for example for repository
>>> http://github.com/benapetr/test it would be @github+ benapetr/test
>>> 3) Add web hook in github settings of your repository to
>>> http://wm-bot.wmflabs.org/github/index.php
>>>
>>> That's all
>>>
>>> Example output:
>>> (10:41:00)  GitHub [benapetr/test-wm]  benapetr pushed 1
>>> commits: 
>>> https://github.com/benapetr/test-wm/compare/87ad2018cae6...f5b2131c10ad
>>> (10:41:00)  GitHub [benapetr/test-wm]  commit by benapetr
>>> (Petr Bena) 
>>> https://github.com/benapetr/test-wm/commit/f5b2131c10ad3bb1fe902db911ed01421ce6effe
>>> test
>>>
>>> Formatting kind of suck, but you can fix it! Handler is written in
>>> PHP: 
>>> https://github.com/benapetr/wikimedia-bot/blob/master/src/WMBot.Plugins/GitHub/listener/github.php

___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] IRC: wm-bot now speak with GitHub fluently

2015-02-17 Thread Marc A. Pelletier

On 15-02-17 12:08 PM, Petr Bena wrote:

I am taking back teh "Pretty stable" feature


Sadly, hardware failure.  We're migrating the VMs to another host atm.

More news soon.

-- Marc


___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

[Wikitech-l] [Reminder] [x-post] Language Engineering IRC Office Hour on 18 February 2015 (Wednesday) at 1300 UTC

2015-02-17 Thread Runa Bhattacharjee
Hello,

A quick reminder about Language Engineering team's monthly IRC office hour
thats happening later today at 1300 UTC on #wikimedia-office. Please see
below for the original announcement, local time, and agenda. We will post
logs on metawiki[1] after the event.

Thanks
Runa

[1] https://meta.wikimedia.org/wiki/IRC_office_hours#Office_hour_logs

-- Forwarded message --
From: Runa Bhattacharjee 
Date: Fri, Feb 13, 2015 at 7:47 PM
Subject: [x-post] Language Engineering IRC Office Hour on 18 February 2015
(Wednesday) at 1300 UTC
To: MediaWiki internationalisation ,
Wikimedia Mailing List , Wikimedia
developers , "Wikimedia & GLAM
collaboration [Public]" 


[X-posted announcement]

Hello,

The next monthly IRC office hour of the WMF Language Engineering team will
be on February 18, 2015 (Wednesday) at 1300 UTC on #wikimedia-office.
Please note that for this instance the session has been set to a much
earlier hour.

We will be taking questions and discussing about our ongoing projects,
particularly the recent activation of Content Translation as a beta feature
on several Wikipedias[1]. We’d love to hear comments, suggestions and any
feedback that will help us make this tool better.

Please see below to check local time and event details. Logs from our
earlier office hours are available at:
https://meta.wikimedia.org/wiki/Category:Language_Engineering

Thanks
Runa

[1] http://blog.wikimedia.org/2015/01/20/try-content-translation/

Monthly IRC Office Hour:
==
# Date: February 18, 2015 (Wednesday)

# Time: 1300 UTC (Check local time:
http://www.timeanddate.com/worldclock/fixedtime.html?iso=20150218T1300)

# IRC channel: #wikimedia-office

# Agenda:
1. Ongoing projects - Content Translation beta feature
2. Q & A (Questions can be sent to me ahead of the event)

-- 
Language Engineering - Outreach and QA Coordinator
Wikimedia Foundation




-- 
Language Engineering - Outreach and QA Coordinator
Wikimedia Foundation
___
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l