On 7/21/14, 6:56 PM, John Mark Vandenberg wrote: > On Tue, Jul 22, 2014 at 8:46 AM, Ricordisamoa > <[email protected]> wrote: >> .. >> IMHO compat should be left with its old version and /wiktionary be added as >> submodule in core. > > I agree with this solution. > > Could we arrange a hack 'day' when someone familiar with the code is > available, and others help get the new repo working correctly on top > of core? >
Here's the thing...the code is entirely framework-independent, except for wiktionary.py which has 10 lines of framework-specific code (easily fixed by s/wikipedia/pywikibot/). It's basically some wikitext parsing and OO code. wiktionary.py reads from a text file[1]. [1] https://github.com/wikimedia/pywikibot-compat/blob/master/wiktionary.py#L1305 -- Legoktm _______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
