[14:43] How can I download a wiki from wikiindex? [15:03] Dud2: just pick one and follow the tutorial :) [15:03] https://code.google.com/p/wikiteam/wiki/NewTutorial#I_have_no_shell_access_to_server [15:04] Sorry. I was wondering if I could download a copy of http://wikiindex.org/RuneWiki , or would I need to download it from start myself.? [15:05] just search it on archive.org [15:07] there's a dump in https://archive.org/details/shoutwiki.com [15:08] Dud2: if you make me an update of the list of shoutwikis https://code.google.com/p/wikiteam/source/browse/trunk/listsofwikis/shoutwiki.com I'll download them all again [15:50] Okay, looks like I need to properly install python first, thanks [18:43] So I want to backup a wiki, but they don't have a api.php or index.php file page. What do I do then? [18:50] Dud1: impossible, if it's a MediaWiki wiki. Link? [18:51] http://runescape.wikia.com/wiki/ [18:53] Dud1: you can request a dump at https://runescape.wikia.com/wiki/Special:Version if you login [18:53] Dud1: that said, it's https://runescape.wikia.com/api.php [18:53] and if you didn't know, you could find out in the HTML source of any page: [19:46] Cool thanks. I'm probably derping again, but when I try and back it up, I get an error 302 [20:46] Dud1: what command are you using? [20:49] python dumpgenerator.py --index=http://runescape.wikia.com/index.php--xml --images [20:52] Sorry there is a space after .php and before --xml [20:52] you need a space [20:52] ah [20:52] use --api instead [21:35] Yup that was me derping then, sorry.