Difference between revisions of "Main Page"
Line 18: | Line 18: | ||
<graphviz border='frame' format='png' desc='none'> | <graphviz border='frame' format='png' desc='none'> | ||
digraph example1 {Hello->"World!"} | digraph example1 {Hello->"World!"} | ||
+ | </graphviz> | ||
+ | |||
+ | == simple graphViz test == | ||
+ | |||
+ | === Example 1 from http://www.mediawiki.org/wiki/Extension:GraphViz === | ||
+ | <graphviz border='frame' format='png' desc='none'> | ||
+ | digraph example1 {Hello->"World!"} | ||
+ | </graphviz> | ||
+ | |||
+ | === Example 2 from http://www.mediawiki.org/wiki/Extension:GraphViz === | ||
+ | <graphviz renderer='neato' caption='Hello Neato'> | ||
+ | graph EXAMPLE2 { | ||
+ | run -- intr; | ||
+ | intr -- runbl; | ||
+ | runbl -- run; | ||
+ | run -- kernel; | ||
+ | kernel -- zombie; | ||
+ | kernel -- sleep; | ||
+ | kernel -- runmem; | ||
+ | sleep -- swap; | ||
+ | swap -- runswap; | ||
+ | runswap -- new; | ||
+ | runswap -- runmem; | ||
+ | new -- runmem; | ||
+ | sleep -- runmem; | ||
+ | } | ||
</graphviz> | </graphviz> |
Revision as of 11:28, 26 March 2015
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
Contents
Getting started
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Localise MediaWiki for your language
The ImageMap extension is not installed.
simple graphViz test
Example 1 from http://www.mediawiki.org/wiki/Extension:GraphViz
The ImageMap extension is not installed.
Example 2 from http://www.mediawiki.org/wiki/Extension:GraphViz
The ImageMap extension is not installed.