From ea71d691e963350dadd37e9cd5a1dd89932438d8 Mon Sep 17 00:00:00 2001 From: wvengen Date: Wed, 30 Oct 2013 09:50:06 +0100 Subject: [PATCH] update foodsoft_wiki README --- lib/foodsoft_wiki/README.rdoc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/lib/foodsoft_wiki/README.rdoc b/lib/foodsoft_wiki/README.rdoc index db552fde..852d77a1 100644 --- a/lib/foodsoft_wiki/README.rdoc +++ b/lib/foodsoft_wiki/README.rdoc @@ -1,3 +1,17 @@ = FoodsoftWiki -This project rocks and uses MIT-LICENSE. \ No newline at end of file +This plugin adds wiki pages to foodsoft. A new 'Wiki' menu is added next to +the 'Foodcoops' menu in the navigation bar. + +This plugin is enabled by default in foodsoft, so you don't need to do anything +to install it. If you still want to, for example when it has been disabled, +add the following to foodsoft's Gemfile: + +```Gemfile +# we use the git version of acts_as_versioned, so this needs to be in foodsoft's Gemfile +gem 'acts_as_versioned', git: 'git://github.com/technoweenie/acts_as_versioned.git' +gem 'foodsoft_wiki', path: 'lib/foodsoft_wiki' +``` + +This plugin is part of the foodsoft package and uses the GPL-3 license (see +foodsoft's LICENSE for the full license text).