开发者

Embed a single wiki page in a javascript page (dynamic creation)

Can we have a wiki page -e.g. in a tab- (to collaboratively write and edit a text) inside a javascript page by a PHP server?

What I want is the following: consider you have a website (javascript, php) showing some information, and you want your page to consist of two tabs: one for the information display and one as a single wiki page to collaboratively write something about the information tab. As an alternative to the tab, we may use a link but I don't want the link to direct user to an external page or to another sys开发者_运维问答tem (like a standalone complete wiki).

I haven't used wiki (as a programmer), if the answer to this question is positive, then I will start using it! So, please consider me as a total beginner. If you know something other than wiki which can support collaborative editing on a single page please let me know, there should be lighter techniques.

EDIT: I want the page to be dynamically created, so having only one page is not useful, I have n information tabs which are created according to some data and I need n corresponding wiki pages (so, I can't create these pages manually and add them to my system).

Thanks


We are using a similar solution by simply using a IFRAME pointing to a external wiki URL. The URL depends on the item the user is currently working on.

Most Wiki systems allow you to open any inexistent URL/Wiki page and create the page with one click.

In our case we are using MoinMoin wiki, but I guess you could use almost every Wiki system out there.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜