Looking at the wikimedia api documentation it only talks of searching for images who\'s titles begin with the search term.I\'d like to have a more general search.
How can I join the tables page and pagecontent in the mediawiki database? In the Scheme http://upload.wikimedia.org/wikipedia/commons/b/b7/MediaWiki_database_schema_1-17_%28r82044%29.png it seems like
Is there a way to convert wikitext data into simple XML in a Java application? Input example: == A section ==
Given a wikiText string such as: {{ValueDescription |key=highway |value=secondary |image=Image:Meyenburg-L134.jpg
I have an existing Mediawiki installation, for which I suppose I chose the MySQL 4.1/5.0 binary option when installing.
Is there a开发者_如何学Python reliable way to sync (copy and merge) the content of two different Mediawiki installations?
I have a local apache httpd hosting a mediawiki service that listen to port 3300.The service may access in my LAN via
I am trying to build a offline wiktionary using the wikimedia dump files (.xml.bz2) using Python. I started with this article as the guide. It involves a number of languages, I wanted to combine all t
I have MediaWiki 1.13.3 installed and it has been working fine for a couple years. My web host just upgraded PHP versions on the server from 5.2.17 to 5.3.5, and now all of a sudden I\'m getting this
In my MediaWi开发者_Python百科ki wiki, any wikitext containing -{ }- is not parsed correctly. Do I need some extension?