[00:01:58] built into MW core? no [00:02:04] as an extension? sure [00:08:53] biberao, there's tons of pre-registration check extensions, I suggest browsing the ones on the mediawiki.org directory. [00:09:21] As for RSS, I think that's built-in, but I haven't really checked for eons since nobody uses RSS [00:47:08] thanks [00:47:09] :D [01:06:13] btw is it easy to have this https://sub.wiki.org/folder [01:06:14] ? [01:06:59] what is sub.wiki.org? what is in folder? what do you expect to see when you visit that URL? [01:08:46] like id like similar to wikipedia [01:08:54] hi, does anyone know why "https://xxxx/w/undefined/api.php?action=query&format=json&origin=*&generator=search&gsrnamespace=6&iiurlheight=200&iiprop=dimensions%7Curl%7Cmediatype%7Cextmetadata%7Ctimestamp%7Cuser&prop=imageinfo&gsrsearch=Main%20Page&iiurlwidth=300&gsroffset=0&gsrlimit=15" returns undefined? [01:09:05] well undefined is in the url, but im wondering why? [01:09:24] lets say en.wikipedia.org/anothergenreofwiki [01:09:57] so id put the link en.wikipedia.org/anothergenreofwiki it would show me a wiki [01:48:39] sure, you can do that [01:48:52] that's more about how your web server is configured [01:49:48] you'll want to install two separate copies of the wiki software, then change your nginx/apache/etc configuration to serve them from different paths [02:36:10] sparr: ya [02:36:26] but i can actually have a lot need to test my nginx :D [02:41:37] any Cargo users around? I have some simple beginner questions. [03:35:51] for oojs.js to work do i have to include it? [04:55:07] hello, I am working on a MediaWiki installation under NGINX and the wiki hangs for over 2 minutes when I attempt to access it [04:55:25] after those two minutes, the expected output is given [04:56:01] https://paste.ngx.cc/4e this is my nginx config [05:03:55] hi i have a quick question - is it possible to change the actual date within the software [05:07:52] bood: as in, what context do you want to change the date? [05:08:43] have the software say it was a different year than the current one [05:10:04] not really, it reads the date and time from the webserver. Why would you want to archive that? [05:11:42] i use an althistory wiki site and just wondered if there was a way to trick mediawiki into having everything dated according to that [05:12:29] you could probably create the page outside of mediawiki and then import it as a xml file [06:44:35] So I know that my problem is in MediaWiki because redirects are returned in under 2 seconds and config errors are returned in at least 4 [06:44:47] s/MediaWiki/the renderer/ [07:24:50] I am trying to figure out why this Cargo table is not populating: https://www.modesofdiscourse.com/wiki/Special:CargoTables/Page_Aspect_map [07:48:58] I've decided to not use MediaWiki for the time being, as a 2 minute load time every time I attempt to edit a page is outlandish. [07:55:43] which step takes 2 minutes? [08:06:49] not sure exactly, but I know it has something to do with when mediawiki renders the page [08:07:31] an error in LocalSettings.php takes around 2 seconds to return, and redirects serve in around 2 seconds [08:21:17] do you have any cacheing methods setup on your install? [08:44:07] yes, and they didn't help one bit [08:44:28] they actually (by my timing which was admittedly roughshot) almost doubled the wait time [21:23:53] open the dev tools in your browser and look at the network tab and report which step takes minute+ to resolve