跳转到主要内容

ReviewBoard上的代码审查的helga插件,用于扩展短码

项目描述

A helga plugin for expanding shortcodes for code reviews on ReviewBoard. This matches the pattern \bcr(\d+)\b and requires configuring the setting REVIEWBOARD_URL. For example

<sduncan> can someone look at cr1234
<helga> sduncan might be talking about codereview: http://example.com/r/1234

This match plugin will also show links for any code review match it finds

<sduncan> can someone look at cr1234 and cr456
<helga> sduncan might be talking about codereview: http://example.com/r/1234, http://example.com/r/456

设置

REVIEWBOARD_URL

A URL string format for showing ReviewBoard links. This should contain a format parameter ‘{review}’. (default: ‘http://localhost/{review}’)

许可证

版权(c)2015 Shaun Duncan

MIT许可证下授权。

项目详情


下载文件

下载适合您平台文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源分布

helga-reviewboard-0.2.0.tar.gz (2.6 kB 查看哈希值)

上传时间 源代码

支持