Movatterモバイル変換


[0]ホーム

URL:


Trac Hacks
wiki:WebSequenceDiagramPlugin

Context Navigation


Contents

  1. Description
  2. Bugs/Feature Requests
  3. Download
  4. Source
  5. Installation
  6. Configuration
  7. Recent Changes
  8. Author/Contributors

RenderUML diagrams on Trac wiki and ticket pages

Notice: This plugin is unmaintained and availableforadoption.

Description

This plugin is a macro that allows you to include a sequence diagram fromWebsequenceDiagrams. WebsequenceDiagrams is a platform for creating online process diagrams that can be embedded within a web page. This among other things allows you to integrateUML sequence diagrams from Web Sequence Diagrams in Trac wiki pages, which can be foundhere.

An example usage:

{{{#!SequenceDiagramAlice->Bob: Authentication Requestnote right of Bob: Bob thinks about it.Bob-->Alice: Authentication Response}}}

This will be displayed as follows:

WebSequence diagram example

WebsequenceDiagrams is free to use, but is proprietary licensed.

See also:

Bugs/Feature Requests

Existing bugs and feature requests forWebSequenceDiagramPlugin arehere.

If you have any issues, create anew ticket.

defect

1 / 1

enhancement

0 / 1

Download

Download the zipped source fromhere.

Source

You can check outWebSequenceDiagramPlugin fromhere using Subversion, orbrowse the source with Trac.

Installation

The installation of the sequence diagram plugin from source is done by creating a Python egg distribution file and copying the .egg file tothe Trac plugins directory. Detailed information on Python eggs can be found athere. Inaddition, the Easy Install package is required to create Python eggs. SeeEasyInstall for more information on using and installing Easy Install.

Change to the download directory and run:

python setup.py bdist_egg

This will generate a Python egg in the dist directory. Copy the egg file into thetrac/plugins directory and follow the Configuration steps outlined below.

To enable the plugin add the following to yourtrac.ini file:

[components]sequencediagram.*=enabled

Configuration

Optionally, you can specify a style for the sequence diagram by adding a sequence diagram section to thetrac.ini file:

[sequencediagram]style=rose

Recent Changes

6391 byrjollos on 2009-08-18 07:11:49
Adding WebSequenceDiagram code fromhttp://www.websequencediagrams.com/embedding.html
6390 byrjollos on 2009-08-18 07:10:40
Adding directory for 0.11
6169 byrjollos on 2009-07-09 22:43:06
New hackWebSequenceDiagramPlugin, created byrjollos
(more)

Author/Contributors

Author: Carl Gould (Inductive Automation)
Maintainer:none (needsadoption)
Contributors:

Last modified3 years agoLast modified on Feb 16, 2022, 5:52:48 PM

Attachments(1)

Download all attachments as:.zip

Download in other formats:


Trac Powered

Powered byTrac 1.2.6
ByEdgewall Software.


[8]ページ先頭

©2009-2025 Movatter.jp