This is a plugin for Question2Answer that adds a wiki.
- simple but fully-featured wiki based on public domain ErfurtWiki
- revision history
- adds wikify button to answers
- ability to change question title when wikifying
- adds parent question and selected answer text to new wiki pages
- updates the WikiAnswers wiki page on wikify
- specify what roles can edit wiki pages, and which can wikify via admin/permissions
- adds three custom badges for wikifying posts (req. badges plugin)
- Install Question2Answer
- Get the source code for this plugin from github, either using git, or downloading directly:
- To download using git, install git and then type
git clone git://github.com/pupi1985/q2a-wiki.git
at the command prompt (on Linux, Windows is a bit different) - To download directly, go to the project page and click Download
- To download using git, install git and then type
- navigate to your site, go to Admin -> Plugins on your q2a install and find the Wiki section.
This is alpha code. It may not work as expected. It may corrupt your data. Refunds will not be given. If it breaks, you get to keep both parts.
All plugin code herin is Copylefted; _ErfurtWiki is Public Domain.
Question2Answer is a free and open source platform for Q&A sites. For more information, visit:
http://www.question2answer.org/
Special thanks to the creators of _ErfurtWiki, without whose work this plugin wouldn't be possible.