Top "Wikipedia" questions

Consider the tags wikipedia-api (or the more general mediawiki-api) and mediawiki.

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 …

php wikipedia wikipedia-api
TripleDES key sizes - .NET vs Wikipedia

According to Wikipedia, TripleDES supports 56, 112, and 168-bit key lengths, but the System.Cryptography.TripleDESCryptoServiceProvider.LegalKeySizes says it only accepts 128 and 192…

encryption wikipedia des tripledes
Creating a category hierarchy in a MediaWiki environment

Background: I work with a large collaboration which centralizes a lot of documentation in a wiki structure. I have passing …

mediawiki wiki wikipedia wiki-markup
Wikipedia API - get random page(s)

I'm trying to get a JSON result with a set of random pages from Wikipedia, including their titles, content and …

json wikipedia wikipedia-api
How to obtain a list of titles of all Wikipedia articles

I'd like to obtain a list of all the titles of all Wikipedia articles. I know there are two possible …

mediawiki wikipedia wikipedia-api mediawiki-api
Query Wikipedia's API using AJAX (XMLHttpRequest)

I am trying to implement a simple request to Wikipedia's API using AJAX (XMLHttpRequest). If I type the url in …

javascript ajax api wikipedia xmlhttprequest
Parser for Wikipedia

I downloaded a Wikipedia dump and I want to convert the wiki format into my object format. Is there a …

java mediawiki nlp nsxmlparser wikipedia
Generating plain text from a Wikipedia database dump

I found a Python script (here: Wikipedia Extractor) that can generate plain text from (English) Wikipedia database dump. When I …

python xml database shell wikipedia
Wiki quotes API?

I would want to get a structured version of a Wikiquote page via JSON (basically I need all phrases) Example: …

ruby wikipedia dbpedia wikipedia-api
How to extract data from a Wikipedia article?

I have a question regarding parsing data from Wikipedia for my Android app. I have a script that can download …

android xml parsing wikipedia wikipedia-api