Tagged Questions
3
votes
1answer
3k views
Extract paragraphs from Wikipedia API using PHP cURL
Here's what I'm trying to do using the Wikipedia (MediaWiki) API - http://en.wikipedia.org/w/api.php
Do a GET on ...
2
votes
1answer
81 views
How to read gigantic xml file with PHP? [closed]
Possible Duplicate:
Parsing Huge XML Files in PHP
I want to read wikipedia's xml dump files with PHP. They are gigantic. What should I do?
2
votes
1answer
311 views
How do I get all the sub-categories from a Category page on Wikipedia, using the Wikipedia API? [closed]
Possible Duplicate:
How to get all article pages under a Wikipedia Category and its sub-categories
So I'm making a PHP project for fun that involves pulling out a random item from a set ...
1
vote
2answers
38 views
How to get the result of a complex Wikipedia template?
This is a question that is a bit hard to follow but I will do my best explaining it. First, let me present an example page:
http://en.wikipedia.org/wiki/African_bush_elephant
That's a wikipedia ...
0
votes
1answer
67 views
Mediawiki extension to make comments on revisions
At my university, lots of teachers are using private wikis for their subjects. The students are told to populate those wikis, and the teachers evaluate their contributions afterwards.
However, ...
0
votes
1answer
438 views
Wikipedia API returns only a tiny set of data?
Hey there,
I'm trying to extract data from Wikipedia articles using its API (http://en.wikipedia.org/w/api.php) from a PHP script, but I always only seem to get a fraction of the real content.
For ...
0
votes
3answers
155 views
List of pages from wikipedia
I build an application which gives you to select subjects you like, those subjects should be in DB.
There is millions 'likes'! (pizza, PHP, manchester united, any movie.. i dont know), so I decided ...
0
votes
1answer
301 views
Mediawiki: Invalid Edit Token
I use the API with HTTP POST to create a wiki page in a Mediawiki (1.14):
I require an edit token
It works, I get a fresh token (example: d96d72fae5e6c43b0b9f63d82ace366)
I send the HTTP POST for ...
0
votes
3answers
826 views
Copy chosen Wikipedia articles into own wiki?
is there a way to batch copy certain wikipedia articles(about 10,000) to my own mediawiki site?
EDIT:
How do I do this without overwriting similarly named articles/pages?
Also I don't plan on using ...