Project

General

Profile

Plugins Directory » Redmine Wiki Books

Author: Txinto Vaz
Website: http://gatatac.org/projects/redmine-wikibooks
Code repository: https://github.com/txinto/redmine_wiki_books
Registered on: 2011-08-29 (over 12 years ago)
Current version: 0.0.6
Compatible with: Redmine 3.2.x
User ratings:   (0)

This plugin allows the user to define a book index of wiki pages and navigate through the book.
Each project has its own books based on wiki pages.
Each book contains chapters.
Each chapter is a link to a wiki page and has a sorting order value (a float) and a chapter numbering (an string).
The numbering is shown in the book index, preceding each chapter. Some examples are: 1.2, 3.a), etc.
The sorting order allows the user to control the chapter order.

The wiki books permission for editing and managing the books is based in the plugin permission system.

The recommended permissions are:
  • Manager role: view books, manage books, view book chapters.
  • Developer role: view books, manage books, view book chapters.
  • Reporter role: view books, view book chapters.
  • Non member: view books, view book chapters (they only can view books if the book project is public).
  • Anonymous: view books, view book chapters (they only can view books if the book project is public).

Github repository: https://github.com/txinto/redmine_wiki_books
Install instructions http://www.redmine.org/projects/redmine/wiki/Plugins

You can see some samples here: http://gatatac.org/book_chapters/1?project_id=redmine-wikibooks and http://gatatac.org/projects/redmine-wikibooks/wiki

v0.0.3: Tested with Redmine 2.3.2 stable.

NEW! There is a branch (rm3) that is compatible with Redmine 3.x. See here

v0.0.6: Tested with Redmine 3.2 stable.

Changelog

0.0.6 (2016-04-15)

Compatible with Redmine 3.2.x.

This release is made from rm3 development branch, which is compatible with Redmine 3.x.

For Redmine 2.x compatibility, use 0.0.3 version.

0.0.3 (2013-11-19)

Compatible with Redmine 2.4.x, 2.3.x.

Now this plugin is compatible with Redmine 2.3.x and 2.4.x (tested with 2.3.2 and 2.4.0). Probably is compatible with other 2.x.x versions but not tested yet.

0.0.2 (2011-09-24)

Compatible with Redmine 1.3.x, 1.2.x.

0.0.1 (2011-08-30)

Compatible with Redmine 1.2.x, 1.3.x.