Tagged Questions
3
votes
1answer
64 views
What kind of caching machanism is used over at Wikipedia?
If you open up your mozilla Firefox web browser and turn on firebug to check for incoming and outcoming network traffic, you see that, when you look at Wikipedia articles, the amount of cached content ...
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 ...
3
votes
6answers
3k views
How do I grab just the parsed Infobox of a wikipedia article?
I'm still stuck on my problem of trying to parse articles from wikipedia. Actually I wish to parse the infobox section of articles from wikipedia i.e. my application has references to countries and 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
2answers
204 views
Which wiki markup parser does Wikipedia use?
None of these parsers are used by Wikipedia; None of them handle the wiki code correctly.
Does anyone know what parser Wikipedia uses?
2
votes
1answer
332 views
Parse WikiPedia Introduction PHP
I have read through other questions on this site - using the example answer given here -
wikipedia api: get parsed introduction only
I have got to the stage where i get the first section of a ...
2
votes
1answer
340 views
wikipedia api: get parsed introduction only
Using PHP, is there a nice way to get the (parsed) introduction only from a wikipedia page?
I have to current methods:
The first is to call the api page and return, then call the Wiki parser on the ...
2
votes
1answer
312 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 ...
2
votes
2answers
1k views
How do I get link to an image on wikipedia from the infobox?
I'm parsing wikipedia infoboxes and I noticed that some infoboxes have image fields - these fields hold names of image files stashed on wikipedia somewhere. However they just contain the name of the ...
1
vote
2answers
41 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 ...
1
vote
0answers
227 views
What are the use cases for symfony2's ACL system?
In the documentation they mention as an example that we can restrict access to a comment.
But if I didn't get it wrong, the system would be storing a different ACE for each instance. So I guess there ...
1
vote
0answers
56 views
Accessing wikipedia webservices
Im searching for some Documentation on how to access the Wikipedia webservices in order to get info on some places around specific lat/long coordinates.
This is what i'm looking for:
...
1
vote
4answers
138 views
file_get_content('http://en.wikipedia.org/wiki/Category:Upcoming_singles');
file_get_content('http://en.wikipedia.org/wiki/Category:Upcoming_singles');
returns a different result (2 products)
whereas visiting the same address using Chrome returns 4 products.
Upon ...
1
vote
1answer
61 views
parsing using php
given a string :
The [[Pulsatile_flow|pulsatile]]
nature of blood flow creates a pulse
wave that is propagated down the
[[arterial tree]], and at
[[Aortic_bifurcation|bifurcations]]
...
1
vote
4answers
201 views
Wikipedia links regex in PHP
How can I draw only the words in [[words]] into array?
[[旭川市|旭川]](文化) - [[アイヌ]]文化、[[旭川市旭山動物園|旭山動物園]]など
I tried \[\[.*]] but it didn't work, maybe it is because .* is only for English strings..
1
vote
1answer
456 views
Problem in Wikipedia API
I have problem using the Wikipedia API. I use this PHP script,
<?php
$xmlDoc = new DOMDocument();
...
1
vote
2answers
236 views
What do I do with this csv dataset I just downloaded from dbpedia?
I just downloaded this csv of infoboxes of wikipedia from dbpedia. However I have no idea how to use it :-S I want to import all this data into a database but am not so sure how to take it from here. ...
1
vote
4answers
2k views
Getting info from Wikipedia - how do I get HTML form?
I'm using curl to retrieve information from wikipedia. So far I've been successful in retrieving basic text information but I really would want to retrieve it in HTML.
Here is my code:
$s = ...
1
vote
2answers
1k views
How do I get information from wikipedia into my application
Hi guys I wish to get information for entries I have in my database from wikipedia like for example some stadiums and country information. I'm using Zend Framework and also how would I be able to ...
0
votes
0answers
43 views
My Script will only display content for a “two-word” string, PHP
My script does only work with a Two_Word string like *Steve_Jobs* or *Bill_gates* but wont work with simple words as Food or Energy, please have a look at see what's wrong, thank you :)
index.php
...
0
votes
1answer
72 views
What is the best way to parse Wikipedia markup in PHP?
I'm trying to parse specific Wikipedia content in a structured way. Here's an example page:
http://en.wikipedia.org/wiki/Polar_bear
I'm having some success. I can detect that this page is a "specie" ...
0
votes
0answers
23 views
How to modify Navigation and make it looking like in Wikipedia?
First Thing I want is to know where I can edit Menu-Entries and Second Thing is how to make it look like in Wikipedia, with this Tree-Like Navigation.
0
votes
1answer
166 views
Grab contents of a Wikipedia article
I want to get the contents of a wikipedia article using the actual API. Now, I know full well about action=render and action=raw, but I want the most barebones version possible, in plain text. No ...
0
votes
2answers
109 views
splitting wikipedia dump file into several xml files
i am currently doing some experiment which make use of wikipedia articles.
a wikipedia dump file is about 30gb. Are there tools available (preferably php) or some script which can split this one ...
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
2answers
123 views
when I get wikipedia api with php, what is the page unicode?
I get wikipedia api with php, the url is:
...
0
votes
1answer
443 views
How to extract and import Wikipedia pages?
I'm building a search engine, and to test it well, it needs more articles. Best source for them is Wikipedia.
I have searched for some dumps, but some are XML (which I am having troubles to import), ...
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
156 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
2answers
387 views
Wikipedia API library for PHP
I want to ask if there is wikipedia API library for PHP?
especially for codeigniter framework.
Wikipedia API documentation is so long and difficult to understand :(
0
votes
1answer
120 views
sync 2 MediaWiki weekly?
we have to mediawiki (like wikipedia) installation one is public and one is internal
we do the normal work with the internal adding/changing/deleting text articales and pictures
we want to sunc and ...
0
votes
4answers
2k views
Extracting data from Wikipedia JSON or XML with PHP
I want to use PHP (possibly with Curl/XPath?) to extract data from Wikipedia pages. What would be the best way to go about this? I'll be using CakePHP for this project, although just need to figure ...
0
votes
4answers
416 views
How to strip all tags from wikipedia pages or make page more readable
I want to strip all tags, remove the [show][Hide] stuffs from wikipedia, or is there some website that makes pages in more readable format.
Please I am aware of the Wikipedia printable version, but ...
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
4answers
573 views
Wikipedia integration issue - need to finally sort this out 101
Sorry guys, I've been running a mock asking questions on how to integrate wikipedia data into my application and frankly I don't think I've had any success on my end as I've been trying all the ideas ...
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 ...
-2
votes
1answer
356 views
Parsing wikipedia articles [closed]
I'm trying to parse a Wikipedia article using the API from Wikipedia, but then it's pretty hard to parse the result. Which is the best way using PHP to parse an article received from the wiki API?
I ...