[00:35:31] Should new wikis start with Cargo/Semantic Mediawiki from the beginning, or install it later after they've built many pages? How should they decide which one to use? [02:24:19] Wikipedia's Footer has, "Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy."... This is not standard. How do I edit my footer to look like this? I'm using MW 1.33.0 [02:25:01] I've looked at mediawiki.org/wiki/manual:footer but it doesn't explain how to do this [02:33:41] This has been hanging for one week now! https://gerrit.wikimedia.org/r/#/c/mediawiki/vagrant/+/535661/ [02:37:05] signux: it often takes a bit of investigation to track down a message [02:38:13] In this case you can add "&uselang=qqx" to the url, and then go hunt for the location where the message was previously [02:38:36] In this case you find (wikimedia-copyright: Creative Commons Attribution-Share Alike 3.0) [02:39:22] It looks like the standard footer is "Content is available under Creative Commons Attribution-NonCommercial-ShareAlike unless otherwise noted." Do you how I can change that? [02:39:34] This message will then exist as http://en.wikipedia.org/wiki/Special:Search?go=Go&search=Mediawiki:Wikimedia-copyright, but as I remember it is injected in a special extension. [02:42:15] Messages are often easier to find at github, https://github.com/search?q=org%3Awikimedia+%22wikimedia-copyright%22&type=Code [02:43:22] And then you find the extension as https://www.mediawiki.org/wiki/Extension:WikimediaMessages [02:47:05] Is this configurable? [14:01:28] Technical Advice IRC meeting starting in 60 minutes in channel #wikimedia-tech, hosts: @amir1 & @nuria - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [14:51:21] Technical Advice IRC meeting starting in 10 minutes in channel #wikimedia-tech, hosts: @Lucas_WMDE & @mutante - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [18:06:08] I can't seem to get the syntaxhighlight extension to work properly. It does show up as an installed extension on my Version pageunfortunately my server is behind a firewall and not available to the publicThe odd behaviors I'm seeing are:1) every piece of code I try to highlight gets categorized in "Pages with syntax highlighting errors", which, [18:06:08] from my understanding of the documentation means the language tag is not recognized. I am trying to useselect sysdate from dual;but even code block examples I've used from the documentation get categorized the same way. It's almost as though there is no language support being loaded. I've tried [18:06:09] php and python and the result is the same.2) no line numbering appears.I wouls appreciate any suggestions. I am at a complete loss as to what to do. I've even tried several other syntax highlighter extensions but they all seem to have their problems.Alex Gorbatchev's Syntax Highligher seems to be missing the SyntaxHighlighter.php file from the [18:06:09] download bundlePaul Grinberg's Code Extension causes the Version page to not loadI am using the dark vector.css overlay, which could affect color, but I should think I wouldn't get every page categorized as having syntax highlighting errors.Thanks in advance. [19:28:25] syntaxhighlight [19:28:29] with syntax highlighting errors", which, from my understanding of the documentation means the language tag is not recognized. I am trying to use [19:28:31] no language support being loaded. I've tried php and python and the result is the same. [19:28:33] missing the SyntaxHighlighter.php file from the download bundle [19:30:10] The PHP entry point is generally considered deprecated, and won't exist for many extensions [23:03:27] is there a "standard" way to add metadata to a wiki page? I know there are categories, is there any more general thing? [23:05:56] What sort of metadata? [23:06:46] I want each page to have an associated language and script [23:08:03] the whole wiki is in english, but it's a wiki for documenting manuscripts in a variety of languages and scripts [23:08:20] and this will help with certain backend stuff we want to keep track of for fonts and such