Tagged Questions
4
votes
3answers
161 views
How to convert Wikipedia wikitable to Python Pandas DataFrame?
In Wikipedia, you can find some interesting data to be sorted, filtered, ...
Here is a sample of a wikitable
{| class="wikitable sortable"
|-
! Model !! Mhash/s !! Mhash/J !! Watts !! Clock !! SP !! ...
0
votes
0answers
87 views
can't figure how to login using mediawiki api
$ch=curl_init();
$postfield = "action=login&lgname=d&lgpassword=Password&format=json";
$url = "http://wiki.signa.com/api.php"; //url to wiki's api
curl_setopt($ch, CURLOPT_URL, $url);
...
0
votes
1answer
30 views
How to get all redirects to a page in Wiki API?
I need all names(redirects) for a title.
Example: for title "European Court of Human Rights" I need redirects list:
Cour européenne des droits de l’homme
European Human Rights Court
European Court ...
0
votes
3answers
185 views
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 familiarity with wiki-markup and can create simple pages with links, etc.
...
0
votes
1answer
125 views
wikipedia API to get a particular search text in text format
I want to grep all the content of the "United States of America" to a text file without images. I am looking a response in text format.
How can I do that? I got this url constructed: ...
1
vote
1answer
113 views
trouble with a private wiki mediawiki and bot to create pages
I have a private wiki running in localhost. I use mediawiki 1.19 and I have to insert nearly 100 pages in mediawiki's database.
I've tried pywikipediabot but it doesn't work, I've got trouble about ...
0
votes
2answers
141 views
Wiki based website - Choice of technology
I am willing to build a wiki-based website that would have some other features, namely comments, social sharing, video insertion, article rating and gamification. In a nutshell, something very close ...
0
votes
3answers
112 views
How to make searchable “text/contents” on wiki page?
I have created a page on Wiki and I want to make the contents of this page searchable via wiki search option.
Wiki mean Wikipedia
i.e. title/heading of page is "ABCDEFG". If someone search "ABCD" in ...
0
votes
0answers
229 views
java.io.IOException while trying to import from a compressed xml dump
I'm trying to import a bzipped wiki XML dump into my local wiki database. I'm using a tool called MWDumper to import the enormous English Wikipedia XML dump. Everything seemed to be running smoothly ...
1
vote
2answers
92 views
Business user add rows to wiki table
I am trying to see if its possible to dynamically add/remove rows in a wiki page.
Context:
I have a knowledge base site which is wiki base, that everyone in our company has access to, unfortunately ...
0
votes
1answer
325 views
How to search wikipedia with search string and fetch data, parse and disply in my app…?
all
I have searched this in google, but I confused with lot of sites which are no clear step by step procedure I found.
If any have Idea what are all the things need to be done. Please guide me...!
...
2
votes
2answers
161 views
Anybody know what editor MediaWiki and Wikipedia are using?
Just started a Wiki built on MediaWiki and is disappointed with the default editor. Have seen the text editor on MediaWiki and Wikipedia (when editing) and they appear to be the same. I was wondering ...
0
votes
1answer
536 views
Customizing a sharepoint 2007 wiki site
I have been asked to customize a SharePoint 2007 wiki site into a 'Wikipedia' like interface and functionality.
After a bit of goggling it turns out that wiki's are not that readily customizable!!
...
-1
votes
2answers
558 views
Is there an Application that I can view Wikipedia offline? [closed]
I'm finding that I need access to wikipedia a lot when I'm offline and was wondering if there was an app that I could use to browse it offline? I would only require articles in English. I realise this ...
0
votes
1answer
220 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 ...
1
vote
2answers
883 views
Problem in Wikipedia API
I have problem using the Wikipedia API. I use this PHP script,
<?php
$xmlDoc = new DOMDocument();
...
2
votes
5answers
2k views
Getting the infobox section of wikipedia
If I have the url to the page, how would I get obtain the infobox on the right using mediawiki webservices?
1
vote
1answer
157 views
jQuery script for clickNshow on a dokuwiki page
I am making a dokuwiki for our company, but because the documents tend to get very large, I want to collapse the sections and only show the headers. The sections should appear when the header has been ...
2
votes
3answers
3k views
Wikipedia : Java library to remove wikipedia text markup removal
I downloaded wikipedia dump and now want to remove the wikipedia markup in the contents of each page. I tried writing regular expressions but they are too many to handle. I found a python library but ...
4
votes
3answers
343 views
Where to find “bug free” html to wiki converter
While googling for it.I've stumbled upon html2wiki that seems to do the job(will try after done posting the Q up). But, other than that, there are many other choices popped out during the query ...
2
votes
4answers
600 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
2answers
528 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")
1
vote
1answer
998 views
How to make templates after installing MediaWiki?
I had just installed MediaWiki. What must I do to have wikipedia style templates like this: http://i.piccy.info/i4/4b/37/fe303fda0c813c0bda717d3a1e3b.png (example).
I have already installed ...
6
votes
6answers
2k views
Inserting articles straight into MediaWiki database
I need a way to insert new articles straight into my MediaWiki database without damaging the wiki installation.
I'm guessing if I knew what tables/attributes MediaWiki inserts to when creating a new ...
0
votes
1answer
538 views
Mediawiki: Invalid Edit Token
I use the API with HTTP POST to create a wiki page in a Mediawiki (1.14):
I require an edit token
It works, I get a fresh token (example: d96d72fae5e6c43b0b9f63d82ace366)
I send the HTTP POST for ...
5
votes
3answers
4k views
Is there a parser/way available to parser Wikipedia dump files using Python?
I have a project where I collect all the Wikipedia articles belonging to a particular category, pull out the dump from Wikipedia, and put it into our db.
So I should be parsing the Wikipedia dump ...
-1
votes
4answers
1k views
What software does Wikia use and can I have that for my own hosted Wiki?
I want my own hosted Wiki so its fully under my control, but would like something as advanced as Wikia rather than the plain, feature-lacking Wikipedia style MediaWiki.
What software does Wikia use ...