Tagged Questions

1
vote
4answers
251 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 …
0
votes
0answers
22 views

Loading a Wikipedia page

I want to make a button in an UIAlertView that opens a Wikipedia page, with a subject stored in my array "array" Here is how I'm doing it. Wikipedia follows the format of …
4
votes
5answers
182 views

How does Wikipedias “What links here” work?

I recently used Wikipedia's function "What links here" (which is found under the "Toolbox" element in any entry's left menu) and it got me started wondering how this function actually works. I'm …
0
votes
1answer
33 views

Wikimedia Video Extension [closed]

Is there a wikimedia plugin which supports uploading videos and playing them on the page?
1
vote
3answers
68 views

Linking to Wikipedia abstracts (the way Google Earth does it)

I'm embedding Wikipedia pages in my app, and I'd like to show the same simplified abstract that Google Earth shows. (It gives the first several paragraphs and a link to the full content, without any …
0
votes
4answers
93 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 …
1
vote
1answer
46 views

Blacklist IP database

Hi, Is there an open database of blacklisted IP for the Web? With a lot of public web proxy you know... such the blacklist used by the Global blocking of Wikipedia. Thanks in advance.
0
votes
1answer
27 views

Truncate mediawiki

Hi all, I'm working with the mediawiki API ( e.g. http://en.wikipedia.org/w/api.php) and I would like to be able to 'truncate' the mysql tables in order to reset the local installation while keeping …
8
votes
3answers
194 views

Reverse wikipedia geotagging lookup

Wikipedia is geotagging a lot of its articles. (Look in the top right corner of the page.) Is there any API for querying all geotagged pages within a specified radius of a geographical position? …
1
vote
1answer
176 views

How to access wikipedia

Hi, I want to access HTML content from wikipedia .But it is showing access denied. How can i access Wiki. Please give some suggestion
0
votes
2answers
42 views

How to change the color of horizontal line on a wiki page?

In wiki you can add horizontal line just by adding "----" in the text you enter. I just couldn't find what CSS section controls it. (And no, it's not "hr")
0
votes
7answers
253 views

Scraping and Parsing a Wikipedia Page

Hey guys. I'm wondering if there are any existing libraries in or accessible from Objective-C that would allow me to scrape pages formatted like this one. Specifically, all of the dates and all of the …
3
votes
4answers
545 views

Why can’t I fetch wikipedia pages with LWP::Simple?

I'm trying to fetch Wikipedia pages using LWP::Simple, but they're not coming back. This code: #!/usr/bin/perl use strict; use LWP::Simple; print get("http://en.wikipedia.org/wiki/Stack_overflow"); …
1
vote
2answers
48 views

Are partially updated values when multithreading still a concern on modern CPUs?

From the Wikipedia article on Read-Copy-Update: The reason that it is safe to run the removal phase concurrently with readers is the semantics of modern CPUs guarantee that readers will see either …
3
votes
9answers
240 views

Get first lines of Wikipedia Article

I got a Wikipedia-Article and I want to fetch the first z lines (or the first x chars, or the first y words, doesn't matter) from the article. The problem: I can get either the source Wiki-Text (via …

1 2 3 4 next
15 30 50 per page