{"id":79,"date":"2013-03-10T16:26:23","date_gmt":"2013-03-10T16:26:23","guid":{"rendered":"https:\/\/notiz.comanet.xyz\/?p=79"},"modified":"2019-03-03T19:42:31","modified_gmt":"2019-03-03T18:42:31","slug":"mediawiki-faq","status":"publish","type":"post","link":"https:\/\/notiz.comanet.xyz\/?p=79","title":{"rendered":"MediaWiki FAQ"},"content":{"rendered":"<h2> \t<span class=\"mw-headline\" id=\"Installation_And_Configuration\">Installation And Configuration <\/span><\/h2>\n<h3> \t<span class=\"mw-headline\" id=\"Where_do_I_download_MediaWiki.3F\">Where do I download MediaWiki? <\/span><\/h3>\n<p> \tThe latest stable release of MediaWiki can be downloaded from <a class=\"external text\" href=\"http:\/\/download.wikimedia.org\/mediawiki\/\" rel=\"nofollow\">download.wikimedia.org<\/a> or <a class=\"external text\" href=\"http:\/\/sourceforge.net\/project\/showfiles.php?group_id=34373\" rel=\"nofollow\">sourceforge.net<\/a>. Files are supplied in a <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=En:Tar_%28file_format%29&amp;action=edit&amp;redlink=1\" title=\"En:Tar (file format) (page does not exist)\">.tar<\/a><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=En:gzip&amp;action=edit&amp;redlink=1\" title=\"En:gzip (page does not exist)\">.gz<\/a> archive. MediaWiki can also be <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Download_from_SVN&amp;action=edit&amp;redlink=1\" title=\"Download from SVN (page does not exist)\">obtained direct from our Subversion<\/a> repository. See also <em><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Download&amp;action=edit&amp;redlink=1\" title=\"Download (page does not exist)\">Download<\/a><\/em><\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_install_MediaWiki.3F\">How do I install MediaWiki? <\/span><\/h3>\n<p> \tInstalling MediaWiki takes between 10 and 30 minutes, and involves uploading\/copying files, and running the installer script to configure the software.<\/p>\n<p> \tFull instructions can be found in the <tt><strong>INSTALL<\/strong><\/tt> file supplied in the distribution archive.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_install_MediaWiki_using_a_package.3F\">How do I install MediaWiki using a package? <\/span><\/h3>\n<p> \tMany Linux distributions provide MediaWiki in a packaged format for that distribution. The MediaWiki development team refers you to your Linux distribution for assistance with installing, configuring or using them. The individual communities &amp; companies who maintain such packages should provide installation instructions.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"Can_I_install_more_than_one_wiki_on_a_server_using_MediaWiki.3F\">Can I install more than one wiki on a server using MediaWiki? <\/span><\/h3>\n<p> \tIt is possible to install more than one wiki on a server provided that:<\/p>\n<ul>\n<li> \t\tYou use a different database for each wiki<\/li>\n<\/ul>\n<p> \tOR<\/p>\n<ul>\n<li> \t\tYou use a different database prefix for each wiki (for Postgres, you can achieve a similar effect by using different schemas and users)<\/li>\n<\/ul>\n<p> \tFor information on these options, see <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgDBname&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgDBname (page does not exist)\">$wgDBname<\/a><\/strong> and <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgDBprefix&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgDBprefix (page does not exist)\">$wgDBprefix<\/a><\/strong> respectively.<\/p>\n<p> \tFor information on setting up a wiki family, see <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:Wiki_family&amp;action=edit&amp;redlink=1\" title=\"Manual:Wiki family (page does not exist)\">Manual:Wiki family<\/a>.<\/p>\n<p> \tFor information on an alternative way of setting up more than one wiki using the same server, database and source, see <a class=\"external text\" href=\"http:\/\/www.steverumberg.com\/wiki\/index.php\/WikiHelp\" rel=\"nofollow\">Steve Rumberg&#39;s<\/a> excellent expose and additional comments from users.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_add_extra_namespaces.3F\">How do I add extra namespaces? <\/span><\/h3>\n<p> \tTo add a namespace, modify your <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:LocalSettings.php&amp;action=edit&amp;redlink=1\" title=\"Manual:LocalSettings.php (page does not exist)\">LocalSettings.php<\/a><\/strong> file, and add namespaces via <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgExtraNamespaces&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgExtraNamespaces (page does not exist)\">$wgExtraNamespaces<\/a><\/strong>. You can add the following code to add a &quot;Portal&quot; namespace, and it&#39;s corresponding discussion namespace:<\/p>\n<dl>\n<dd> \t\t<tt>$wgExtraNamespaces = array(100 =&gt; &quot;Portal&quot;, 101 =&gt; &quot;Portal_talk&quot;);<\/tt><\/dd>\n<\/dl>\n<p> \t<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Template:Note&amp;action=edit&amp;redlink=1\" title=\"Template:Note (page does not exist)\">Template:Note<\/a> Be sure to add underscores instead of spaces, such as in <tt>Portal_talk<\/tt>. Otherwise, the namespace will not be declared properly!<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_enable_uploading.3F\">How do I enable uploading? <\/span><\/h3>\n<p> \tFile uploads are an often-used feature of MediaWiki, but are disabled by default in all current release versions. To enable them, first make the upload directory (default <tt>images<\/tt>) writable by the web server (chmod 777 or allow the Apache user to write to it, etc.) then set <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgEnableUploads&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgEnableUploads (page does not exist)\">$wgEnableUploads<\/a><\/strong> to <tt>true<\/tt> in LocalSettings.php <em>(i.e. &quot;$wgEnableUploads = true;&quot;)<\/em>. See <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:Configuring_file_uploads&amp;action=edit&amp;redlink=1\" title=\"Manual:Configuring file uploads (page does not exist)\">Manual:Configuring file uploads<\/a><\/strong> for more information.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_purge_a_cached_page.3F\">How do I purge a cached page? <\/span><\/h3>\n<p> \tTo purge a cached page, such as when making changes to the navigation bar, add &amp;action=purge to the end of the page url.<\/p>\n<p> \te.g. <a class=\"external free\" href=\"http:\/\/www.mediawiki.org\/w\/index.php?title=Main_Page&amp;action=purge\" rel=\"nofollow\">http:\/\/www.mediawiki.org\/w\/index.php?title=Main_Page&amp;action=purge<\/a><\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_allow_uploading_of_additional_formats.3F\">How do I allow uploading of additional formats? <\/span><\/h3>\n<p> \tMediaWiki requires that allowed file upload formats are specified using the <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgFileExtensions&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgFileExtensions (page does not exist)\">$wgFileExtensions<\/a><\/strong> configuration directive. Usually this directive is situated in LocalSettings.php in the root of your MediaWiki installation.<\/p>\n<p> \tFor example, to allow uploading of PDF files, add the following to LocalSettings.php:<\/p>\n<pre>$wgFileExtensions[] = &#39;pdf&#39;; <\/pre>\n<p> \t<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Template:Note&amp;action=edit&amp;redlink=1\" title=\"Template:Note (page does not exist)\">Template:Note<\/a> The syntax is different to allow uploading of more than one type of file. To do so, use an array as in the example below which will allow uploading of png, gif, jpg, jpeg, pdf, and txt files.<\/p>\n<pre>$wgFileExtensions = array( &#39;png&#39;, &#39;gif&#39;, &#39;jpg&#39;, &#39;jpeg&#39;, &#39;pdf&#39;, &#39;txt&#39; ); <\/pre>\n<p> \tSee <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:Configuring_file_uploads&amp;action=edit&amp;redlink=1\" title=\"Manual:Configuring file uploads (page does not exist)\">Manual:Configuring file uploads<\/a><\/strong> for more information.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\".22File_is_corrupt_or_has_an_invalid_extension.22\">&quot;File is corrupt or has an invalid extension&quot; <\/span><\/h3>\n<p> \tSome users have reported that after adding a file format to the allowed extensions list, an error is encountered. The text of the error is similar to the following:<\/p>\n<dl>\n<dd> \t\t<em>The file is corrupt or has an incorrect extension. Please check the file and upload again.<\/em><\/dd>\n<\/dl>\n<p> \t<strong>Possible solutions:<\/strong><\/p>\n<ul>\n<li> \t\tSet the value of <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgMimeDetectorCommand&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgMimeDetectorCommand (page does not exist)\">$wgMimeDetectorCommand<\/a><\/strong>, e.g. under Unix or Linux, this would be\n<dl>\n<dd> \t\t\t\t<tt>$wgMimeDetectorCommand = &quot;file --brief --mime&quot;;<\/tt><\/dd>\n<\/dl>\n<\/li>\n<li> \t\tCompile\/install the <strong><a class=\"external text\" href=\"http:\/\/pecl.php.net\/package\/fileinfo\" rel=\"nofollow\">fileinfo<\/a><\/strong>PHP extension\n<ul>\n<li> \t\t\t\tFedora &#8211; yum install php-pecl-Fileinfo<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p> \tSee <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:Mime_type_detection&amp;action=edit&amp;redlink=1\" title=\"Manual:Mime type detection (page does not exist)\">Manual:Mime type detection<\/a><\/strong> for more information.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"Initial_user_was_not_created_by_installer\">Initial user was not created by installer <\/span><\/h3>\n<p> \tSometimes, the installer fails to create the default user, or the user table is lost for some reason. There are a couple of options for solving this:<\/p>\n<h4> \t<span class=\"mw-headline\" id=\"maintenance.2FcreateAndPromote.php\">maintenance\/createAndPromote.php <\/span><\/h4>\n<ul>\n<li> \t\tMake sure <tt>AdminSettings.php<\/tt> is set up (see <tt>AdminSettings.sample<\/tt>)<\/li>\n<li> \t\tExecute <tt>maintenance\/createAndPromote.php<\/tt> from the shell<\/li>\n<\/ul>\n<p> \tThis will create a new user and promote them to an administrator. For help, run the script with the parameter <tt>--help<\/tt>.<\/p>\n<h4> \t<span class=\"mw-headline\" id=\"Alter_the_database\">Alter the database <\/span><\/h4>\n<ul>\n<li> \t\tRegister a new account using the regular method (<a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Special:UserLogin\" title=\"Special:UserLogin\">Special:Userlogin<\/a>)<\/li>\n<li> \t\tCheck the user ID in <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Special:Preferences\" title=\"Special:Preferences\">Special:Preferences<\/a><\/li>\n<li> \t\tExecute the following SQL statement against the database\n<dl>\n<dd> \t\t\t\t<code>INSERT INTO user_groups ( ug_user, ug_group ) VALUES ( &lt;id&gt;, &#39;bureaucrat&#39; ), ( &lt;id&gt;, &#39;sysop&#39; );<\/code><\/dd>\n<\/dl>\n<\/li>\n<\/ul>\n<p> \t<tt>&lt;id&gt;<\/tt> above should be replaced with the appropriate user ID.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_can_I_create_Interwiki_Links_in_my_Wiki.3F\">How can I create Interwiki Links in my Wiki? <\/span><\/h3>\n<h4> \t<span class=\"mw-headline\" id=\"DB_Expert_Answer\">DB Expert Answer<\/span><\/h4>\n<p> \tIf the external wiki is Wikipedia, and you wish to use the prefix &quot;wp&quot; to link to it, run this SQL statement to modify the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Interwiki_table&amp;action=edit&amp;redlink=1\" title=\"Interwiki table (page does not exist)\">Interwiki table<\/a> in your database:<\/p>\n<pre>INSERT INTO interwiki (iw_prefix, iw_url, iw_local, iw_trans) VALUES (&#39;wp&#39;, &#39;http:\/\/en.wikipedia.org\/wiki\/$1&#39;, &#39;0&#39;, &#39;0&#39;); <\/pre>\n<p> \tThe $1 indicates the article name on the external wiki.<\/p>\n<h4> \t<span class=\"mw-headline\" id=\"Typical-User_Answer\"><strong>Typical-User Answer<\/strong><\/span><\/h4>\n<p> \tIn a graphical SQL program (i.e. PhpMyAdmin), go to the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Interwiki_table&amp;action=edit&amp;redlink=1\" title=\"Interwiki table (page does not exist)\">interwiki table<\/a>. Choose the option to insert (a row). In the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Interwiki_table&amp;action=edit&amp;redlink=1\" title=\"Interwiki table (page does not exist)\">iw_prefix<\/a> field, enter your desired interwiki prefix. In the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Interwiki_table&amp;action=edit&amp;redlink=1\" title=\"Interwiki table (page does not exist)\">iw_url<\/a> field, enter the Base URL of the <em><strong>external<\/strong><\/em> wiki plus the text &quot;$1&quot; as mentioned in the DB Expert Answer above. <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Interwiki_table&amp;action=edit&amp;redlink=1\" title=\"Interwiki table (page does not exist)\">iw_local<\/a> and <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Interwiki_table&amp;action=edit&amp;redlink=1\" title=\"Interwiki table (page does not exist)\">iw_trans<\/a> have default values of zero (0). You may leave them as zero.<\/p>\n<p> \tFor <em><strong>more<\/strong><\/em> <strong>information<\/strong>, see <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Help:Interwiki_linking&amp;action=edit&amp;redlink=1\" title=\"Help:Interwiki linking (page does not exist)\">Help:Interwiki_linking<\/a><\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_make_my_base_URLs_shorter.3F_.28i.e._.2Fwiki.2FArticle_Name_as_opposed_to_.2Fw.2Findex.php.3Ftitle.3DArticle_Name.29\">How do I make my base URLs shorter? (i.e. \/wiki\/Article_Name as opposed to \/w\/index.php?title=Article_Name) <\/span><\/h3>\n<p> \tSee <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:Short_URL&amp;action=edit&amp;redlink=1\" title=\"Manual:Short URL (page does not exist)\">Manual:Short URL<\/a>.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"Is_downloading_and_using_all_of_MediaWiki.org_free.3F\">Is downloading and using all of MediaWiki.org free?<\/span><\/h3>\n<p> \tYes, it is free in the sense of <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=En:Free_software&amp;action=edit&amp;redlink=1\" title=\"En:Free software (page does not exist)\">Free software<\/a>. See <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Notiz_Wiki:Copyrights&amp;action=edit&amp;redlink=1\" title=\"Notiz Wiki:Copyrights (page does not exist)\">Project:Copyrights<\/a> for licensing issues regarding the written content of this site.<\/p>\n<h2> \t<span class=\"mw-headline\" id=\"Upgrading\">Upgrading<\/span><\/h2>\n<p> \tGeneric instructions on the upgrade process can be found in the <strong><tt>UPGRADE<\/tt><\/strong> file supplied with the software. See also <em><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:Upgrading&amp;action=edit&amp;redlink=1\" title=\"Manual:Upgrading (page does not exist)\">Manual:Upgrading<\/a><\/em>.<\/p>\n<h2> \t<span class=\"mw-headline\" id=\"Changing_the_Interface\">Changing the Interface <\/span><\/h2>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_change_the_logo.3F\">How do I change the logo? <\/span><\/h3>\n<p> \tThe logo that appears in the top left of each page is determined by the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgLogo&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgLogo (page does not exist)\">$wgLogo<\/a> configuration setting in the <em>LocalSettings.php<\/em> file.<\/p>\n<p> \tTo change this you simply need to change the value of $wgLogo to point to the URL of your own logo image. You can upload a file via the wiki and use that address (which allows it to be replaced easily, so you may want to protect the page if you use this method) or use an image uploaded to your server via other means.<\/p>\n<p> \t<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Template:Caution&amp;action=edit&amp;redlink=1\" title=\"Template:Caution (page does not exist)\">Template:Caution<\/a> It is possible to simply overwrite the default logo installed with MediaWiki, but this is strongly advised against, as an upgrade may end up overwriting it or change the default location of this file.<\/p>\n<p> \t<em>Tip: The logo image should be 135 pixels square.<\/em><\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_customize_the_logo_in_the_top_left_corner.3F_Can_I.3F\">How do I customize the logo in the top left corner? Can I? <\/span><\/h3>\n<p> \tThe logo is a portlet block without a pBody section. It is identified by the p-logo id. The background image is specified by the <strong>wgLogo<\/strong> variable, which is defined in \/includes\/DefaultSettings.php. This location is relative to the web server root and not the system root. Redefine this in \/<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=LocalSettings.php&amp;action=edit&amp;redlink=1\" title=\"LocalSettings.php (page does not exist)\">LocalSettings.php<\/a> to change the image. If set wrong there will be no image on the page; check your web server error log and adjust accordingly. However the size of the p-logo will need to be big enough for the logo if it is not to be clipped. This is set in the stylesheet (Main.css in monobook), under the p-logo style, the default setting is:<\/p>\n<pre>#p-logo {     z-index: 3;     position:absolute; \/*needed to use z-index *\/     top: 0;     left: 0;     height: 155px;     width: 12em;     overflow: visible; } <\/pre>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_customize_the_URL_of_the_logo_in_the_top_left_corner_when_you_click_it.3F\">How do I customize the URL of the logo in the top left corner when you click it? <\/span><\/h3>\n<p> \tBy default, clicking the logo takes you to the main page. If you want to change which page is the main page, edit <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Mainpage\" title=\"MediaWiki:Mainpage\">MediaWiki:Mainpage<\/a>. Or to make the link go to any arbitrary URL, for Monobook skin, edit Monobook.php and find and replace <code>&lt;?php echo htmlspecialchars($this-&gt;data[&#39;nav_urls&#39;][&#39;mainpage&#39;][&#39;href&#39;])?&gt;<\/code> with the URL of your choice and replace <code>&lt;?php $this-&gt;msg(&#39;mainpage&#39;)&nbsp;?&gt;<\/code> with the desired link title.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"Reducing_the_size_of_the_logo\">Reducing the size of the logo<\/span><\/h3>\n<p> \tNote that a tag is on top of the logo so if you are trying to reduce the size of the logo&#39;s portlet you will also need to change the #p-logo a and #p-logo a:hover rules. The default setting for these is:<\/p>\n<pre> #p-logo a,  #p-logo a:hover {     display: block;     height: 200px;     width: 12.2em;     background-repeat: no-repeat;     background-position: 35% 50% !important;     text-decoration: none;  } <\/pre>\n<p> \tThis simple customization will re-define the size of all of them at once&#8230;<\/p>\n<pre> #p-logo,  #p-logo a,  #p-logo a:hover {     height: 75px; } <\/pre>\n<p> \tThere is one more rule controlling the amount of space between the logo and first portlet in the side column &#8211; the padding on the top of #column-one. By default this is:<\/p>\n<pre>#column-one { padding-top: 160px; } <\/pre>\n<p> \tIf you want to remove the logo completely, comment out the <strong>wgLogo<\/strong> variable. Then set the column-one padding to a small value, such as 21:<\/p>\n<pre>#column-one { padding-top: 21px; } <\/pre>\n<p> \tYou don&#39;t have to go edit the css file directly. You can go to &lt;Your Wiki URL&gt;?title=MediaWiki:Monobook.css. Hit edit and make your changes there. This has preference over the monobook main css.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_change_the_icon_in_the_browser.27s_address_line_.28favicon.29.3F\">How do I change the icon in the browser&#39;s address line (favicon)? <\/span><\/h3>\n<ul>\n<li> \t\tSimply replace the favicon.ico image file at the root of your wiki with the .ico image file you want.<\/li>\n<li> \t\tAlternatively edit the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgFavicon&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgFavicon (page does not exist)\">$wgFavicon<\/a> setting in <em>LocalSettings.php<\/em> and add $wgFavicon = &quot;$wgScriptPath\/path\/to\/your\/favicon.ico&quot;;<\/li>\n<\/ul>\n<h4> \t<span class=\"mw-headline\" id=\"Rewrite_Rule\">Rewrite Rule <\/span><\/h4>\n<p> \tIf you are using a rewrite rule in .htaccess to remove &quot;index.php&quot; from the URL, you will also need to add an exception for .ico files. Simply add the following rule to your .htaccess:<\/p>\n<dl>\n<dd> \t\tRewriteRule .*\\.ico$ &#8211; [L]<\/dd>\n<\/dl>\n<p> \tThis rule must appear <em>before<\/em> the index.php rule. lllll<\/p>\n<h4> \t<span class=\"mw-headline\" id=\"Case_Sensitivity\">Case Sensitivity <\/span><\/h4>\n<p> \tWhen uploading the favicon file, be sure the filename is in lowercase. (That is, &quot;favicon.ico&quot;, not &quot;Favicon.ico&quot;.) A lot of servers (e.g., those on UNIX-like operating systems) will not be able to find the file unless its name is in lowercase.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_customize_the_navigation_bar.3F\">How do I customize the navigation bar? <\/span><\/h3>\n<p> \tThe contents of the navigation bar which appears to the left of each page using the Monobook skin are determined by the <strong><a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Sidebar\" title=\"MediaWiki:Sidebar\">MediaWiki:Sidebar<\/a><\/strong> page. For information on customising these, please see <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:Navigation_bar&amp;action=edit&amp;redlink=1\" title=\"Manual:Navigation bar (page does not exist)\">Manual:Navigation bar<\/a>.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_put_a_text_message_.28sitenotice.29_on_every_page.3F\">How do I put a text message (sitenotice) on every page? <\/span><\/h3>\n<p> \tPut a text in the <strong><a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Sitenotice\" title=\"MediaWiki:Sitenotice\">MediaWiki:Sitenotice<\/a><\/strong> page. It will be displayed on top of every article page.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_change_the_main_page.3F\">How do I change the main page? <\/span><\/h3>\n<p> \tBy default, MediaWiki looks for a page with the title <em>Main Page<\/em> and serves this as the default page. This can be changed by altering the contents of <strong><a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Mainpage\" title=\"MediaWiki:Mainpage\">MediaWiki:Mainpage<\/a><\/strong> to point to a different title. This will not affect any of the links of the main navigation bar, including the &#39;Main Page&#39; link included there at install time; to change these links, edit <strong><a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Sidebar\" title=\"MediaWiki:Sidebar\">MediaWiki:Sidebar<\/a><\/strong>.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_hide_the_main_page_title.3F\">How do I hide the main page title? <\/span><\/h3>\n<p> \tMediaWiki does not have a built-in option to hide the main page title (see <a class=\"extiw\" href=\"http:\/\/bugzilla.wikipedia.org\/6129\" title=\"mediazilla:6129\">bug 6129<\/a>). Instead you must use JavaScript or CSS.<\/p>\n<h4> \t<span class=\"mw-headline\" id=\"Pre-1.9\">Pre-1.9<\/span><\/h4>\n<p> \tBefore MediaWiki 1.9, you will need to use <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=W:JavaScript&amp;action=edit&amp;redlink=1\" title=\"W:JavaScript (page does not exist)\">JavaScript<\/a>. Some code that may or may not work is as follows (replace &quot;Main Page&quot; with the name of your main page if it differs):<\/p>\n<p> \t&lt;source lang=&quot;javascript&quot;&gt; var isMainPage = (document.title.substr(0, document.title.lastIndexOf(&quot; &#8211; &quot;)) == &quot;Main Page&quot;); var isDiff = (document.location.search &amp;&amp;<\/p>\n<pre>                (document.location.search.indexOf(&quot;diff=&quot;)&nbsp;!= -1 ||                     document.location.search.indexOf(&quot;oldid=&quot;)&nbsp;!= -1                 )             ); <\/pre>\n<p> \tif (isMainPage &amp;&amp;&nbsp;!isDiff) {<\/p>\n<pre>   document.write(&#39;&lt;style type=&quot;text\/css&quot;&gt;\/*&lt;![CDATA[*\/ h1.firstHeading { display: none !important; } \/*]]&gt;*\/&lt;\/style&gt;&#39;); <\/pre>\n<p> \t} &lt;\/source&gt;<\/p>\n<p> \tAlternatively, you can manually apply the patch from <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Rev:17119&amp;action=edit&amp;redlink=1\" title=\"Rev:17119 (page does not exist)\">r17119<\/a> to your copy of MediaWiki and use the solution for 1.9.<\/p>\n<h4> \t<span class=\"mw-headline\" id=\"1.9_and_above\">1.9 and above<\/span><\/h4>\n<p> \tIn 1.9 and above, you can rely on <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=W:Cascading_Style_Sheets&amp;action=edit&amp;redlink=1\" title=\"W:Cascading Style Sheets (page does not exist)\">CSS<\/a> to hide it. Replace &quot;Main_Page&quot; with the appropriate page name, here with spaces replaced by underscores.<\/p>\n<p> \t&lt;source lang=&quot;css&quot;&gt; body.page-Main_Page h1.firstHeading { display:none; } &lt;\/source&gt;<\/p>\n<p> \tIf that doesn&#39;t work, look at the HTML source code to find the correct class to replace &quot;page-Main_Page&quot; with:<\/p>\n<p> \t&lt;source lang=&quot;html4strict&quot;&gt; &lt;body class=&quot;mediawiki ns-0 ltr page-Some_title&quot;&gt; &lt;\/source&gt;<\/p>\n<p> \tIf no such class exists, then you cannot use this feature. You may be using a custom or outdated skin.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_can_I_hide_the_table_of_contents.3F\">How can I hide the table of contents? <\/span><\/h3>\n<dl>\n<dt> \t\tFor one page<\/dt>\n<\/dl>\n<p> \tPlace the magic word <tt><strong>__NOTOC__<\/strong><\/tt> into the page markup.<\/p>\n<dl>\n<dt> \t\tFor all pages<\/dt>\n<\/dl>\n<p> \tEdit the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=En:CSS&amp;action=edit&amp;redlink=1\" title=\"En:CSS (page does not exist)\">CSS<\/a> files; locate the style for the table of contents and add <tt><strong>display: none;<\/strong><\/tt> to the definition.<\/p>\n<dl>\n<dt> \t\tPer user<\/dt>\n<\/dl>\n<p> \tUsers can also opt to have the table of contents hidden. This is a user preference, set in <strong><a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Special:Preferences\" title=\"Special:Preferences\">Special:Preferences<\/a><\/strong>.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_change_the_interface_text.3F\">How do I change the interface text? <\/span><\/h3>\n<p> \tInterface text is altered using the MediaWiki namespace. For each deviation from the default in the site language there is a page MediaWiki:<em>Englishmessagename<\/em>, and for each deviation from the default in each other language a page MediaWiki:<em>Englishmessagename<\/em>\/<em>languagecode<\/em>. (Since release 1.9 there are no pages for messages equal to the default.). On creation of a page the edit box autofills with the default. When creating a page to override the default it is useful to first save the default version, to allow diffs with it. See also <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Meta:Help:System_messages&amp;action=edit&amp;redlink=1\" title=\"Meta:Help:System messages (page does not exist)\">meta:Help:System messages<\/a>.<\/p>\n<ul>\n<li> \t\tFor a list of system messages, see <strong><a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Special:AllMessages\" title=\"Special:AllMessages\">Special:Allmessages<\/a><\/strong><\/li>\n<li> \t\tTo switch <em>off<\/em> the MediaWiki namespace, see the <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgUseDatabaseMessages&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgUseDatabaseMessages (page does not exist)\">$wgUseDatabaseMessages<\/a><\/strong> configuration setting<\/li>\n<li> \t\tTo remove the <em>Privacy policy<\/em> or <em>Disclaimers<\/em> links at the bottom of each page, set the content of pages <strong><a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Privacy\" title=\"MediaWiki:Privacy\">MediaWiki:Privacy<\/a><\/strong> or <strong><a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Disclaimers\" title=\"MediaWiki:Disclaimers\">MediaWiki:Disclaimers<\/a><\/strong> respectively to a single minus sign.<\/li>\n<\/ul>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_change_the_interface_language.3F\">How do I change the interface language? <\/span><\/h3>\n<p> \tTo change the default interface language, alter the value of <tt><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgLanguageCode&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgLanguageCode (page does not exist)\">$wgLanguageCode<\/a><\/tt> in <tt>LocalSettings.php<\/tt>, e.g.<\/p>\n<dl>\n<dd> \t\t<code>$wgLanguageCode = &quot;fr&quot;;<\/code><\/dd>\n<\/dl>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_remove_the_article.2Fedit_etc_tabs_for_users_who_are_not_logged_in.3F\">How do I remove the article\/edit etc tabs for users who are not logged in? <\/span><\/h3>\n<p> \tYou can achieve this by modifying the skin. For the default MonoBook skin, in the <em>MonoBook.php<\/em> file, search for this line:<\/p>\n<pre>foreach($this-&gt;data[&#39;content_actions&#39;] as $key =&gt; $tab) { <\/pre>\n<p> \tand insert after <em>$tab)<\/em> this<\/p>\n<pre>if($this-&gt;data[&#39;loggedin&#39;]==1) <\/pre>\n<p> \thad to place inside the &lt;?php). So it looks like this:<\/p>\n<pre>foreach($this-&gt;data[&#39;content_actions&#39;] as $key =&gt; $tab) if($this-&gt;data[&#39;loggedin&#39;]==1) { <\/pre>\n<p> \tTo conditionally hide individual tabs, modify the code to check the value of each $key inside the foreach loop. Or you can write a &#39;hook&#39; extension (around SkinTemplateXYZ) to modify the tab list.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_add.2Fremove_tabs_in_general.3F\">How do I add\/remove tabs in general?<\/span><\/h3>\n<p> \tTo (for example) remove the talk tab and then add one that always goes to the main page you would save this code in (for example) extensions\/AR-Tabs.php:<\/p>\n<pre>$wgHooks[&#39;SkinTemplateContentActions&#39;][] = &#39;ReplaceTabs&#39;; function ReplaceTabs ($content_actions) {    unset( $content_actions[&#39;talk&#39;] );    \/\/only this to remove an action     $maintitle = Title::newFromText(wfMsg(&#39;mainpage&#39;) );      $main_action[&#39;main&#39;] = array(        &#39;class&#39; =&gt; false or &#39;selected&#39;,    \/\/if the tab should be highlighted        &#39;text&#39; =&gt; wfMsg(&#39;sitetitle&#39;),     \/\/what the tab says        &#39;href&#39; =&gt; $maintitle-&gt;getFullURL(),   \/\/where it links to      );      $content_actions = array_merge( $main_action, $content_actions);   \/\/add a new action } <\/pre>\n<p> \tand then add<\/p>\n<pre>require_once(&quot;extensions\/AR-Tabs.php&quot;); <\/pre>\n<p> \tto the bottom of LocalSettings.php<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_remove_the_.22Talk_for_this_IP.22_link_at_the_top_right_when_.24wgDisableAnonTalk_is_true\">How do I remove the &quot;Talk for this IP&quot; link at the top right when $wgDisableAnonTalk is true<\/span><\/h3>\n<p> \tIn SkinTemplate.php line 489 (in version 1.9.2 and 1.9.3) change<\/p>\n<pre>   global $wgTitle, $wgShowIPinHeader; <\/pre>\n<p> \tto<\/p>\n<pre>   global $wgTitle, $wgShowIPinHeader, $wgDisableAnonTalk; <\/pre>\n<p> \tand lines 547 &#8211; 554 from<\/p>\n<pre>     $usertalkUrlDetails = $this-&gt;makeTalkUrlDetails($this-&gt;userpage);      $href = &amp;$usertalkUrlDetails[&#39;href&#39;];      $personal_urls[&#39;anontalk&#39;] = array(        &#39;text&#39; =&gt; wfMsg(&#39;anontalk&#39;),        &#39;href&#39; =&gt; $href,        &#39;class&#39; =&gt; $usertalkUrlDetails[&#39;exists&#39;]?false:&#39;new&#39;,        &#39;active&#39; =&gt; ( $pageurl == $href )      ); <\/pre>\n<p> \tto (adding the if statement and indenting existing lines)<\/p>\n<pre>     if(&nbsp;!$wgDisableAnonTalk ) {        $usertalkUrlDetails = $this-&gt;makeTalkUrlDetails($this-&gt;userpage);        $href = &amp;$usertalkUrlDetails[&#39;href&#39;];        $personal_urls[&#39;anontalk&#39;] = array(         &#39;text&#39; =&gt; wfMsg(&#39;anontalk&#39;),         &#39;href&#39; =&gt; $href,         &#39;class&#39; =&gt; $usertalkUrlDetails[&#39;exists&#39;]?false:&#39;new&#39;,         &#39;active&#39; =&gt; ( $pageurl == $href )        );      }; <\/pre>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_remove_the_.22Create_an_Account_or_Login.22_link_at_the_top_right_of_the_screen.3F\">How do I remove the &quot;Create an Account or Login&quot; link at the top right of the screen?<\/span><\/h3>\n<p> \tIn Monobook.php change this statement:<\/p>\n<pre> foreach($this-&gt;data[&#39;personal_urls&#39;] as $key =&gt; $item) { <\/pre>\n<p> \tto:<\/p>\n<pre>foreach($this-&gt;data[&#39;personal_urls&#39;] as $key =&gt; $item)  if($this-&gt;data[&#39;loggedin&#39;]==1) { <\/pre>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_hide_the_section_edit_links_for_users_who_are_not_logged_in.3F\">How do I hide the section edit links for users who are not logged in? <\/span><\/h3>\n<p> \tEdit your skin, eg MonoBook.php, and add this before &lt;\/head&gt;:<\/p>\n<pre>&lt;?php if(!$this-&gt;data[&#39;loggedin&#39;]) {&nbsp;?&gt;       &lt;style&gt;         .editsection { display: none; }       &lt;\/style&gt;  &lt;?php }&nbsp;?&gt; <\/pre>\n<p> \tIf you want to hide the links for all users including logged in users, instead edit monobook\/main.css and add <code>.editsection { display: none; }<\/code><\/p>\n<p> \tA far better way to do this is by editing your <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=LocalSettings.php&amp;action=edit&amp;redlink=1\" title=\"LocalSettings.php (page does not exist)\">LocalSettings.php<\/a> file and changing the default setting for the display of these section edits. Then it will apply to all skins, not just the default one you have selected for your wiki. What is required is to add the following line of code to the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=LocalSettings.php&amp;action=edit&amp;redlink=1\" title=\"LocalSettings.php (page does not exist)\">LocalSettings.php<\/a> file:<\/p>\n<pre>$wgDefaultUserOptions [&#39;editsection&#39;] = 0;<\/pre>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_change_the_footer.3F\">How do I change the footer?<\/span><\/h3>\n<p> \tTo add or remove items from the footer on your MediaWiki page, you must edit the skin.<\/p>\n<p> \tFor example: if you go in to MonoBook.php (located by default in the &quot;Skins&quot; folder) you will find the following code:<\/p>\n<pre> $footerlinks = array(    &#39;lastmod&#39;, &#39;viewcount&#39;, &#39;numberofwatchingusers&#39;, &#39;credits&#39;, &#39;copyright&#39;,    &#39;privacy&#39;, &#39;about&#39;, &#39;disclaimer&#39;, &#39;tagline&#39;,   ); <\/pre>\n<p> \tIn the above you can simply add and remove items from the footer that you wish to appear in your footer. Remember the changes may not appear immediatly because of <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=File_cache&amp;action=edit&amp;redlink=1\" title=\"File cache (page does not exist)\">MediaWiki caches<\/a>.<\/p>\n<p> \tYou can also customize the individual items by modifying certain pages or parameters:<\/p>\n<ul>\n<li> \t\tlastmod &#8211; edit <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Lastmodified&amp;action=edit&amp;redlink=1\" title=\"MediaWiki:Lastmodified (page does not exist)\">MediaWiki:Lastmodified<\/a><\/li>\n<li> \t\tviewcount &#8211; edit <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Viewcount\" title=\"MediaWiki:Viewcount\">MediaWiki:Viewcount<\/a><\/li>\n<li> \t\tnumberofwatchingusers &#8211; edit <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Number_of_watching_users_pageview\" title=\"MediaWiki:Number of watching users pageview\">MediaWiki:Number of watching users pageview<\/a>. This only appears if you also add <code>$wgPageShowWatchingUsers = true;<\/code> to LocalSettings.php.<\/li>\n<li> \t\tcopyright &#8211; edit <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Copyright\" title=\"MediaWiki:Copyright\">MediaWiki:Copyright<\/a>. The parameter $1 on that page is replaced with a link to the details of copyright for your wiki. In LocalSettings.php $wgRightsText for the link text and set either $wgRightsPage or $wgRightsUrl with the location of a wiki page or external URL.<\/li>\n<li> \t\tprivacy &#8211; this is a link only. Edit <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Privacy\" title=\"MediaWiki:Privacy\">MediaWiki:Privacy<\/a> for the link text and <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Privacypage\" title=\"MediaWiki:Privacypage\">MediaWiki:Privacypage<\/a> for the wiki page to which to link.<\/li>\n<li> \t\tabout &#8211; this is a link only. Edit <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Aboutsite\" title=\"MediaWiki:Aboutsite\">MediaWiki:Aboutsite<\/a> for the link text and <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Aboutpage\" title=\"MediaWiki:Aboutpage\">MediaWiki:Aboutpage<\/a> for the wiki page to which to link.<\/li>\n<li> \t\tdisclaimer &#8211; this is a link only. Edit <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Disclaimers\" title=\"MediaWiki:Disclaimers\">MediaWiki:Disclaimers<\/a> for the link text and <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Disclaimerpage\" title=\"MediaWiki:Disclaimerpage\">MediaWiki:Disclaimerpage<\/a> for the wiki page to which to link.<\/li>\n<li> \t\ttagline &#8211; not currently used in the footer<\/li>\n<\/ul>\n<h3> \t<span class=\"mw-headline\" id=\"How_can_I_change_what_the_.3Ctitle.3E_of_each_page_is.3F_Where_do_I_make_changes.3F\">How can I change what the &lt;title&gt; of each page is? Where do I make changes?<\/span><\/h3>\n<p> \tMost of the text that you want to change, can be found in the namespace of MediaWiki.<\/p>\n<p> \tIn order to change titles, texts, announcements and the such, go to Special:Allmessages, where you will see the text associated with the pages you wish to change. (As far as I can tell, you need to log in as an administrator (like the one you made when you installed) to edit the protected entries in the MediaWiki namespace.)<\/p>\n<p> \tIf you want to change the title in your browser, you need to edit <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Pagetitle\" title=\"MediaWiki:Pagetitle\">MediaWiki:pagetitle<\/a>. Go there and edit it just like you would any other page in your Wiki.<\/p>\n<p> \tIn recent versions of MediaWiki, <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki:Pagetitle\" title=\"MediaWiki:Pagetitle\">MediaWiki:pagetitle<\/a> is $1 &#8211; {{SITENAME}} by default. If {{SITENAME}} is producing the wrong text for you, you need to set $wgSitename in your LocalSettings.php.<\/p>\n<p> \tIf $wgSitename is correct in LocalSettings.php but {{SITENAME}} is still wrong, it may be that you&#39;re using a user-contributed language file which incorrectly sets $wgSitename to a transliteration of &quot;Wikipedia&quot;. Edit the language file to correct this. For example, the hebrew language file is at <tt>languages\/LanguageHe.php<\/tt> in your wiki directory.<\/p>\n<p> \tDon&#39;t forget to clear your browser cache after you fix it.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_make_external_links_open_in_a_new_window.3F\">How do I make external links open in a new window?<\/span><\/h3>\n<p> \tSee <a class=\"external free\" href=\"http:\/\/meta.wikimedia.org\/wiki\/Opening_external_links_in_a_new_window\" rel=\"nofollow\">http:\/\/meta.wikimedia.org\/wiki\/Opening_external_links_in_a_new_window<\/a>.<\/p>\n<h3> \t<span class=\"editsection\">[<a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=MediaWiki_FAQ&amp;action=edit&amp;section=45\" title=\"Edit section: How can I suppress MediaWiki to format urls, tags, etc?\">edit<\/a>]<\/span> <span class=\"mw-headline\" id=\"How_can_I_suppress_MediaWiki_to_format_urls.2C_tags.2C_etc.3F\">How can I suppress MediaWiki to format urls, tags, etc?<\/span><\/h3>\n<pre>svn co &lt;nowiki&gt;http:\/\/somwhere.in.the.net\/myproject\/&lt;\/nowiki&gt; <\/pre>\n<p> \t<span>svn co <a class=\"smarterwiki-linkify\" href=\"http:\/\/somewhere.in.the.net\/myproject\/\">http:\/\/somewhere.in.the.net\/myproject\/<\/a> <\/span><\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_can_I_force_users_to_preview_before_they_save.3F\">How can I force users to preview before they save?<\/span><\/h3>\n<p> \tTo curb cursory negligence it may be desirable to disable the save button on the edit page, so users <em>must<\/em> preview first.<\/p>\n<p> \tHere&#39;s how to reach that goal by only showing the save button on the preview page:<\/p>\n<p> \tIn \/includes\/EditPage.php, find (line number 1238 in mediawiki-1.9.0, 1158 in mediawiki-1.8.2):<\/p>\n<pre>&quot;&lt;div class=&#39;editButtons&#39;&gt; \t{$buttons[&#39;save&#39;]} \t{$buttons[&#39;preview&#39;]} <\/pre>\n<p> \tand replace these three lines with the following seven<\/p>\n<pre>&quot;&lt;div class=&#39;editButtons&#39;&gt;&quot;); \tif ( $this-&gt;formtype == &#39;preview&#39;) { \t\t$wgOut-&gt;addHTML( &quot;{$buttons[&#39;save&#39;]}&quot;); \t} \t$wgOut-&gt;addHTML( &quot;{$buttons[&#39;preview&#39;]} <\/pre>\n<h2> \t<span class=\"mw-headline\" id=\"Basic_Usage\">Basic Usage<\/span><\/h2>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_edit_a_page.3F\">How do I edit a page?<\/span><\/h3>\n<p> \tTo edit a page, simply click the <strong>edit<\/strong> link that appears on each page. Using the default MonoBook skin, this is in the form of a tab at the top of the page. A form will appear, containing the existing markup. When you have finished making modifications, click the <strong>Save<\/strong> button to commit your changes.<\/p>\n<p> \t<em>See also:<\/em> <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Template:Meta&amp;action=edit&amp;redlink=1\" title=\"Template:Meta (page does not exist)\">Template:Meta<\/a><\/p>\n<h3> \t<span class=\"editsection\">[<\/span><span class=\"mw-headline\" id=\"How_do_I_create_a_new_page.3F\">How do I create a new page?<\/span><\/h3>\n<p> \tThere are several paths to creating a new page:<\/p>\n<ul>\n<li> \t\tCreate a link to the page on another page, then click on the red link which appears<\/li>\n<li> \t\t<span>Browse to the intended location of the page, e.g. <a class=\"smarterwiki-linkify\" href=\"http:\/\/www.foowiki.org\/index.php?title=New_page\">http:\/\/www.foowiki.org\/index.php?title=New_page<\/a> and click on the <\/span><strong>edit<\/strong> link.<\/li>\n<\/ul>\n<p> \tOn some wikis, a failed search for a page will contain a link which allows you to edit that page.<\/p>\n<p> \tsee <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Help:Starting_a_new_page&amp;action=edit&amp;redlink=1\" title=\"Help:Starting a new page (page does not exist)\">Help:Starting a new page<\/a><\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_delete_an_old_version_of_a_page.3F\">How do I delete an old version of a page? <\/span><\/h3>\n<p> \tOld versions of page data are retained in the database and can be accessed via the page history features. This is useful for reviewing changes and correcting or reverting undesirable ones, but in some cases, administrators might want to make this information unavailable, for legal reasons, or to reduce the size of the database.<\/p>\n<ul>\n<li> \t\tAdministrators can delete an old revision of a page by deleting the page, and then selectively undeleting revisions to be kept<\/li>\n<li> \t\tThe <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Extension:Oversight&amp;action=edit&amp;redlink=1\" title=\"Extension:Oversight (page does not exist)\">Oversight<\/a> extension (also known as <em>HideRevision<\/em>) can be used to move harmful revisions out of page histories<\/li>\n<li> \t\tThe <tt>maintenance\/deleteOldRevisions.php<\/tt> maintenance script can mass-delete all old revisions of pages and their associated text records<\/li>\n<\/ul>\n<dl>\n<dt> \t\tregarding deleteOldRevisions.php<\/dt>\n<dd> \t\tI included it in LocalSettings.php, but it says I need to use it on commandline. So, I tried it on Putty&#39;s SSH commandline, but it is not recognized as a command. I would appreciate it very much if you would be so kind to give me a step-by-step instruction to get to the commandline in question and how to place deleteOldRevisions.php so that it works. I find many useful looking tools in the maintenance folder but I have not been able to use any of them due to the lack of this basic knowledge. Thank you in advance. &#8212;<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=User:Kohyin&amp;action=edit&amp;redlink=1\" title=\"User:Kohyin (page does not exist)\">Kohyin<\/a> 17:09, 23 February 2007 (UTC)<\/dd>\n<\/dl>\n<h3> \t<span class=\"mw-headline\" id=\"Are_there_any_editing_tutorials_available.3F\">Are there any editing tutorials available?<\/span><\/h3>\n<p> \tThere are several editing tutorials available, mostly on Wikimedia sister projects, such as Wikipedia. There are also markup references, etc. available on <em>Meta<\/em>.<\/p>\n<ul>\n<li> \t\t<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=M:Help:Editing&amp;action=edit&amp;redlink=1\" title=\"M:Help:Editing (page does not exist)\">Editing<\/a> help content on <em>Meta<\/em><\/li>\n<li> \t\tThe <em><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=En:Wikipedia:How_to_edit_a_page&amp;action=edit&amp;redlink=1\" title=\"En:Wikipedia:How to edit a page (page does not exist)\">How to edit a page<\/a><\/em> guide on the English Wikipedia<\/li>\n<\/ul>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_view_the_printable_form_of_a_page.3F\">How do I view the printable form of a page?<\/span><\/h3>\n<p> \tMediaWiki includes stylesheets which automatically style a page appropriately when it is printed; using the print or print preview function within your browser ought to render the page in a printable form.<\/p>\n<p> \tYou can also view this printable form using the <em>printable version<\/em> link in the toolbox.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_reset_a_password.3F\">How do I reset a password? <\/span><\/h3>\n<p> \tYou can use the <tt>maintenance\/changePassword.php<\/tt> maintenance script to reset a user&#39;s password.<\/p>\n<p> \t<strong>You have to run the script from the command line.<\/strong> In other words, log into the server where your wiki is installed, then open a command prompt. Go to the installation directory, then go to the maintenance subdirectory. Run the following command:<\/p>\n<pre>php changePassword.php --user=someuser --password=somepass <\/pre>\n<p> \tWhere obviously &quot;somepass&quot; is changed to the password you want to set and &quot;someuser&quot; is changed to the user name as it is listed in the table &quot;user&quot;.<\/p>\n<p> \tYou can also use the old way, by modifying the database directly. Assuming that <var>$wgPasswordSalt<\/var> is set to true (the default), you can use the following SQL query for MySQL:<\/p>\n<pre>UPDATE user SET user_password = MD5(CONCAT(user_id, &#39;-&#39;,    MD5(&#39;somepass&#39;))) WHERE user_name = &#39;someuser&#39;; <\/pre>\n<p> \tWhere obviously &quot;somepass&quot; is changed to the password you want to set and &quot;someuser&quot; is changed to the user name as it is listed in the table &quot;user&quot;.<\/p>\n<p> \t<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Template:Note&amp;action=edit&amp;redlink=1\" title=\"Template:Note (page does not exist)\">Template:Note<\/a> The <tt>user_id<\/tt> in the CONCAT string is a column name and is not meant to be replaced with &#39;someuser&#39;<\/p>\n<p> \t<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Template:Note&amp;action=edit&amp;redlink=1\" title=\"Template:Note (page does not exist)\">Template:Note<\/a> If you obtain a &#39;dbname.user table does not exist&#39; error, please check the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:LocalSettings.php&amp;action=edit&amp;redlink=1\" title=\"Manual:LocalSettings.php (page does not exist)\">LocalSettings.php<\/a> file, and double-check the value for the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgDBprefix&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgDBprefix (page does not exist)\">$wgDBprefix<\/a> variable. If that variable is not empty, try repeating the command, replacing <tt>$wgDBPreix_user<\/tt> instead of <tt>user<\/tt> in the <tt>UPDATE<\/tt> clause of the SQL statement.<\/p>\n<p> \tIf using Postgres, use this query instead:<\/p>\n<pre> UPDATE mwuser SET user_password =    md5(user_id || &#39;-&#39; || md5(&#39;somepass&#39;)) WHERE user_name=&#39;someuser&#39;; <\/pre>\n<h2> \t<span class=\"mw-headline\" id=\"Customising_Further\">Customising Further<\/span><\/h2>\n<h3> \t<span class=\"mw-headline\" id=\"How_can_I_prevent_editing_by_anonymous_users.3F\">How can I prevent editing by anonymous users?<\/span><\/h3>\n<p> \tAs of MediaWiki 1.5 onwards, there have been significant improvements to user permissions settings which make restricting access to certain functions easier and more flexible. These are controlled by the <strong><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:$wgGroupPermissions&amp;action=edit&amp;redlink=1\" title=\"Manual:$wgGroupPermissions (page does not exist)\">$wgGroupPermissions<\/a><\/strong> configuration option.<\/p>\n<p> \tFor information on using this option, see the <em><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Preventing_Access&amp;action=edit&amp;redlink=1\" title=\"Preventing Access (page does not exist)\">Preventing access<\/a><\/em> page.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_can_I_allow_uploading_of_HTML_files.3F\">How can I allow uploading of HTML files?<\/span><\/h3>\n<p> \tFull info here: <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Manual:Allowing_HTML_Uploads&amp;action=edit&amp;redlink=1\" title=\"Manual:Allowing HTML Uploads (page does not exist)\"> Allowing HTML Uploads<\/a><\/p>\n<h2> \t<span class=\"mw-headline\" id=\"Why....3F\">Why&#8230;?<\/span><\/h2>\n<h3> \t<span class=\"mw-headline\" id=\"...is_the_Help_namespace_empty.3F\">&#8230;is the Help namespace empty?<\/span><\/h3>\n<p> \tWe don&#39;t currently have a clean, internationalised set of help pages under a free license. A few developers are hoping to make this possible; however, the Help namespace currently ships in a blank state. You are free to add your own help pages, copy the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Help:Contents&amp;action=edit&amp;redlink=1\" title=\"Help:Contents (page does not exist)\">Public Domain help pages<\/a> or copy certain of the items from <em>Meta<\/em>, e.g. the user guide or <a class=\"external text\" href=\"http:\/\/meta.wikimedia.org\/wiki\/Help:Contents\" rel=\"nofollow\">MediaWiki Handbook<\/a>, these two collections being free to use under the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=En:GNU_Free_Documentation_License&amp;action=edit&amp;redlink=1\" title=\"En:GNU Free Documentation License (page does not exist)\">GNU Free Documentation License<\/a>.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"...are_some_of_my_images_not_showing_up_after_an_upgrade.3F\">&#8230;are some of my images not showing up after an upgrade?<\/span><\/h3>\n<p> \tSeveral users have reported that, following an upgrade or a moving of their wiki, several images fail to be shown inline. The files exist, and the image description pages show a MIME type of <tt>unknown \/ unknown<\/tt> and, in some cases, a warning about potentially dangerous files.<\/p>\n<p> \tTo fix this, run the <tt>maintenance\/rebuildImages.php<\/tt> script from the command line. This will set MIME information for each file in the database.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"...are_all_PNG_files_not_being_turned_into_thumbnails.3F\">&#8230;are all PNG files not being turned into thumbnails?<\/span><\/h3>\n<p> \tAfter upgrading to a more recent version of PHP, it is possible a different MimeMagic.php function is being used to detect file MIME types, particularly the built-in PHP function mime_content_type, which fails to detect PNG files. Search the web for <em>mime_content_type png<\/em> for information on fixing this bug at the PHP level, possibly by editing your magic.mime file.<\/p>\n<p> \t<strong>See <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Help:FAQ&amp;action=edit&amp;redlink=1\" title=\"Help:FAQ (page does not exist)\">here<\/a> for more info.<\/strong><\/p>\n<h3> \t<span class=\"mw-headline\" id=\"...is_a_search_for_a_short_keyword_giving_no_hits.3F\">&#8230;is a search for a short keyword giving no hits? <\/span><\/h3>\n<p> \tBy default, MediaWiki uses MyISAM&#39;s fulltext matching functionality to allow searching page content. The default settings for this mean that words of less than four characters won&#39;t be indexed, so results won&#39;t be returned for those queries.<\/p>\n<p> \tTo alter this behaviour, MySQL needs to be reconfigured to index shorter terms, and MediaWiki&#39;s search index table needs to be repaired, to rebuild the indices.<\/p>\n<ul>\n<li> \t\tFor help on reconfiguring MySQL, see <a class=\"external free\" href=\"http:\/\/dev.mysql.com\/doc\/refman\/4.1\/en\/fulltext-fine-tuning.html\" rel=\"nofollow\">http:\/\/dev.mysql.com\/doc\/refman\/4.1\/en\/fulltext-fine-tuning.html<\/a><\/li>\n<li> \t\tTo repair the search index table, run the query <code>REPAIR TABLE searchindex;<\/code> against your database<\/li>\n<\/ul>\n<h3> \t<span class=\"mw-headline\" id=\"...can.27t_I_download_MediaWiki_1.11.3F\">&#8230;can&#39;t I download MediaWiki 1.11?<\/span><\/h3>\n<p> \tMediaWiki 1.11 is in a development state at present, and has not been packaged into a general release. The code can be <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Download_from_SVN&amp;action=edit&amp;redlink=1\" title=\"Download from SVN (page does not exist)\">downloaded from Subversion<\/a> if desired.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"...doesn.27t_this_work.3F_It_works_on_Wikipedia.21\">&#8230;doesn&#39;t this work? It works on Wikipedia!<\/span><\/h3>\n<p> \tWikipedia and other Wikimedia web sites use the current version of the code in development; at present, this is MediaWiki 1.10alpha. Coupled with the use of several extensions, this means that functionality between these wikis and your particular setup may differ.<\/p>\n<ul>\n<li> \t\tTo obtain the current development code, read <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Important_Release_Notes&amp;action=edit&amp;redlink=1\" title=\"Important Release Notes (page does not exist)\">Important_Release_Notes#MediaWiki_1.10<\/a><\/li>\n<li> \t\tTo check what version a Wikimedia wiki is running, as well as what extensions are installed, visit the <a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Special:Version\" title=\"Special:Version\">Special:Version<\/a> page for that wiki<\/li>\n<\/ul>\n<h3> \t<span class=\"mw-headline\" id=\"...do_I_get_a_403_Forbidden_error_after_setting_permissions_on_my_Fedora_system.3F\">&#8230;do I get a <strong>403 Forbidden<\/strong> error after setting permissions on my Fedora system?<\/span><\/h3>\n<p> \tFedora Core enables <a class=\"external text\" href=\"http:\/\/en.wikipedia.org\/wiki\/SELinux\" rel=\"nofollow\">SELinux<\/a> by default. Instructions for setting SELinux permissions for MediaWiki <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=SELinux&amp;action=edit&amp;redlink=1\" title=\"SELinux (page does not exist)\">are available<\/a>.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"...do_I_get_logged_out_constantly.3F\">&#8230;do I get logged out constantly? <\/span><\/h3>\n<p> \tThis is probably related to cookies or session data, for example a problem with PHP&#39;s session.save_path setting. See <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Meta:Help:Logging_in&amp;action=edit&amp;redlink=1\" title=\"Meta:Help:Logging in (page does not exist)\">meta:Help:Logging_in#Log_in_problems<\/a>.<\/p>\n<h2> \t<span class=\"mw-headline\" id=\"Anti-spam\">Anti-spam <\/span><\/h2>\n<h3> \t<span class=\"mw-headline\" id=\"Where_do_I_get_the_spam_blacklist_from_and_how_do_I_install_it.3F\">Where do I get the spam blacklist from and how do I install it? <\/span><\/h3>\n<p> \tThe <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=M:spam_blacklist&amp;action=edit&amp;redlink=1\" title=\"M:spam blacklist (page does not exist)\">spam blacklist<\/a> extension can be found in <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Download_from_SVN&amp;action=edit&amp;redlink=1\" title=\"Download from SVN (page does not exist)\">Subversion<\/a>. For installation and configuration instructions, consult the <a class=\"external text\" href=\"http:\/\/svn.wikimedia.org\/viewvc\/mediawiki\/trunk\/extensions\/SpamBlacklist\/README?view=markup\" rel=\"nofollow\">README<\/a> file.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"How_do_I_use_.24wgSpamRegex_to_block_more_than_one_string.3F\">How do I use $wgSpamRegex to block more than one string? <\/span><\/h3>\n<p> \t<strong>$wgSpamRegex<\/strong> is a powerful filter for page content. Adding multiple items to the regex, however, can be awkward. Consider this snippet:<\/p>\n<pre>$wgSpamRegexLines[] = &#39;display\\s*:\\s*none&#39;; $wgSpamRegexLines[] = &#39;overflow:\\s*\\s*auto&#39;; [...] $wgSpamRegex = &#39;\/(&#39; . implode( &#39;|&#39;, $wgSpamRegexLines ) . &#39;)\/i&#39;; <\/pre>\n<p> \tThis example code allows convenient addition of additional items to the regex without fiddling about each time. It also demonstrates two popular filters, which block some of the most common spam attacks.<\/p>\n<h2> \t<span class=\"mw-headline\" id=\"Where_Now.3F\">Where Now?<\/span><\/h2>\n<h3> \t<span class=\"mw-headline\" id=\"I.27ve_found_a_bug_or_have_a_feature_request._Where_do_I_post_it.3F\">I&#39;ve found a bug or have a feature request. Where do I post it?<\/span><\/h3>\n<p> \tBugs and feature requests should be posted on <a class=\"extiw\" href=\"http:\/\/bugzilla.wikipedia.org\/\" title=\"mediazilla:\">MediaZilla<\/a>, our implementation of <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=En:Bugzilla&amp;action=edit&amp;redlink=1\" title=\"En:Bugzilla (page does not exist)\">Bugzilla<\/a>. Please search the database prior to posting, to avoid creating duplicate entries.<\/p>\n<h3> \t<span class=\"mw-headline\" id=\"I_have_a_question_not_answered_here._Where_do_I_go_next.3F\">I have a question not answered here. Where do I go next?<\/span><\/h3>\n<p> \tIf you&#39;ve exhausted the FAQ above, please try the following:<\/p>\n<ul>\n<li> \t\tCheck the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Notiz_Wiki:Help&amp;action=edit&amp;redlink=1\" title=\"Notiz Wiki:Help (page does not exist)\">other sources of help<\/a> on this site<\/li>\n<li> \t\t<a href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Special:Search\" title=\"Special:Search\">Search<\/a> the rest of this site<\/li>\n<li> \t\tSearch our documentation archived on <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=M:Main_Page&amp;action=edit&amp;redlink=1\" title=\"M:Main Page (page does not exist)\">Meta<\/a><\/li>\n<li> \t\t<strong>Much<\/strong> useful developer documentation remains on Meta.wikimedia.org in the category <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=M:Category:Pages_to_be_exported_to_MediaWiki.org&amp;action=edit&amp;redlink=1\" title=\"M:Category:Pages to be exported to MediaWiki.org (page does not exist)\">Pages to be exported to MediaWiki.org<\/a> until the <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=M:Meta:MetaProject_to_transfer_content_to_MediaWiki.org&amp;action=edit&amp;redlink=1\" title=\"M:Meta:MetaProject to transfer content to MediaWiki.org (page does not exist)\">m:Meta:MetaProject to transfer content to MediaWiki.org<\/a>completes, including\n<ul>\n<li> \t\t\t\t<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=M:How_to_become_a_MediaWiki_hacker&amp;action=edit&amp;redlink=1\" title=\"M:How to become a MediaWiki hacker (page does not exist)\">m:How to become a MediaWiki hacker<\/a><\/li>\n<li> \t\t\t\t<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=M:How_to_debug_MediaWiki&amp;action=edit&amp;redlink=1\" title=\"M:How to debug MediaWiki (page does not exist)\">m:How to debug MediaWiki<\/a><\/li>\n<\/ul>\n<\/li>\n<li> \t\tSearch the web<\/li>\n<li> \t\tPost a message at <a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Notiz_Wiki:Support_desk&amp;action=edit&amp;redlink=1\" title=\"Notiz Wiki:Support desk (page does not exist)\">Project:Support desk<\/a><\/li>\n<li> \t\tEmail the <a class=\"external text\" href=\"http:\/\/mail.wikipedia.org\/mailman\/listinfo\/mediawiki-l\" rel=\"nofollow\">mediawiki-l mailing list<\/a><\/li>\n<li> \t\tAsk the developers in our IRC channel (<a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=En:Freenode&amp;action=edit&amp;redlink=1\" title=\"En:Freenode (page does not exist)\">Freenode<\/a> network, channel <strong><a class=\"external text\" href=\"irc:\/\/irc.freenode.net\/mediawiki\" rel=\"nofollow\">#mediawiki<\/a><\/strong>).<\/li>\n<\/ul>\n<h3> \t<span class=\"mw-headline\" id=\"Recommended_reading\">Recommended reading<\/span><\/h3>\n<ul>\n<li> \t\t<a class=\"external text\" href=\"http:\/\/www.catb.org\/%7Eesr\/faqs\/smart-questions.html\" rel=\"nofollow\">Asking smart questions<\/a><\/li>\n<li> \t\t<a class=\"external text\" href=\"http:\/\/www.chiark.greenend.org.uk\/%7Esgtatham\/bugs.html\" rel=\"nofollow\">Effective bug reporting<\/a><\/li>\n<li> \t\t<a class=\"external text\" href=\"http:\/\/www.packtpub.com\/Mediawiki\/book\" rel=\"nofollow\">MediaWiki Book: MediaWiki Administrators&#39; Tutorial Guide.<\/a><a class=\"new\" href=\"http:\/\/tonton.homelinux.net\/notizwiki\/index.php?title=Template:Languages&amp;action=edit&amp;redlink=1\" title=\"Template:Languages (page does not exist)\">Template:Languages<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Installation And Configuration Where do I download MediaWiki? The latest stable release of MediaWiki can be downloaded from download.wikimedia.org or sourceforge.net. Files are supplied in a .tar.gz archive. MediaWiki can also be obtained direct from our Subversion repository. See also Download How do I install MediaWiki? Installing MediaWiki takes between 10 and 30 minutes, and&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-79","post","type-post","status-publish","format-standard","hentry","category-media-wiki"],"_links":{"self":[{"href":"https:\/\/notiz.comanet.xyz\/index.php?rest_route=\/wp\/v2\/posts\/79","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notiz.comanet.xyz\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notiz.comanet.xyz\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notiz.comanet.xyz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notiz.comanet.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=79"}],"version-history":[{"count":1,"href":"https:\/\/notiz.comanet.xyz\/index.php?rest_route=\/wp\/v2\/posts\/79\/revisions"}],"predecessor-version":[{"id":448,"href":"https:\/\/notiz.comanet.xyz\/index.php?rest_route=\/wp\/v2\/posts\/79\/revisions\/448"}],"wp:attachment":[{"href":"https:\/\/notiz.comanet.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=79"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notiz.comanet.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=79"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notiz.comanet.xyz\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=79"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}