HI all,
I'm building web applications with Python/Pylons/jQuery and I've got a help system implemented, but not populated. Each application "page" has a Help link in the footer than open a ColorBox popup with a specific URL to populate it. I'd like to use MediaWiki to supply the Help content, but I don't want the whole MediaWiki interface, just the page contents. I don't the users of the Help system to be able to edit the help pages, just view them. In that way I can create, edit and maintain those pages from MediaWiki and the pages can be displayed in the ColorBox popup.
Does anyone know if this is possible, and if so, can you give me some pointers or references about how to go about doing it? It would be great if the URL passed to MediaWiky by ColorBox contained enough parameters to tell MediaWiki to suppress the editing interface.
Thanks in advance, Doug