====== SeqDia Plugin ====== ---- plugin ---- description: Create graph UML diagrams using web service websequencediagrams.com author : Ruslan Popov email : ruslan.popov@gmail.com type : syntax lastupdate : 2010-11-24 compatible : depends : conflicts : similar : tags : uml downloadurl: https://github.com/RaD/dokuwiki-seqdia/zipball/master bugtracker : https://github.com/RaD/dokuwiki-seqdia/issues sourcerepo : https://github.com/RaD/dokuwiki-seqdia/ donationurl: http://donate.dokuwiki.org/seqdia ---- The **SeqDia Plugin** renders UML Sequence Diagrams using [[http://websequencediagrams.com/]] **Important:** Pre alpha! ===== Description ===== With this plugin you can insert a UML Sequence Diagram into your page. The format is: see http://www.websequencediagrams.com/examples.html Pay attention on STYLE and WIDTHxHEIGHT parameters. You may omit them. STYLE may have the following values: default, earth, modern-blue, mscgen, omegapple, qsd, rose, roundgreen, napkin. I like 'rose' style. As you can see, this plugin allows you to create complex sequence diagrams on your Wiki pages. {{http://img-fotki.yandex.ru/get/5501/radz.9/0_4ac3f_c5fb6e41_-1-XXL.jpg?recache}} ===== Download / Installation / Examples ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Configuration ===== No configuration needed. ===== The repository ===== You may find source code in my [[https://github.com/RaD/dokuwiki-seqdia|Git Repo]]. I am not familiar with PHP and will appreciate any patches.