DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:orgapp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:orgapp [2013-07-24 16:19] 85.205.253.214plugin:orgapp [2022-10-09 21:19] (current) – [Sample Arguments] Aleksandr
Line 1: Line 1:
-====== OrgApp (Organization Charts) ====== +====== OrgApp (Organization Charts) Plugin ======
- +
  
 ---- plugin ---- ---- plugin ----
Line 8: Line 6:
 email      : staff@eiroca.net email      : staff@eiroca.net
 type       : syntax type       : syntax
-lastupdate : 2013-07-24 +lastupdate : 2019-02-24 
-compatible : Weatherwax, Adora Belle+compatible : Greebo
 depends    :  depends    : 
 conflicts  conflicts 
-similar    :  +similar    : jorgchart, orgchart 
-tags       : chart, images +tags       : chart, images, orgchart, organization charts 
-downloadurl: http://www.eiroca.net/apps/dokuwiki/orgapp.zip +downloadurl: https://www.eiroca.net/apps/dokuwiki/dokuwiki-plugin-orgapp.zip 
-bugtracker : http://sourceforge.net/projects/eirocasoftware/support +bugtracker : https://github.com/eiroca/dokuwiki-plugin-orgapp/issues 
-sourcerepo : http://sourceforge.net/p/eirocasoftware/code+sourcerepo : https://github.com/eiroca/dokuwiki-plugin-orgapp 
-donationurl: http://sourceforge.net/project/project_donations.php?group_id=253562+donationurl: https://www.eiroca.net 
 + 
 +screenshot_img : 
 ---- ----
  
 ===== Download and Installation ===== ===== Download and Installation =====
-Download and install the plugin using the [[plugin:plugin|Plugin Manager]] using the following URL. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]] or manually with the download from the [[https://github.com/eiroca/dokuwiki-plugin-orgapp/releases|github releases]]. Refer to [[:Plugins]] on how to install plugins manually. 
  
-^  Download | [[http://www.eiroca.net/apps/dokuwiki/orgapp.zip]] | 
  
-Last version can be found on [[http://sourceforge.net/projects/eirocasoftware/files/DokuWiki/plugin/|Source forge]], including project tracking.+^  Download | [[http://www.eiroca.net/apps/dokuwiki/dokuwiki-plugin-orgapp.zip]] | 
 + 
 +Last version can be found on [[https://github.com/eiroca/dokuwiki-plugin-orgapp|github]], including project tracking.
  
 ===== Documentation =====  ===== Documentation ===== 
Line 43: Line 44:
  
 ==== Sample Arguments ==== ==== Sample Arguments ====
-  * ''<orgapp ...>''  +  * ''%%<orgapp ...>%%''  
-    *  ''width="100%"'' -> set frame with to 100% of page size +    *  ''width="100%"%%'' -> set frame with to 100% of page size 
-    *  ''height=400'' -> frame height in pixel +    *  ''height=400%%'' -> frame height in pixel 
-  * ''<organigram ...>'' +  * ''%%<organigram ...>%%'' 
-    * ''layout="0"'' -> switches through layout views  +    * ''%%layout="0"%%'' -> switches through layout views  
-    * ''mode="0"'' ->  regulates box settings +    * ''%%mode="0"%%'' ->  regulates box settings 
-    * ''compact="1"'' -> FIXME +    * ''%%compact="1"%%'' -> FIXME 
-    * ''boxBackgroundColor="224,224,224"'' -> set background of boxes (hex) +    * ''%%boxBackgroundColor="224,224,224"%%'' -> set background of boxes (hex) 
-    * ''boxRightMargin="10"'' -> Text Margin right side (pixel) +    * ''%%boxRightMargin="10"%%'' -> Text Margin right side (pixel) 
-    * ''boxLeftMargin="10"'' -> Text Margin left side (pixel) +    * ''%%boxLeftMargin="10"%%'' -> Text Margin left side (pixel) 
-    * ''boxTopMargin="10"'' -> Text Margin up side (pixel) +    * ''%%boxTopMargin="10"%%'' -> Text Margin up side (pixel) 
-    * ''boxBottomMargin="10"'' -> Text Margin at bottom (pixel) +    * ''%%boxBottomMargin="10"%%'' -> Text Margin at bottom (pixel) 
-    * ''boxRightPadding="6"'' -> Padding between boxes right side (pixel) +    * ''%%boxRightPadding="6"%%'' -> Padding between boxes right side (pixel) 
-    * ''boxLeftPadding="6"'' -> Padding between boxes left side (pixel) +    * ''%%boxLeftPadding="6"%%'' -> Padding between boxes left side (pixel) 
-    * ''boxTopPadding="6"'' -> Padding between boxes at Top (pixel) +    * ''%%boxTopPadding="6"%%'' -> Padding between boxes at Top (pixel) 
-    * ''boxBottomPadding="6"'' -> Padding between boxes at Bottom (pixel) +    * ''%%boxBottomPadding="6"%%'' -> Padding between boxes at Bottom (pixel) 
-    * ''boxFrameColor="0,0,0"'' -> Frame color of the boxes (hex) +    * ''%%boxFrameColor="0,0,0"%%'' -> Frame color of the boxes (hex) 
-    * ''boxTextAlignment="center"'' -> Allignment of the Text in the boxes +    * ''%%boxTextAlignment="center"%%'' -> Allignment of the Text in the boxes 
-  * ''<info ...>'' +  * ''%%<info ...>%%'' 
-    * ''fontStyle="Bold"'' -> Set the following Text to Bold +    * ''%%fontStyle="Bold"%%'' -> Set the following Text to Bold 
-    * ''fontColor="0,0,255"'' -> Set Font color (hex) +    * ''%%fontColor="0,0,255"%%'' -> Set Font color (hex) 
-    * ''fontName="Arial"'' -> switches the Font type +    * ''%%fontName="Arial"%%'' -> switches the Font type 
-  * ''<unit>'' +  * ''%%<unit>%%'' 
-    *  ''link="http://...'' -> turns following Text into Hyperlink +    * ''%%link="http://...%%'' -> turns following Text into Hyperlink 
-      * ''target="_self"'' -> Target of Hyperlink  +      * ''%%target="_self"%%'' -> Target of Hyperlink  
-    *  ''boxForegroundColor="0,0,0"'' -> individual color of Box of the unit +    * ''%%boxForegroundColor="0,0,0"%%'' -> individual color of Box of the unit
  
-Full documentation and examples [[http://www.eiroca.net/doku_org|here]] (English Italian).+Full documentation and examples is [[http://www.eiroca.net/doku_orgapp|here]] (English and Italian).
  
 ===== History ===== ===== History =====
 +===Version 19.02===
 +  * dokuwiki "Greebo" compatibility
 +  * PHP 7.x compatibility
 === 2013/06/29 === === 2013/06/29 ===
   * Updated with the newest applet   * Updated with the newest applet
Line 83: Line 86:
  
 ===== License & Copyright ===== ===== License & Copyright =====
-Copyright © 2010-2011 eIrOcA (eNrIcO Croce & sImOnA Burzio)+Copyright © 2010-2019 eIrOcA (eNrIcO Croce & sImOnA Burzio)
  
 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
plugin/orgapp.1374675544.txt.gz · Last modified: 2013-07-24 16:19 by 85.205.253.214

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki