承接 mediawiki/graph-viz 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mediawiki/graph-viz

最新稳定版本:3.1.0

Composer 安装命令:

composer require mediawiki/graph-viz

包简介

Online DOT graph renderer and message sequence chart renderer

README 文档

README

Latest Stable Version Packagist download count

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 as dot. Default is null, which gets converted to /usr/bin/ on POSIX and C:\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
  • 点击次数: 4
  • 依赖项目数: 1
  • 推荐数: 3

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2014-06-25