Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

Does Question2Answer integrate with DokuWiki?

+1 vote

I am interested in deploying Question2Answer on our intranet to replace the forums and mailing lists used by our developers. We have a lot of content on our DokuWiki installation, though, and I have a few questiosn regarding Question2Answer and DokuWiki:

  • Can I search across both Question2Answer and DokuWiki content?
  • Can I easily link between DokuWiki and Question2Answer content?
  • Can I promote Question2Answer content to the wiki? I can imagine some questions morphing into articles.

Could the plugin architecture support these features? Is there a better alternative?

asked Jul 22, 2011 in Q2A Core by anonymous

1 Answer

+1 vote
No, there is no integration like that provided. However, some of what you're looking for could be scripted manually and done with Q2A plugins. You can also use SSO to allow users of the wiki to log in to Q2A.

Searching across a completely different set of tables is not possible at all and I would assume is way outside the scope of Q2A.

I don't know exactly how and what you want to cross-link but you could do another plugin that takes the title or tags from a Q2A question and finds relevant links on the wiki.

You could make a plugin that takes the content of a question from Q2A and inserts it into your wiki database, then optionally hides the original question.
answered Jul 23, 2011 by DisgruntledGoat