Am 14.10.2008 um 13:43 schrieb [EMAIL PROTECTED]: > I want to use power of MediaWiki parser for my own web site, written > on PHP. But I didn't find any suitable documentation for mwlib.
If you want to program against the API of mwlib, unfortunately there's almost no documentation yet: You have to read the source code. > I think, it can be used with Python extension for PHP. I installed > mwlib, but where is parser, and how to use it, I don't know. The main parser code is in parser.py which has dependencies to some other stuff like scanner.py. The higher-level interface to the parser is in uparser.py -- Johannes Beigel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/mwlib?hl=en -~----------~----~----~----~------~----~------~--~---
