<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki">
    <title>gmane.org.wikimedia.mediawiki</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39698"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39696"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39695"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39694"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39693"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39692"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39691"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39690"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39689"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39688"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39686"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39685"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39684"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39683"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39682"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39681"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39680"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39679"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39678"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39677"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39698">
    <title>Short URL using rewriterule without rename wiki to w</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39698</link>
    <description>&lt;pre&gt;Hi,

Here is my environment:

1. Fedora Core 16
2. Apache httpd 2.2.22
3. MediaWiki 1.19

Most of the short url solution provided are using renaming method: e.g.:
wiki to w

What if I want to stay with wiki directory without renaming?  Can I enjoy
short url too ?

This is what I have tried:

File: LocalSettings.php:

  $wgArticlePath = "/wiki/$1";
  $wgUsePathInfo = true;

File: .htaccess

  RewriteEngine On
  RewriteRule ^wiki/index.php - [L]
  RewriteRule ^wiki/(.*)$ wiki/index.php/$1 [L,QSA]

When I access my wiki site:  http://localhost/wiki/

I get a page without skin.  Is there anything else I miss in rewriterule?

&lt;/pre&gt;</description>
    <dc:creator>Chee-Yang Chau</dc:creator>
    <dc:date>2012-05-24T01:00:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39696">
    <title>adding style sheets with http urls</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39696</link>
    <description>&lt;pre&gt;Hi,

I am creating a new theme with mediawiki 1.18.1 and 1.19.0 source code and I have a couple of style sheets from a remote site. I am not able to add these style sheets in the resource loader styles array with a url like 'http://mysite.com/css/screen.css'. When I do, I get the following errors:

For 1.18.1, the error is:

[error] [client ::1] PHP Warning:  filemtime(): stat failed for /home/user/public_html/mw-1.18.1/skins/https://mysite.com/brand/styles/3.0/css/bg/backsplash-green_bg.css in /home/user/public_html/mw-1.18.1/includes/resourceloader/ResourceLoaderFileModule.php on line 380

For 1.19.0, the error is:
error] [client ::1] PHP Warning:  array_map(): An error occurred while invoking the map callback in /home/user/public_html/mediawiki-1.19.0/includes/resourceloader/ResourceLoaderFileModule.php on line 589

I have to download the style sheets locally and mention a local file path to the styles array.  Is this a limitation/restriction in mediawiki to add style sheets only with a file path?

Thanks&lt;/pre&gt;</description>
    <dc:creator>Poornima Pochana</dc:creator>
    <dc:date>2012-05-22T15:15:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39695">
    <title>Re: Bot for rewriting external links as wiki links?</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39695</link>
    <description>&lt;pre&gt;
You could perform it using pywikipedia and some ugly regex.
&lt;/pre&gt;</description>
    <dc:creator>Platonides</dc:creator>
    <dc:date>2012-05-21T16:55:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39694">
    <title>Bot for rewriting external links as wiki links?</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39694</link>
    <description>&lt;pre&gt;
Is there a bot which will repair external URL coded links to the same wikinand rewrite them as wiki links?

For example, if MediaWikis were installed in www.example.com/wiki and pages contains
links using external link notation

  blah http://www.example.com/wiki/Some_page blah
  blah [http://www.example.com/wiki/Some_page some text] blah
  blah [http://www.example.com/wiki/Some_page#some_section some text] blah

then the "What links here" feature would not work because such links are not recognized.

The bot would replace those with wiki links:

 blah [[Some page]] blah
 blah [[Some page | some text]] blah
 blah [[Some page#some_section | some text]] blah or  blah {{there|some section|Some page | some text}} blah

In addition, if the link is to a section of the current page, i.e. on [[Some page]],
the second link would be updated as

 {{here|some section|some text}}

There may need to be some way to disable this (i.e. in help or project pages
that discuss link notation).

Alternatively, could Special:WhatL&lt;/pre&gt;</description>
    <dc:creator>David J. Biesack</dc:creator>
    <dc:date>2012-05-21T16:41:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39693">
    <title>Re: php error message on update.php output</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39693</link>
    <description>&lt;pre&gt;On Wed, 2012-05-16 at 11:24 -0400, Chad wrote: 
-------------------------------------------
Thanks Chad for the solution.
Now is working like a charm.
frosty
&lt;/pre&gt;</description>
    <dc:creator>John W. Foster</dc:creator>
    <dc:date>2012-05-17T14:14:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39692">
    <title>Re: site mirror and master-slave question</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39692</link>
    <description>&lt;pre&gt;
Heh, sure :)
I think I'm too used to work with it in a single way.

Thanks
&lt;/pre&gt;</description>
    <dc:creator>Platonides</dc:creator>
    <dc:date>2012-05-16T21:37:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39691">
    <title>Re: site mirror and master-slave question</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39691</link>
    <description>&lt;pre&gt;
s/local/destination/; s/remote/source/;

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>Jeremy Baron</dc:creator>
    <dc:date>2012-05-16T18:09:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39690">
    <title>Re: site mirror and master-slave question</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39690</link>
    <description>&lt;pre&gt;
The --delete parameter of rsync makes it not only copy new files, but
also delete those local files which are not in the remote side.

Changes in files during normal MediaWiki operation will usually be image
uploads (deletions, thumbnailing...) and by extensions such as math
(that which powers &amp;lt;math&amp;gt; tags).
&lt;/pre&gt;</description>
    <dc:creator>Platonides</dc:creator>
    <dc:date>2012-05-16T17:58:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39689">
    <title>Re: php error message on update.php output</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39689</link>
    <description>&lt;pre&gt;
This is a mistake in your ini files for configuring PHP, not an issue
with MediaWiki. If you look at  /etc/php5/cli/conf.d/ming.ini (per
your error) and replace instances of "#" with ";" you'll be fine.

-Chad

_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>Chad</dc:creator>
    <dc:date>2012-05-16T15:24:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39688">
    <title>php error message on update.php output</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39688</link>
    <description>&lt;pre&gt;When I run update.php I get this error message, since last php update.
Any tips on clearing it.

PHP Deprecated:  Comments starting with '#' are deprecated
in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated
in /etc/php5/cli/conf.d/ps.ini on line 1 in Unknown on line 0
MediaWiki 1.19.0 Updater

BTW: seems to update databases OK though.
Thanks
frosty
&lt;/pre&gt;</description>
    <dc:creator>John W. Foster</dc:creator>
    <dc:date>2012-05-16T13:49:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39686">
    <title>Re: site mirror and master-slave question</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39686</link>
    <description>&lt;pre&gt;I'm using mysql replication now for another application so I know what 
that's about.   But for rsync,  not sure what you mean about --delete 
the folder.
Would you suggest rsyncing the whole mediawiki folder ?  And I'm not 
sure what you mean about 'math changes'.


On 5/13/12 11:16 AM, Platonides wrote:
&lt;/pre&gt;</description>
    <dc:creator>chris</dc:creator>
    <dc:date>2012-05-14T14:38:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39685">
    <title>Re: Indexing Wikipedia with Solr/Lucene</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39685</link>
    <description>&lt;pre&gt;
Does it help that they are also available in separate tables?
&lt;/pre&gt;</description>
    <dc:creator>Platonides</dc:creator>
    <dc:date>2012-05-13T19:06:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39684">
    <title>Indexing Wikipedia with Solr/Lucene</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39684</link>
    <description>&lt;pre&gt;Hi all,
I want to create Lucene/Solr index of wikipedia xml dump. I used Solr
example(http://wiki.apache.org/solr/DataImportHandler#Example:_Indexing_wikipedia)
to index wikipedia xml dump. Since in wikipedia, Category and external
links are part of wikipedia text, I am not able to index category and
external links separately.     I want to index  Category, Externals
links etc separately and store them in separate fields.
Would anyone please be kind enough to give me a bit of advice?
Thanks
Vineet Yadav
&lt;/pre&gt;</description>
    <dc:creator>vineet yadav</dc:creator>
    <dc:date>2012-05-13T18:53:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39683">
    <title>Re: MediaWiki:Sidebar</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39683</link>
    <description>&lt;pre&gt;Am 13.05.2012 18:36, schrieb Platonides:
Thanks very much for this, works like a charm! :D

Greetings
Stip
&lt;/pre&gt;</description>
    <dc:creator>Stip</dc:creator>
    <dc:date>2012-05-13T17:15:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39682">
    <title>Re: Issue with recent Php5 update</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39682</link>
    <description>&lt;pre&gt;On Sun, 2012-05-13 at 16:31 +0200, Platonides wrote: 

I actually did the Php5 updates when I was installing the php-curl
module. I did find some file missmatch errors so I decided to go ahead &amp;amp;
upgrade to mediawiki-1.19.0 to make sure all my dependencies were in
sync. That fixed the problem. Also; at least so far...no screen
artifacts, &amp;amp; the {{wikipedia::linktopage}} is now working fine. I'll
leave it be for a while. LOL!! 
Thanks!
frosty
&lt;/pre&gt;</description>
    <dc:creator>John W. Foster</dc:creator>
    <dc:date>2012-05-13T16:41:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39681">
    <title>Re: MediaWiki:Sidebar</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39681</link>
    <description>&lt;pre&gt;
Ok, I wasn't testing with {{!}} template.

{{PAGENAME}} works by default in the sidebar, but not in the sidebar titles.



If you had:
*Search for this page
** http://example.net/{{PAGENAMEE}} | Link

you can add in [[MediaWiki:Common.css]]
#p-Search_for_this_page { display: none }
.ns-0 #p-Search_for_this_page { display: block }
&lt;/pre&gt;</description>
    <dc:creator>Platonides</dc:creator>
    <dc:date>2012-05-13T16:36:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39680">
    <title>Re: MediaWiki:Sidebar</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39680</link>
    <description>&lt;pre&gt;If the page you are viewing is in the article namespace, it shows an 
external link to a forum searchpage, with the name of the page you are 
viewing as the search parameter.
Example:

{{#ifeq: {{NAMESPACE}} | |
*Search for "{{PAGENAME}}"
**http://www.forum.de/search.php?keywords={{PAGENAME}}{{!}} Forum
| }}


Am 13.05.2012 17:53, schrieb Bruce Whealton:
&lt;/pre&gt;</description>
    <dc:creator>Stip</dc:creator>
    <dc:date>2012-05-13T16:02:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39679">
    <title>Re: MediaWiki:Sidebar</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39679</link>
    <description>&lt;pre&gt;Just out of curiosity, what does this do?
Thanks,
Bruce

-----Original Message-----
From: mediawiki-l-bounces&amp;lt; at &amp;gt;lists.wikimedia.org
[mailto:mediawiki-l-bounces&amp;lt; at &amp;gt;lists.wikimedia.org] On Behalf Of Stip
Sent: Sunday, May 13, 2012 2:44 AM
To: MediaWiki announcements and site admin list
Subject: [Mediawiki-l] MediaWiki:Sidebar

In 1.17., the following Code in MediaWiki:Sidebar worked as intended:

{{#ifeq: {{NAMESPACE}} | |
*Search for "{{PAGENAME}}"
**external link with PAGENAME as parameter
| }}

After upgrading to 1.19., it doesnt work anymore. Any advice how to fix it?

Greetings
Stip


_______________________________________________
MediaWiki-l mailing list
MediaWiki-l&amp;lt; at &amp;gt;lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
&lt;/pre&gt;</description>
    <dc:creator>Bruce Whealton</dc:creator>
    <dc:date>2012-05-13T15:53:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39678">
    <title>Re: Template sharing question</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39678</link>
    <description>&lt;pre&gt;I put a wiki instance up for this.

http://mediawikicookbook.com/wiki/Main_Page

The idea is to share templates in a well documented manner that is easy to share with others.

This is in it's infancy, but if you want create an account and add some templates. We'll figure out the overall categories and structure of the wiki as we go.

Cheers,

Jamie 

On Apr 28, 2012, at 8:00 AM, John W. Foster wrote:


Jamie Thingelstad
jamie&amp;lt; at &amp;gt;thingelstad.com
mobile: 612-810-3699
find me on AIM Twitter Facebook LinkedIn
&lt;/pre&gt;</description>
    <dc:creator>Jamie Thingelstad</dc:creator>
    <dc:date>2012-05-13T15:39:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39677">
    <title>Re: MediaWiki:Sidebar</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39677</link>
    <description>&lt;pre&gt;Am 13.05.2012 17:04, schrieb Platonides:
In 1.17.0 it showed the searchlink, if the page you were viewing was in 
the article namespace.

Now it only shows "Search for "{{PAGENAME}}"" without showing the 
external link.

Thanks! The point of the whole thing is to have external links which 
look like this:
http://www.forum.de/search.php?keywords={{PAGENAME}}{{!}} Forum

So if you follow that link, it takes you to a searchpage of that forum 
with the name of the current article as searchparameter. To achieve 
that, I need PAGENAME to work in the sidebar. Is above solution the only 
one who does this?
As for hiding it with CSS: First, I have no clue how to do that, and 
second, if PAGENAME doesnt work in the sidebar, the whole concept does 
not work. Or am I wrong on that?

Thanks for the reply!
Stip
&lt;/pre&gt;</description>
    <dc:creator>Stip</dc:creator>
    <dc:date>2012-05-13T15:17:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39676">
    <title>Re: site mirror and master-slave question</title>
    <link>http://permalink.gmane.org/gmane.org.wikimedia.mediawiki/39676</link>
    <description>&lt;pre&gt;
A better approach would be to make site B database be a read-only slave
of A. Then use the nighly job to rsync --delete the folder (first time
it would have to copy everything, but then only images / math changes).


I don't think rsyncing the images would have worked with your way, since
you'd also need to importImages.php
With the database replication, the rows in the image table are already
there, so it's no problem.
&lt;/pre&gt;</description>
    <dc:creator>Platonides</dc:creator>
    <dc:date>2012-05-13T15:16:08</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.org.wikimedia.mediawiki">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.org.wikimedia.mediawiki</link>
  </textinput>
</rdf:RDF>

