Hello: Can someone point me in the direction of possibly prepending some customized mw skins' data to the page content before being rendered to pdf?
I am running a private render server on solaris, with mw 1.13, mwlib 0.12.12, mwlib.rl 0.12.4, mwlib.ext 0.12.2. I've played with pdfstyles.py & customconfig.py and am reading up on the mwlib.rl, reportlab, and python documentation. >From what I can tell, the file: python/lib/python2.6/site-packages/mwlib-0.12.12-py2.6-solaris-2.10- sun4u.egg/mwlib/net/mwapi.py Constructs this api call: http://localhost/wiki/api.php?action=query&prop=revisions&titles=Main_Page&rvprop=ids|content|timestamp|user&format=json Then the json gets converted to wikitext and rendered to pdf in mwlib.rl? I'd like to be able to add content to the result of the api call above, either as a wrapper or prepended before being rendered to pdf. Regards, lisa -- 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.
