项目

一般

简介

插件 » Redmine Knowledgebase 知识管理插件

Redmine Knowledgebase

为redmine增加专业的知识管理功能

发布于: https://github.com/alexbevi/redmine_knowledgebase
兼容于: Redmine 5.1.*, 5.0.*, 4.2.*, 4.1.*, 4.0.*, 3.4.*, 3.3.*, 3.2.*

最新版本: 4.1.1_修订版_7 更新日期: 2024-03-25 19:41

基本介绍

为redmine增加专业的知识管理功能。主要功能包括:
  • Article versioning
  • View differences between versions
  • Email notifications and atom feeds
  • Categorization of articles
  • Article ratings
  • File attachments
  • Comment on articles
  • Article tagging
  • Visual indexes with thumbnails (optional)
  • Project-based permissions

插件演示地址:

本插件可能会与redmineup的redmine_tags插件存在冲突,解决方案是安装 redmine_acts_as_taggable_on 以化解他们的冲突。
※ 注意插件4.1.1版本仅支持Redmine 4.1.x. 旧版本redmine可以对应使用早期的 v3.2.2或更早的对应分支版本
※ 目前4.1.x, 已经可以和Redmine CRM 插件共存了

知识库插件目前有效的宏语法:

{{kb(<article_id>)}} will render a link to the "kb#<article_id>" format. (It may change according to your locale).
{{article_id(<article_id>)}}, identical to the kb macro, will render a link to the "kb#<article_id>" format.
{{article(<article_id>)}} will render a link to the "kb#<article_id>: <article_title>" format.
{{category(<category_id>)}} will render a link to the "<category_title>" format, only renders the title of the category.