Tagged Questions
The wikimedia tag has no wiki summary.
1
vote
1answer
271 views
Finding the world center on blank SVG maps available on wikipedia
I need to plot geo locations (lat, lon) on svg maps just like it's done in this demo: http://people.opera.com/danield/svg/where-am-i.svg
I however have 3 blank maps not displaying the whole world. ...
0
votes
1answer
23 views
Wikipedia list=search REST API: how to retrieve also Url of matching articles
I'm studying Wikipedia REST API but I'm not able to find the right option to get also URLs for a search query.
this is the URL of the request:
...
0
votes
1answer
24 views
Advanced Excel / Visual Basics for Website Parsing
I have links to 500 Wikipedia / Wikimedia Wikis, Talk Pages and history pages in an excel document that I'd like to parse to determine things like how many of the Wikis mention "advert" or ...
0
votes
0answers
9 views
software engine for wikibooks
Suppose you want to host your own wikibooks. What software engine would you use? Is it contained within wikimedia?
I can install wikimedia on my server and host a wiki in the format of wikipedia. ...
0
votes
0answers
57 views
download articles from wikipedia using special export
I want to be able to download full histories of a few thousand articles from http://en.wikipedia.org/wiki/Special:Export and I am looking for a programmatic approach to automate it I started the ...
0
votes
0answers
19 views
WikiEditor not showing buttons with 3rd p arty skin
I'm attempting to add the extension WikiEditor to my wiki so that users have a more advanced editor.
I have followed the instructions on their site, however where there are supposed to be images, I ...
0
votes
1answer
28 views
Connection Resets Everytime I Try to Edit Common.js, Wikimedia 1.17 [closed]
I've recently downloaded and installed the wikimedia (v1.17) on my server space, and I wanted to edit common.js to add some extra functionality. Unfortunately, when I try to save the common.js page ...
0
votes
0answers
56 views
Wikipedia API: how to get the number of revisions of a page?
Anyone know how to get the number of revisions of a wikipedia page using mediawiki API?
I have read this API documentation, but can't find the related API:
Revision API
It should return the number ...
0
votes
1answer
23 views
Text - Wikimedia Foundation - Licensing
I'm having a time wrapping my head around this this whole concept. So, I want to use only text from all the projects from the Wikimedia Foundation which includes: Wikipedia, Wiktionary, Wikiquote, ...
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
0answers
98 views
What causes slow queries in Wikipedia API?
I have been using Wikipedia API for about 2 months,
It was peaceful during that time. but now, I am encountering with slow queries. :(
What may cause this problem?
I don't use any login or api key to ...
0
votes
1answer
378 views
Wikipedia search results different for api (opensearch) vs normal web interface?
For the text query "major+histocompatibility+complex+class+II+antigens" I get different results using the web and api interfaces. Is there a way to get the same results as the web interface using the ...
0
votes
1answer
70 views
how to get wikipedia templates to work with wikimedia
i exported a category of wikipedia, checking the include templates as i did so and imported it into a mediwiki install, but all the pages are messed up how do get all the necessary templates so the ...
0
votes
1answer
286 views
Wikipedia API: list=alllinks confusion
I'm doing a research project for the summer and I've got to use get some data from Wikipedia, store it and then do some analysis on it. I'm using the Wikipedia API to gather the data and I've got that ...
0
votes
1answer
1k views
Updating .class file in a jar throws exception
I'm trying to port a wikimedia plugin to run on OpenVMS and needed to alter a class. I'm trying to update the .class file in the jar using jar uf jar-file .class-file, however when I do this I get the ...