Integrating an exisitng Wiki with Redmine Wiki
Added by Hayron Ruiz Corrales about 14 years ago
Hi all:
There is a way to embed my existing Wiki (moinmoin powered) into Redmine Wiki??
Appreciate any ideas...
Thanks
Replies (8)
RE: Integrating an exisitng Wiki with Redmine Wiki - Added by Felix Schäfer about 14 years ago
There's a plugin to display a page of your choosing in a frame in an extra project tab, other than that, it will be quite hard as IIRC moin moin isn't really intended to be used as an engine instead of a full-fledged web-app.
RE: Integrating an exisitng Wiki with Redmine Wiki - Added by Hayron Ruiz Corrales about 14 years ago
Are you talking about Embedded Pluging accesible from: http://www.redmine.org/wiki/redmine/PluginEmbedded or there's another??
RE: Integrating an exisitng Wiki with Redmine Wiki - Added by Felix Schäfer about 14 years ago
Talking about that one, yes.
RE: Integrating an exisitng Wiki with Redmine Wiki - Added by Hayron Ruiz Corrales about 14 years ago
As i seen in this plugin my existing html files should be placed in the same server where redmine resides, but what if my existing html files are placed in another server?
Remember i'm trying this plugin to put my existing and independent wiki available inside the project page in Redmine.
For instance:
mi wiki is in
http://mywiki.domain
and the project page is in
http://redmine.domain/projects/MyProject1
thanks
RE: Integrating an exisitng Wiki with Redmine Wiki - Added by Felix Schäfer about 14 years ago
Oh, sorry, I thought the plugin would take URLs, not files. You're right, that won't work.
RE: Integrating an exisitng Wiki with Redmine Wiki - Added by Hayron Ruiz Corrales about 14 years ago
No problem. Then, so far there's no solution to my need?
RE: Integrating an exisitng Wiki with Redmine Wiki - Added by Felix Schäfer about 14 years ago
None I know of.
RE: Integrating an exisitng Wiki with Redmine Wiki - Added by Hayron Ruiz Corrales about 14 years ago
Despite the plugin documentation available in http://www.redmine.org/wiki/redmine/PluginEmbedded says: "Any other HTML files can be displayed as well unless they contain HTML frames" I could find a solution to my need.
I create a html file named main.html with an iframe inside to point to my html files, and place it in /var/doc/{PROJECT}/html (this place is configurable in the HTML directory in the plugin configuration settings)
I hope this helps someone else.