On 10/31/07, Roan Kattouw roan.kattouw@home.nl wrote:
Phil Gyford schreef:
I want to get the contents of some specific Wikipedia pages to display on different, non-wiki, site[1]. I can see how to retrieve the body of a page marked up in wiki format, but is there any way to get it already rendered as HTML?
The API will soon be able to do this (when Wikipedia upgrades to the latest version), but you can also do http://en.wikipedia.org/w/index.php?title=Article_name&action=render
Perfect! Thanks so much Roan. Out of interest, where else would I have found out about this - is there some instructions I missed on the wikipedia site? Thanks again.