Tagged Questions
4
votes
3answers
185 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 ...
4
votes
3answers
3k views
Is there a parser/way available to parser Wikipedia dump files using Python?
I have a project where in I collect all the wikipedia articles belonging to a particular category, pull out the dump from the wikipedia, and put it into our db. So I should be parsing wikipedia dump ...
2
votes
4answers
506 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 ...
2
votes
6answers
1k 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 ...
1
vote
1answer
49 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 ...
1
vote
1answer
454 views
Problem in Wikipedia API
I have problem using the Wikipedia API. I use this PHP script,
<?php
$xmlDoc = new DOMDocument();
...
1
vote
4answers
511 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
3answers
2k 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 ...
0
votes
0answers
10 views
Importing Data into ExpressionEngine's Wiki Module
I plan to use EE’s Wiki Module in the future and was wondering how I’d go about getting information from Wikipedia into EE’s Wiki Module.
I don’t know much about how this works, but I assume I’d be ...
0
votes
1answer
117 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!!
...
0
votes
1answer
69 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
69 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 ...
0
votes
2answers
170 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
395 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 ...
0
votes
1answer
301 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 ...
-1
votes
1answer
53 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...!
...
-1
votes
2answers
99 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 ...
-1
votes
4answers
530 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 ...