[04:24:39] Does anyone here use the Widgets extension or Disqus extension/widget on their wiki? [08:55:06] hi, quick question. Is there a way to collect information about all occurences of a custom tag on a page and then process them once we know about all of them? [08:58:37] My aim is to reduce the amount of sql queries that go into parsing each individual tag, because I cannot cache these tags. [09:26:29] i copied both Vector.css and Common.css from a site but it won't show the same fonts. how do i get the fonts? [11:39:31] Hi there, I'm new. I was wondering if I can just post a question here? [11:39:47] yeah [11:40:59] I'm trying to set up vagrant on Windows.. After the vagrant up command it says 'guest machine entered into invalid state. The machine is in the power off stage'. I'm using virtual box-5.0.14. Do I need an older/newer version? [11:42:07] great! thanks :) So I'm interested in exporting wikipedia pages through the Special:Export page. From what I understood, any pagelink_depth is disabled by default on wikipedia. Therefore I thought it would be necessary to set up my own mediawiki server from where the parameter $wgExportMaxLinkDepth can be changed. The problem I have now is that the mediawiki doesn't have any content. Is there a way to import the most recent pageversions, [11:42:08] without the images,etc. into my server? [11:44:52] omnia: If you setup your own server, then you'll have to export all the pages to get them on your server, in which case, you won't need to export them, because you'll already have them [11:45:08] omnia: All you interested in the entirety of wikipedia? or just a subset? [11:46:49] If you want it all (For I'm assuming english wikipedia), check out https://dumps.wikimedia.org/enwiki/20160113/ [11:47:07] keep in mind, that wikipedia is big. Doing stuff with the data can be difficult because there is a lot of it [11:47:40] what I want is basically to export a select group of pages related to historical data, but with pagelink_depth. For instance, I would like to be able to generate an XML file containing all the pages on Roman Emperors. But if I just add List_of_Roman_Emperors or Category:Roman Emperors to the export field, that page is all I get, not the linked pages. [11:47:50] So how would one accomplish this? [11:48:05] Without first filling in all the individual emperor names into the field [11:53:13] omnia: You might be able to use the export option of the api (see https://en.wikipedia.org/w/api.php?action=help&modules=query ) combined with the generator=links option [12:04:27] i copied both Vector.css and Common.css from a site but it won't show the same fonts. how do i get the fonts? [12:20:45] @bawolff I've been looking at your suggestion but it only generates a list of links to page titles, no content of those pages is included [12:21:33] oh. maybe I misunderstood how the export option works [13:30:29] Kölle alaaf! [14:03:10] morning [14:55:37] I would like to translate wordpress.org pages to language Marathi [15:00:40] yes i joined [15:02:18] wold like to translate wordpress.org pages to language Marathi [15:02:37] joined #mediawiki [19:03:10] I think this portion of the documentation is a bit amusingly out of date, since it shows examples and then what they used to but no longer look like next to them: [19:03:12] https://www.mediawiki.org/wiki/Help:Links#External_link_icons [19:08:05] QuasAtWork`: haha, yeah. most of the links icons were removed from the Vector skin [19:08:23] QuasAtWork`: others still have them, though. e.g. https://www.mediawiki.org/wiki/Help:Links?useskin=monobook#External_link_icons (apparently slightly different) [19:09:16] hmm odd [19:09:29] the MonoBook copy we have on doomwiki.org with MW 1.24.1 has none of them [19:09:50] I found that my Monaco skin was referencing them through its style rules, so I removed them all [19:12:07] mm that'd be because they're data URIs in the stylesheet now. [19:25:03] dunno where those rules come from either o_O [19:25:15] not monobook's css, that's for sure. [19:41:29] I need help with the WikiEditor extension. I have installed the extension but the toolbar does not appear when editing pages. [19:41:48] had that problem last night :) [19:41:53] gimme a sec [19:42:48] https://www.mediawiki.org/wiki/Extension:WikiEditor - follow "Installation" and "Configuration" [19:43:37] Yes, I followed the installation instructions at https://www.mediawiki.org/wiki/Extension:WikiEditor [19:46:13] I am using MediaWiki 1.26.0, PHP 7.0.0 (cgi-fcgi), MySQL 5.7.10-log on Server Windows Server 2008 R2 SP1 with IIS 7.5. [19:46:15] and it does not work? it should ... at least it solved the problem for me ... are you using something like memcached? I heard about "refresh problems" - try to temporarily disable it [19:46:37] I wish the MW loader left a comment in the load.php return value between each style sheet just so you could trace stuff back w/o enabling fullblown debug mode [19:47:39] I followed the instructions and it does not work. I am using wincache. [19:48:33] try to disable wincache - I have no idea how that works as I am on Linux, but you will certainly find help via google on that topic ... [19:49:56] okay, I will try to disable wincache and give it a try. [19:50:33] good luck!!!!