On Tue, May 18, 2010 at 16:37, xManish <[email protected]> wrote:
Has anybody embedded xwiki into their existing project? I am looking to embed wiki engine to my existing project. If anybody has done that, would you share your experience in doing so. Like how you started it. What are possible options for it.
I depends what part you are calling wiki engine, if it's only about interpreting/produce wiki syntax without the database part, that's pretty easy to do since rendering module has been designed to be used outside of XWiki. See http://code.xwiki.org/xwiki/bin/view/Modules/RenderingModule#HUsingtheRender... for details. It's supposed to be also possible for the WYSIWYG with a little more effort for now but i don't know it very well. You can find (search on http://xwiki.markmail.org/) several thread about that on the mailing list (i remember at least one very recent).
Thankyou in advance, Manish -- View this message in context: http://xwiki.475771.n2.nabble.com/Embed-xwiki-to-existing-project-tp5070278p... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne