• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..28-Mar-2024-

bower_components/H04-Aug-2019-205,041134,221

conf/H04-Aug-2019-64

READMEH A D02-Aug-20191.9 KiB4332

plugin.info.txtH A D02-Aug-2019219 87

script.jsH A D02-Aug-2019399 115

style.cssH A D02-Aug-2019426 1312

syntax.phpH A D02-Aug-20192.6 KiB8937

README

1Sequencediagram Plugin for DokuWiki
2-----------------------------------
3
4Generate sequence-diagrams using js-sequence-diagrams by Andrew Brampton.
5
6There is one configuration: ''sequencediagram_layout'' which can be
7''simple'' (default) or ''hand'' to make the diagram look hand-drawn.
8
9All documentation for this plugin can be found at
10https://github.com/vonloxley/dokuwiki-sequencediagram
11
12If you install this plugin manually, make sure it is installed in
13lib/plugins/sequencediagram/ - if the folder is called different it
14will not work!
15
16Please refer to http://www.dokuwiki.org/plugins for additional info
17on how to install plugins in DokuWiki.
18
19----
20Copyright (C) K.-M. Hansche <mf-developing@hansche.de>
21All rights reserved.
22
23Redistribution and use in source and binary forms, with or without
24modification, are permitted provided that the following conditions are met:
25
261. Redistributions of source code must retain the above copyright notice, this
27   list of conditions and the following disclaimer.
282. Redistributions in binary form must reproduce the above copyright notice,
29   this list of conditions and the following disclaimer in the documentation
30   and/or other materials provided with the distribution.
31
32THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
33ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
34WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
35DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
36ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
37(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
38LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
39ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
40(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
41SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42
43