[Wikitech-l] Special Interest Group (SIG) guidance, and the Wiki Replicas SIG

2017-09-14 Thread Nick Wilson (Quiddity)
Hi all. TL;DR: We've researched and compiled some guidance around creating Special Interest Groups (SIGs), and formed a Wiki Replicas SIG. These are adaptable best-practices for creating a very small task-focused group. Emphasis on adaptable for individual use-cases. Details: Following some discus

Re: [Wikitech-l] Web application to upload csv file to wiktionary

2017-09-14 Thread Gergo Tisza
On Thu, Sep 14, 2017 at 12:16 PM, Shrinivasan T wrote: > My CSV file has 1000 lines as word, meaning. > > Like to create 1000 pages in Wiktionary. > The mentioned python script in my previous query will do this. > > But, need a web application for this do that any newbie can use it easily. > A w

Re: [Wikitech-l] Web application to upload csv file to wiktionary

2017-09-14 Thread Shrinivasan T
Thanks for the replies. Here is my requirement. My CSV file has 1000 lines as word, meaning. Like to create 1000 pages in Wiktionary. The mentioned python script in my previous query will do this. But, need a web application for this do that any newbie can use it easily. I don't think dragging

Re: [Wikitech-l] Web application to upload csv file to wiktionary

2017-09-14 Thread James Forrester
On Thu, 14 Sep 2017 at 10:15 Nick Wilson (Quiddity) wrote: > There is also > https://tools.wmflabs.org/bambots/csv2wikitable.php > if you're using raw text csv files themselves. > (Found via https://tools.wmflabs.org/hay/directory/#/search/csv and > source code linked there) > > As Igal noted, vi

Re: [Wikitech-l] Web application to upload csv file to wiktionary

2017-09-14 Thread Nick Wilson (Quiddity)
There is also https://tools.wmflabs.org/bambots/csv2wikitable.php if you're using raw text csv files themselves. (Found via https://tools.wmflabs.org/hay/directory/#/search/csv and source code linked there) As Igal noted, visual editor does handle copy & pasting info from a spreadsheet very well.

Re: [Wikitech-l] Web application to upload csv file to wiktionary

2017-09-14 Thread יגאל חיטרון
But you can use the Visual Editor, can't you? Igal 2017-09-14 19:42 GMT+03:00 Shrinivasan T : > Is there any tool as web application to upload CSV file to wiktionary? > > I have a command line tool here > https://github.com/tshrinivasan/tools-for-wiki/tree/master/csv-uploader- > wiktionary > > B

[Wikitech-l] Web application to upload csv file to wiktionary

2017-09-14 Thread Shrinivasan T
Is there any tool as web application to upload CSV file to wiktionary? I have a command line tool here https://github.com/tshrinivasan/tools-for-wiki/tree/master/csv-uploader-wiktionary But it seems tough for newbies/windows users to execute this. Thinking of a web application. Please share inf