目录

Redproject Plugin

兼容的版本 Dokuwiki

Frusterick Manners, Elenor of Tsort, Detritus, Hrun

plugin This plugin display a roadmap of your redmine's project in dokuwiki.

最后更新于
2018-01-09
提供
Syntax
仓库
源码

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

标签 issue, project, redmine, roadmap

Description

Redproject display a roadmap and some other informations of your Redmine's project in Dokuwiki :

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Requirements

Redproject needs Php-Redmine-API to work. Download it inside your shared folder of php, like /usr/share/php or in the redproject's folder. If you use redissue too, the first option is better.

$ mkdir vendor
$ cd vendor
$ git clone https://github.com/kbsali/php-redmine-api.git
$ cd php-redmine-api
$ git checkout v1.5.5

Don't forget to install the requirements of PhP-Redmine-API : $ sudo apt-get install php5-curl php5-common

Syntax

<redproject proj="identifier_project" />
<redproject proj="identifier_project">Text to display at the bottom of the page</redproject>

The “identifier_project” can be found in your project → settings → information → Identifier.

Preview

Here is a preview of the last version :

Configuration and Settings

You can configure the plugin in the Config Manager of DokuWiki :

Change Log

Known Bugs and Issues

Please report your issue at Redproject

FAQ

If you have any question, please ask here.