edsu / wikichanges

a NodeJS library for monitoring changes on Wikipedia sites
https://npmjs.org/package/wikichanges
70 stars 17 forks source link

Estonian Wikipedia (#et.wikipedia) support? #7

Open joellimberg opened 10 years ago

joellimberg commented 10 years ago

I'd really like to do use the awesome edsu/anon project with the Estonian Wikipedia — is adding in just a matter of adding relevant info to wikichanges.js?

edsu commented 10 years ago

Yes, that's it. I forget where I got some of that information from now, so if you can supply any of it that would help get it in.

joellimberg commented 10 years ago

I'm by no means a Wikipedia expert, but here's my initial attempt, based on #en.wikipedia's template

 "#et.wikipedia": {
    "short": "et", 
    "long": "Estonian Wikipedia", 
    "namespaces": {
      "": "main", // (don't know what this is)
      "Kategooria": "category", 
      "Media": "media", // don't know what this is
      "MediaWiki": "mediawiki", // untranslated ??
      "Mall": "template", 
      "$1 talk": "project talk", // untranslated, don't know what this is
      "Help talk": "help talk", // untranslated
      "Kasutaja": "user", 
      "Malli arutelu": "template talk",
      "MediaWiki arutelu": "mediawiki talk",
      "Arutelu": "talk", 
      "Help": "help", // untranslated, don't know what exactly this is
      "Pildi arutelu": "file talk", // see comment after next item
      "Pilt": "file", // ? "Pilt" means picture, unsure if File and Image are separate things in Wikipedia
      "Kasutaja arutelu": "user talk", 
      "Eri": "special",
      "Kategooria arutelu": "category talk"
    }
  }