[01:05:44] this is throwing a bunch of PHP warnings when executing runJobs.php [01:05:47] fwrite( $cFile, $originalInput ); [01:05:47] fwrite( $cFile, "+++\n" ); [01:05:48] fwrite( $cFile, $output ); [01:05:48] fclose( $cFile ); [01:05:52] out of DPLMain.php [04:11:46] Hello, I'm having trouble setting up the very basics of MediaWiki. I'm trying to install MediaWikiFarm extension before I start but receiving database error following the guide on the official installation page [04:29:24] Is this active at all? [04:36:00] https://sharkysoft.com/wiki/how_to_configure_multiple_MediaWiki_instances_on_a_single_host is there a reason not to do this using symlinks? [04:36:05] because this looks glorious [04:38:35] Easier to just keep a check out of MediaWiki for each wiki or just one checkout that servers multiple wikis. [04:41:04] *serves [05:00:47] I wouldn't qualify a wiki farm as "very basics of MediaWiki" [05:01:00] farms are very advanced, and the "best" way to set up a farm really depends on your needs [05:01:52] i.e. do you want a shared users database, do you want to potentially run different mw versions, centralized uploads, etc. [06:40:35] is there any way to link to a mediawiki page in meta? [06:46:36] codezee: [[mw:Help]]? [06:48:44] AlexZ: yeah, got it thanks... [06:49:09] np [15:26:42] hi, please, can somebody tell me how to add my mother's biography [15:27:36] Wrong channel [17:28:49] Hi [17:29:38] I have created one wiki page using mediawiki. How to pubish this page to my site? [17:29:50] Can someone please help me [17:30:44] I have created one wiki page using mediawiki. How to pubish this page to my site? [17:35:39] I have created one wiki page using mediawiki. How to pubish this page to my site? [17:37:56] Guest17892: your question is very vague... Isn't MediaWiki supposed to be "your site"? [17:38:08] whoops he left [20:29:18] !hss [20:29:18] https://upload.wikimedia.org/wikipedia/mediawiki/6/69/Hesaidsemanticga2.jpg [20:33:40] interesting. that url downloads instead of opening for me [20:34:24] Content-Type "application/x-www-form-urlencoded" [20:34:36] o_0 [20:34:41] ditto [20:35:16] Well thats not good [20:36:47] File a bug? [20:37:49] filed https://phabricator.wikimedia.org/T173276 [20:38:52] File looks valid [20:39:21] Mediawiki things its a jpg [20:39:25] thinks [20:39:56] could be swift/varnish [20:42:07] I get it on cache miss, so im leaning towatds swift [20:42:31] funky :) [20:45:10] there's two dozen bugs like this filed [20:46:35] MatmaRex_mobile: two dozen plus 1 [20:50:09] ouch :D [20:50:41] Images are hard [20:54:18] amen [20:56:27] hmm, I've looked at that photo before, but I don't know why. [20:56:44] someone must have said semantic [20:57:33] lol [20:59:34] !tss [20:59:34] There is no such key, you probably want to try: !rightssql, [20:59:49] there was another one, but no longer exists :( [21:19:26] I have downloaded the xml file for the pages of wiktionary. There I see a template is used like this: {{nds-decl-adj|head=free|free|fre'|Fre'e|fre'er|freest|Freest}} this is from the page https://en.wiktionary.org/wiki/free and the section is After Low German -> Declesion. How do I parse this template so that I will get the desired markup that is present in the page ? [21:21:46] You need the templates also and import into mediawiki [21:22:35] how ? any weblink ? [21:24:06] bawolff_ ^^ [21:25:05] im kind of in the middle of stuff, but there is importDump.php [21:29:43] !wptemplates [21:29:43] To copy templates from Wikipedia, use Special:Export and check the "Include templates" option to get all the sub-templates, then upload the file with Special:Import on your wiki. You'll also likely have to install the ParserFunctions extension, Scribunto extension and install/enable HTML tidy. You also might need some CSS from Wikipedia's Common.css. You'll also need a lot of... [22:11:28] will importDump work on wiktionary dumps ? [22:12:46] Should do [22:19:24] is there any tutorial on how to use ImportDump ? I am working with scala and I have the wikitext within the page tag, now I want to parse all the templates used in the page. How do I do it ? [22:30:02] is all the templates are included in the dump ?