mediawiki/graph-viz
最新稳定版本:3.1.0
Composer 安装命令:
composer require mediawiki/graph-viz
包简介
Online DOT graph renderer and message sequence chart renderer
README 文档
README
The MediaWiki GraphViz extension lets users collaborate to create and display graphs and message sequence charts as in-line images on wiki pages using tools from the open-source Graphviz and Mscgen projects. For more information, consult the release notes.
Requirements
- PHP 5.4 or later
- MediaWiki 1.23 or later
Installation
The recommended way to install this extension is by using Composer. Just add the following to the MediaWiki composer.json file and run the `php composer.phar install/update` command.
{
"require": {
"mediawiki/graph-viz": "^2.0"
}
}
Configuration
To configure this extension, you may set any of the following after wfLoadExtension( 'GraphViz' ); in your LocalSettings.php:
$wfGraphVizExecPath, defines the path to the GraphViz binaries, such asdot. Default isnull, which gets converted to/usr/bin/on POSIX andC:\Program Files\Graphviz\bin\on Windows.$wfGraphVizMscgenPath, defines the path to the mscgen binaries. Default is"".$wfGraphVizDefaultImageType, defines the default output image format. Default is"png".
Contribution and support
Development is coordinated by Keith Welter and Jeroen De Dauw.
If you have remarks, questions, or suggestions, please add a topic to the GraphViz extension talk page.
If you want to contribute work to the project, start by reading the MediaWiki hacker tutorial. A list of people who have made contributions in the past can be found here.
To report a bug, go here.
License
Generally published under GNU General Public License 2.0 or later together with third-party plugins and their license.
统计信息
- 总下载量: 25.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 3
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2014-06-25

