Difference between revisions of "Old Homepage"
From FollowTheScore
Line 14: | Line 14: | ||
|bgcolor=#ddffff| | |bgcolor=#ddffff| | ||
'''Wgraph is a graph generator for MediaWikis.'''<br> | '''Wgraph is a graph generator for MediaWikis.'''<br> | ||
− | It allows you to define the semantics of a graph in an abstract textual notation called WGL (Wiki Graph Language). You may add hints for layout, but the graph itself is being produced automatically. Wgraph is a powerful visualisation instrument for objects and their relations. | + | It allows you to define the semantics of a graph in an abstract textual notation called WGL (Wiki Graph Language). You may add hints for layout, but the graph itself is being produced automatically. Wgraph is a powerful visualisation instrument for objects and their relations. |
+ | |||
+ | {{#wgraph: svg | thumb = 40 | | ||
+ | node wgl { type data label "text notation\n-- WGL --" } | ||
+ | edge wgl wgraph { kind rightnear color red } | ||
+ | node wgraph { type process label "Wgraph\nmediawiki extension" } | ||
+ | edge wgraph gdl { } | ||
+ | node gdl { type data label "graph definition\n-- GDL --" } | ||
+ | edge gdl aisee { } | ||
+ | node aisee { type process label "aiSee\nlayout generator" } | ||
+ | edge aisee img { kind leftnear } | ||
+ | node img { type data label "image\n-- png, svg --" | ||
+ | shape hexagon } | ||
+ | nodetype data { shape ellipse, color lightyellow, | ||
+ | bordercolor khaki, height 60 } | ||
+ | nodetype process { shape box color lightmagenta | ||
+ | bordercolor magenta height 60 } | ||
+ | xspace=70, yspace=100 | ||
+ | }} | ||
+ | |||
|- | |- | ||
|} | |} |
Revision as of 08:13, 20 July 2007
This wiki is the homeplace of two powerful mediawiki extensions. | |
---|---|
DPL is a report generator for MediaWikis. |
Wgraph is a graph generator for MediaWikis. {{#wgraph: svg | thumb = 40 | node wgl { type data label "text notation\n-- WGL --" } edge wgl wgraph { kind rightnear color red } node wgraph { type process label "Wgraph\nmediawiki extension" } edge wgraph gdl { } node gdl { type data label "graph definition\n-- GDL --" } edge gdl aisee { } node aisee { type process label "aiSee\nlayout generator" } edge aisee img { kind leftnear } node img { type data label "image\n-- png, svg --" shape hexagon } nodetype data { shape ellipse, color lightyellow, bordercolor khaki, height 60 } nodetype process { shape box color lightmagenta bordercolor magenta height 60 } xspace=70, yspace=100 }} |
- The extensions are installed in this wiki. Test them live!
- There is extensive documentation, see the online manuals.
- You can download the sources.
- There are plenty of examples, which can serve as a starting point for your own ideas.
- There is a small calendar application (built with DPL) which you can use and enhance.
- There is a place where you can report bugs and request new features.
- If you use the extensions, please leave a reference to your wiki!
Note: This wiki also has other extensions installed, which can be tested here: StackFunctions