Changes between Version 8 and Version 9 of WebSequenceDiagramPlugin


Ignore:
Timestamp:
Nov 6, 2016, 9:08:12 AM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • WebSequenceDiagramPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Integrate UML diagrams with Trac
     3= Integrate UML diagrams in Trac wiki and ticket pages
    44
    55== Description
    66
    7 This plugin is a macro that allows you to include a sequence diagram from http://www.websequencediagrams.com. This among other things allows you to integrate [https://en.wikipedia.org/wiki/Sequence_diagram UML sequence diagrams] from Web Sequence Diagrams in Trac wiki pages. It can be found [http://www.websequencediagrams.com/embedding.html here].
     7This plugin is a macro that allows you to include a sequence diagram from [http://www.websequencediagrams.com WebsequenceDiagrams]. !WebsequenceDiagrams is a platform for creating online process diagrams that can be embedded within a web page. This among other things allows you to integrate [wikipedia:Sequence_diagram UML sequence diagrams] from Web Sequence Diagrams in Trac wiki pages, which can be found [http://www.websequencediagrams.com/embedding.html here].
     8
     9An example usage:
     10
     11{{{
     12{{{
     13#!SequenceDiagram
     14Alice->Bob: Authentication Request
     15note right of Bob: Bob thinks about it.
     16Bob-->Alice: Authentication Response
     17}}}
     18}}}
     19
     20This will be displayed as follows:
     21
     22[[Image(websequencediagram.png)]]
     23
     24!WebsequenceDiagrams is free to use, but is proprietary licensed.
    825
    926== Bugs/Feature Requests
     
    5269}}}
    5370
    54 == Example
    55 
    56 An example usage:
    57 
    58 {{{
    59 {{{
    60 #!SequenceDiagram
    61 Alice->Bob: Authentication Request
    62 note right of Bob: Bob thinks about it.
    63 Bob-->Alice: Authentication Response
    64 }}}
    65 }}}
    66 
    6771== Recent Changes
    6872