Difference between revisions of "Main Page"

From
Jump to: navigation, search
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.

Getting started


Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle pi=\frac{3}{4} \sqrt{3}+24 \int_0^{1/4}{\sqrt{x-x^2}dx}}

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.