1

I need to render wikitext (pulled from the database of a mediawiki of it's relevant) and display in some other format (ultimately to be rendered as a PDF, but basically any other format will do).

I can definately hack together something that does the job but ultimately I'll be writing it as I go along, and I can see that the overhead of implementing new tags as people in my team use them will eat up a lot of my time.

Is there a project to do this?

I saw TiddlyWiki which is written in python, which I will look into borrowing their library, but in the meantime I figured there may be a project that's a bit more niche that someone knows?

Cheers

richo
  • 8,717
  • 3
  • 29
  • 47

3 Answers3

5

redirect Python module for wiki markup

Community
  • 1
  • 1
Evgeny
  • 10,698
  • 9
  • 60
  • 70
  • 1
    why downvote, i think there are good answers. I didn't mean to pick on @Richo this question has been asked before :) – Evgeny Dec 03 '09 at 00:40
  • 1
    Whoopsie, I searched SO for python wikitext, should have searched for python wiki I think ;) – richo Dec 03 '09 at 00:41
1

http://www.mediawiki.org/wiki/Extension:Collection

Bryan
  • 692
  • 5
  • 9
-1

pywikipedia i have found to be best

James Wanchai
  • 2,861
  • 4
  • 21
  • 16