[09:52:05] 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? [09:56:10] jkale: you can inspect one element of the page with the browser's developer tools to find what font is used and what CSS rule is applied. Maybe you haven't copied it right, cache hasn't refreshed yet or fonts are applied by an extension [10:11:37] Vulpix: like a skin? ("Maybe ... fonts are applied by an extension") [10:13:40] Vulpix: can i access a wiki's list of available skins without being logged in? [10:14:45] Special:Version, if available [11:32:44] Vulpix: it looks like i don't have the font available. but i don't know what that means. should i like host it on my server? [11:44:08] Hi all. I got an error message where Google does not help: error creating preview image, "convert: unable to access configure file" [11:44:28] if anybody has a helpful hint, I would really appreciate that. [11:52:26] suvidu: looks like you have a buggy imagemagick installation [11:52:57] ah, that is a good hint, Vulpix, thank you. I'll check that. Any further ideas are still appreciated :-) [11:54:53] searching for "convert: unable to access configure file" is the best you can do, maybe specifying your operating system [11:56:59] I tried that for about 15 min and found no helpful results. But I did not give up yet :) [12:01:19] what os? what package version? [12:05:52] excellent question. I used a one-click installer from my provider. I will contact them and ask if they could help me -- without knowledge of such basic things like OS and package version I should not bother you further. Nevertheless thank you for your help! [12:40:53] Vulpix: each font is linked in the css as src: url('skins/monobook/font.svg'). i'm trying to turn it into an absolute path. am i on the right track? [12:42:08] Vulpix: just for the test, of course [12:43:41] jkale: apparently, yes [12:48:20] Vulpix: if the file path is say /var/www/html/mywiki/skins/monobook/bullet.gif, what's its url equivalent? http://localhost/mywiki/Skins/monobook/bullet.gif is not found on the server. [12:49:14] Vulpix: (meaning i got the "not found on this server" error) [12:49:34] skins should probably be lowercase [12:50:52] Vulpix: right, it worked. thank you. [13:12:46] is there any way to tell which skin is currently enabled/used by a wiki? [13:13:22] as default [13:17:07] jkale: $wgDefaultSkin in Localsettings will let you know that [13:18:49] codezee: not mine. i'm trying to "reverse engineer" a wiki that i liked [13:31:14] jkale: you can make a guess by going to Special:Version if you don't have an account there [13:36:54] codezee: oh, by the way, is there a quick way to test minor wiki css edits (without all the mouse use, scrolling, opening page, clicking the edit button again, etc.)? [13:43:02] jkale: I'm probably unable to get your question... you can always click "show preview" to test css edits [13:54:49] codezee: do you actually mean "show preview" is supposed to affect the site look? it's not true. [13:57:28] <_ynk> hello, i am looking for a way to clone/mirror a wiki for use offline (for a LAN network). I want to be able to set up my own mediawiki later and have it the same as the one I cloned [13:58:00] <_ynk> does anyone have suggestions? (static mirroring as with wget arent what i want) [14:04:59] I wanted to add a Bitcoins button to the Wiki. I got a JavaScript code for it. Where should I put it? [14:06:13] hexhaxtron_: see https://www.mediawiki.org/wiki/Manual:Interface/JavaScript [14:07:07] Vulpix, I added it to Common.js but I didn't see any changes. [14:08:56] what code have you added? I guess you should indicate in the code where the button should be placed inside the page [14:10:15] _ynk: see https://www.mediawiki.org/wiki/Manual:Importing_XML_dumps [14:11:15] <_ynk> Vulpix: by this you mean I should get an XML dump of the wiki I want, then create a mediawiki locally, then import the dump? [14:11:27] Vulpix, http://pastebin.com/vZnQufG6 [14:11:34] _ynk: yes [14:11:54] <_ynk> Vulpix: will this also export images and other resources? (i.e. not relying on the original source at all) [14:12:41] hexhaxtron_: ok, you should adapt that because what you put on the MediaWiki:Common.js page is pure javascript, not HTML (