From: <var...@us...> - 2014-10-07 18:32:33
|
Revision: 9223 http://sourceforge.net/p/phpwiki/code/9223 Author: vargenau Date: 2014-10-07 18:32:29 +0000 (Tue, 07 Oct 2014) Log Message: ----------- Fix typo: grapviz --> graphviz Modified Paths: -------------- trunk/pgsrc/Help%2FGraphVizPlugin Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2014-10-07 17:11:51 UTC (rev 9222) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2014-10-07 18:32:29 UTC (rev 9223) @@ -6,7 +6,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The **~GraphViz** [[Help:WikiPlugin|plugin]] passes all its arguments to the grapviz ##dot## +The **~GraphViz** [[Help:WikiPlugin|plugin]] passes all its arguments to the graphviz ##dot## binary and displays the result as cached image (PNG, GIF, SVG) or imagemap. See [[http://www.graphviz.org/Documentation.php]], esp. [[http://www.graphviz.org/doc/info/lang.html]] for the ##dot## language This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |