[20:00:29] when doing a git pull on my extensions directory, is it normal to get asked for gerrit username/password on some extensions? [20:01:14] this is on a git checkout of all of the extensions [20:05:01] oh i see, it occurs on submodules that have been removed [20:20:58] annoyingly, git stops whenever it can't find a submodule [22:43:51] I don't know how to make sense of it to be honest. What I want to be able to access is stuff like https://en.wiktionary.org/wiki/Haus whether it's a noun/verb/adjective, the declensions, any conjugations, and so on [22:44:13] I mean it's still downloading as we speak, it's taking a long, long time... [22:45:01] tomatopeel: why are you downloading it? [22:47:46] Yaron: hmmm I'm not sure tbh, I was just doing some more googling and maybe I should just be using the Wiktionary API [22:48:25] essentially I'd like to be able to get all the data I can for the 1000 or so most frequently used german words [22:49:41] ah I guess the *-pages-articles will have everything in xml [22:52:33] tomatopeel: I would think you'd indeed be better off using the API... among other things, it will always hold up-to-date information. [23:01:58] so I get this if I just query titles for 'haus' with json as the format: {"batchcomplete":"","query":{"pages":{"195349":{"pageid":195349,"ns":0,"title":"haus"}}}} [23:02:18] now I just need to figure out the schema and see what fields are avaialble [23:05:24] will look again tomorrow, going to bed now, peace