Question

I would like to have wiki-editable parts on a site I'm coding (in php) and I could'nt find any tutorial about it.

Considering MediaWiki as an example, I would like to be able to include the tab list (Article, Talk, Read, Edit, History) and the actual contents, without the other parts which are the top create account/login thing, the left logo, menu and language links and the page footer, which are not relevant in this case.

I'm not asking for a direct answer here, since I'm sure this is not trivial and the integration must have some ramifications with external user account management, issues with the edit form's target page and post/get parameters management, and other things I can't think about right know. I need pointers to tutorials about this, or the right manual page.

Wiki software choice

MediaWiki seems like a reference among wiki implementations, and is most probably the best known to the average internet user. Because of its (supposedly) bigger user (coder) base, my guess is that MediaWiki has more chance to feature easy integration.

But I may very well be wrong and I'm willing to try out any wiki software.

Was it helpful?

Solution

I tried harder and did it with the help of Advice for integrating a blog and wiki in a custom site which suggests "Stripping Wordpress and MediaWiki of most of their respective visuals and including them both in the site using iframes."

and an answer to Displaying a mediawiki within a iframe which resolves the Edit-button-not-working problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top