Tagged Questions

2
votes
4answers
506 views

How does Wikipedia avoid duplicate entries?

How can websites as big as Wikipedia sort duplicated entries out? I need to know the exact procedure from the moment that user creates the duplicate entry and so on. If you don't know it but you know ...
1
vote
1answer
125 views

Parsing Wiki API content

I have this wiki from the API http://fr.wikipedia.org/w/api.php?action=query&titles=%C9rythropo%EF%E9tine&prop=revisions&rvprop=content&format=xmlfm which I would like to retrieve the ...
1
vote
1answer
99 views

MediaWiki api - get last changes

How can i get the list of all pages, that were changed since some date using mediawiki api? EDIT: I have already found this query:) F.e. for wikipedia ...
0
votes
1answer
52 views

Wikiquote RSS/Feed for xml parsing

Is there a way to pull quotes from wikiquote via feed/rss? The usage would be for a quote generator. I've checked the source and the link to the feed does not work. It's hard to search for because I ...