Re: [Wikitech-l] Scribunto REPL (debug console)

2013-04-15 Thread Mathieu Stumpf
Le 2013-04-14 12:25, Ori Livneh a écrit : Small Python script to run an interactive Scribunto session in your terminal, using Scribunto's API module: https://gist.github.com/atdt/5382043/raw/d083ff757066200728c0b50992ab6c7bb108acb1/scribunto-repl.py :) Thanks, It may me think, it would be

Re: [Wikitech-l] Scribunto REPL (debug console)

2013-04-15 Thread Yuvi Panda
I wrote a small little tool ages ago to help with Gadget development: http://github.com/yuvipanda/mwuppet It lets me write on Vim and push to the wiki whenever I want. I've the following line in my .vimrc that makes this simple: command Mw :w | :! mwuppet % I'm sure this can be extended easily

Re: [Wikitech-l] Scribunto REPL (debug console)

2013-04-15 Thread Antoine Musso
Le 15/04/13 09:53, Mathieu Stumpf a écrit : It may me think, it would be nice to be able to develop on desktop and push the code when ready. I heard that git enable to add porceleins to extend what it manage. Did anyone already thought about a gid mw to interacte with a mediawiki article? I

Re: [Wikitech-l] Scribunto REPL (debug console)

2013-04-15 Thread Mathieu Stumpf
Le 2013-04-15 10:09, Yuvi Panda a écrit : I wrote a small little tool ages ago to help with Gadget development: http://github.com/yuvipanda/mwuppet It lets me write on Vim and push to the wiki whenever I want. I've the following line in my .vimrc that makes this simple: command Mw :w | :!

[Wikitech-l] Scribunto REPL (debug console)

2013-04-14 Thread Ori Livneh
Small Python script to run an interactive Scribunto session in your terminal, using Scribunto's API module: https://gist.github.com/atdt/5382043/raw/d083ff757066200728c0b50992ab6c7bb108acb1/scribunto-repl.py :) -- Ori Livneh ___ Wikitech-l

Re: [Wikitech-l] Scribunto REPL (debug console)

2013-04-14 Thread Steven Walling
On Sunday, April 14, 2013, Ori Livneh wrote: Small Python script to run an interactive Scribunto session in your terminal, using Scribunto's API module: https://gist.github.com/atdt/5382043/raw/d083ff757066200728c0b50992ab6c7bb108acb1/scribunto-repl.py :) -- Ori Livneh Very cool. It