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
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 …
0
votes
1answer
32 views
Wikimedia Video Extension [closed]
Is there a wikimedia plugin which supports uploading videos and playing them on the page?
1
vote
3answers
66 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
92 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
3answers
191 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
45 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
7answers
245 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 …
1
vote
1answer
175 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
3
votes
9answers
236 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 …
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?
…
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
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 …
1
vote
2answers
59 views
wikipedia bots and captcha
I see there are many php (and other) frameworks for writing wikipedia bots, but isn't captcha a problem? Or bots don't have to solve it (but that sounds like there's no point to having captcha in the …
1
vote
3answers
94 views
How does this “Lexographic order generation algorithm” work?
from Wikipedia:
Lexicographical order generation
For every number k, with 0 ≤ k < n!,
the following algorithm generates the
corresponding lexicographical
permutation of the initial …
