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

..23-Apr-2024-

conf/H25-Feb-2019-3232

editor/H25-Feb-2019-87

lang/H25-Feb-2019-2020

COPYINGH A D24-Feb-201934.3 KiB675553

OrgApplet.jarH A D24-Feb-201945.8 KiB

README.mdH A D24-Feb-2019567 1811

action.phpH A D24-Feb-20191.2 KiB2916

plugin.info.txtH A D24-Feb-2019236 77

syntax.phpH A D24-Feb-20193.4 KiB10688

README.md

1# dokuwiki-plugin-orgapp
2
3Dokuwiki plugin to draw organization charts.
4
5Generates charts using the [applet orgapp](http://www.eiroca.net/orgapp/).
6
7Syntax:
8
9```
10<orgapp attribute="value" attribute="value" ...>
11 chart definition
12</orgapp>
13```
14
15The chart can be defined either directly in the Wiki page or in an external file. In the first case is sufficient to include the definition within the tag orgapp, in the second case you should use the attribute url to define the URL of the definition.
16
17[More information at official site](http://www.eiroca.net/doku_orgapp)
18