hot questions tagged wikipedia+wiki - Stack Overflowmost recent 30 from stackoverflow.com2009-12-12T07:31:37Zhttp://stackoverflow.com/feeds/tag?tagnames=wikipedia%2bwiki&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1658264/how-does-wikipedia-avoid-duplicate-entries1How does Wikipedia avoid duplicate entries?EBAGHAKI2009-11-01T20:47:45Z2009-11-02T11:34:21Z
<p>How can websites as big as <a href="http://en.wikipedia.org/wiki/Wikipedia" rel="nofollow">Wikipedia</a> sort duplicated entries out?</p>
<p>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 a method please send it.</p>
<p>----update----</p>
<p>Suppose there is wikipedia.com/horse and somebody afterward creates wikipedia.com/the_horse this is a duplicate entry! It should be deleted or may be redirected to the original page.</p>
http://stackoverflow.com/questions/1509965/how-to-change-the-color-of-horizontal-line-on-a-wiki-page0How to change the color of horizontal line on a wiki page?Rajish2009-10-02T14:45:58Z2009-11-04T23:47:09Z
<p>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")</p>
http://stackoverflow.com/questions/1318644/how-to-make-templates-after-installing-mediawiki0How to make templates after installing MediaWiki?NARKOZ2009-08-23T14:04:28Z2009-08-23T16:24:03Z
<p>Hi. I had just installed MediaWiki. What must I do to have wikipedia style templates like this: <a href="http://i.piccy.info/i4/4b/37/fe303fda0c813c0bda717d3a1e3b.png" rel="nofollow">http://i.piccy.info/i4/4b/37/fe303fda0c813c0bda717d3a1e3b.png</a> (example).
I have already installed ParserFunctions Extension on my MediaWiki CMS. I have tried to look source & copy it, but it didn't work. Thanks.</p>
<p>*<em>sorry for my English (it isn't my native language)</em></p>
http://stackoverflow.com/questions/1094829/inserting-articles-straight-into-mediawiki-database1Inserting articles straight into MediaWiki databaseCosmin2009-07-07T20:56:45Z2009-07-10T05:08:55Z
<p>I need a way to insert new articles straight into my MediaWiki database without damaging the wiki installation. </p>
<p>I'm guessing if I knew what tables/attributes MediaWiki inserts to when creating a new article then I could fill them in myself.</p>
<p>Does anyone know a better way or have any suggestions?</p>
http://stackoverflow.com/questions/1021406/mediawiki-invalid-edit-token0Mediawiki: Invalid Edit TokenStefan2009-06-20T10:52:39Z2009-09-07T22:00:01Z
<p>Hello,</p>
<p>I use the API with HTTP POST to create a wiki page in a Mediawiki (1.14):</p>
<ol>
<li>I require an edit token </li>
<li>It works, I get a fresh token (example: d96d72fae5e6c43b0b9f63d82ace366)</li>
<li>I send the HTTP POST for creating a new site with my new token (sth. similar to "d96d72fae5e6c43b0b9f63d82ace366+\"</li>
<li>I get an error message <strong>"Invalid Token"</strong></li>
</ol>
<p>I don't understand why I get this message, because I send a freshly created token in my POST request.</p>
<p>Any idea?</p>
http://stackoverflow.com/questions/661584/is-there-a-parser-way-available-to-parser-wikipedia-dump-files-using-python1Is there a parser/way available to parser Wikipedia dump files using Python?Maddy2009-03-19T09:44:26Z2009-05-28T20:23:25Z
<p>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 file to get the stuff done. Do we have an efficient parser to do this job. I am a python developer. So I prefer any parser in python. If not suggest me one and I will try to write a port of it in python and contribute it to the web, so other persons make use of it or atleast try it. Please suggest me one. So all I want is a python parser to parser wikipedia dump files. I started writing a manual parser which parses each node and gets the stuff done.</p>
http://stackoverflow.com/questions/611827/what-software-does-wikia-use-and-can-i-have-that-for-my-own-hosted-wiki-2What software does Wikia use and can I have that for my own hosted Wiki?Jeremy Rudd2009-03-04T18:24:19Z2009-03-25T08:04:28Z
<p>I want my own hosted Wiki so its fully under my control, but would like something as advanced as <a href="http://starwars.wikia.com/wiki/Main%5FPage" rel="nofollow"><strong>Wikia</strong></a> rather than the plain, feature-lacking <a href="http://en.wikipedia.org/wiki/Main%5FPage" rel="nofollow"><strong>Wikipedia</strong></a> style MediaWiki.</p>
<p>What software does Wikia use and can I have that for my own hosted Wiki? Is it just upgraded/added-on MediaWiki. </p>