This shows you the differences between two versions of the page.
|
docs:revisionsrater [2017/09/19 23:20] kkutt created |
docs:revisionsrater [2022/03/23 16:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== revisionsrater ====== | ||
| + | ===== Motivation ===== | ||
| + | |||
| + | revisionsrater plugin is a part of BiFröST Framework responsible for allowing users a simple way for pages evaluation. It lists all revisions of specific wiki page and gives a possibility to rate each of them on 1-5 stars scale. | ||
| + | These evaluations can be then further analysed along with other pieces of information available within the Framework. | ||
| + | |||
| + | ===== How it works? ===== | ||
| + | |||
| + | revisionsrater is based on two other DokuWiki plugins: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | It lists all revisions (as in Changes plugin) | ||
| + | and then for each of them it gives user a possibility to evaluate the revisions | ||
| + | and see the current score (as in Rater plugin). | ||
| + | Obsolete code and customization possibilities were removed from both plugins | ||
| + | to make it as simple as possible. | ||
| + | |||
| + | To display a list of revisions of specific page simply put the macro '' | ||
| + | |||
| + | ===== Give it more power! ===== | ||
| + | |||
| + | It is advised to use revisionsrater plugin along with the two other plugins to provide robust environment for opinions and discussion: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | The workflow is as follows: | ||
| + | - The regular wiki page is created. | ||
| + | - The discussion page can be accessed using the Talkpage option in the page's context menu or using the link created manually (using the macro '' | ||
| + | - On the discussion page, the code responsible for generation of voting mechanism and discussion should be specified, e.g. for page '' | ||
| + | - There the code for ratings '' | ||
| + | - Finally, the discussion page is rendered as below: \\ {{: | ||