From: <var...@us...> - 2012-11-17 20:26:05
|
Revision: 8487 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8487&view=rev Author: vargenau Date: 2012-11-17 20:25:57 +0000 (Sat, 17 Nov 2012) Log Message: ----------- Wikicreole syntax Modified Paths: -------------- trunk/pgsrc/Help%2FGraphVizPlugin Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-17 20:15:29 UTC (rev 8486) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-17 20:25:57 UTC (rev 8487) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:49:00 +0000 +Date: Thu, 9 Nov 2012 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FGraphVizPlugin; @@ -8,9 +8,9 @@ Content-Transfer-Encoding: binary The **~GraphViz** [[Help:WikiPlugin|plugin]] passes all its arguments to the grapviz =dot= -binary and displays the result as cached image (PNG,GIF,SVG) or +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 +esp. http://www.graphviz.org/doc/info/lang.html for the **dot** language specs. == Notes == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-22 01:32:32
|
Revision: 8520 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8520&view=rev Author: vargenau Date: 2012-11-22 01:32:24 +0000 (Thu, 22 Nov 2012) Log Message: ----------- Use Mediawiki table Modified Paths: -------------- trunk/pgsrc/Help%2FGraphVizPlugin Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-22 01:22:01 UTC (rev 8519) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-22 01:32:24 UTC (rev 8520) @@ -1,4 +1,4 @@ -Date: Thu, 9 Nov 2012 14:49:00 +0000 +Date: Thu, 19 Nov 2012 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FGraphVizPlugin; @@ -7,7 +7,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 grapviz ##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 @@ -27,16 +27,32 @@ == Arguments == -=imgtype= | - Default: png -=alt= | - img alt text. -=pages= | - <! plugin-list support !> encoded as pagename = ~[ URL = url ~] -=exclude= | - Exclude pages -=help= | - Display argument help. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **imgtype** +| Image type +| png +|- +| **alt** +| Image alternate text +| +|- +| **pages** +| <! plugin-list support !> encoded as pagename = ~[ URL = url ~] +| +|- +| **exclude** +| Exclude pages +| +|- +| **help** +| Display argument help +| +|} == Example == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-23 10:58:54
|
Revision: 8528 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8528&view=rev Author: vargenau Date: 2012-11-23 10:58:43 +0000 (Fri, 23 Nov 2012) Log Message: ----------- Add See Also Modified Paths: -------------- trunk/pgsrc/Help%2FGraphVizPlugin Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-22 16:56:27 UTC (rev 8527) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-23 10:58:43 UTC (rev 8528) @@ -1,4 +1,4 @@ -Date: Thu, 19 Nov 2012 14:49:00 +0000 +Date: Fri, 23 Nov 2012 11:58:10 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FGraphVizPlugin; @@ -9,8 +9,8 @@ The **~GraphViz** [[Help:WikiPlugin|plugin]] passes all its arguments to the grapviz ##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 +imagemap. See [[http://www.graphviz.org/Documentation.php]], +esp. [[http://www.graphviz.org/doc/info/lang.html]] for the ##dot## language specs. == Notes == @@ -95,6 +95,9 @@ == Author == * [[PhpWiki:ReiniUrban|Reini Urban]] +== See Also == +* VisualWiki, which depends on GraphViz and WikiPluginCached. + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-25 11:06:11
|
Revision: 8534 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8534&view=rev Author: vargenau Date: 2012-11-25 11:06:05 +0000 (Sun, 25 Nov 2012) Log Message: ----------- Remove example display ("dot" not always installed) Modified Paths: -------------- trunk/pgsrc/Help%2FGraphVizPlugin Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-23 21:07:22 UTC (rev 8533) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-25 11:06:05 UTC (rev 8534) @@ -74,24 +74,6 @@ >> }}} -is rendered as - -<<GraphViz -digraph automata_0 { - size ="8.5, 11"; - node [shape = circle]; - 0 [ style = filled, color=lightgrey ]; - 2 [ shape = doublecircle ]; - 0 -> 2 [ label = "a " ]; - 0 -> 1 [ label = "other " ]; - 1 -> 2 [ label = "a " ]; - 1 -> 1 [ label = "other " ]; - 2 -> 2 [ label = "a " ]; - 2 -> 1 [ label = "other " ]; - "Machine: a" [ shape = plaintext ]; -} ->> - == Author == * [[PhpWiki:ReiniUrban|Reini Urban]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-25 11:13:48
|
Revision: 8535 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8535&view=rev Author: vargenau Date: 2012-11-25 11:13:41 +0000 (Sun, 25 Nov 2012) Log Message: ----------- Fix wikilink Modified Paths: -------------- trunk/pgsrc/Help%2FGraphVizPlugin Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-25 11:06:05 UTC (rev 8534) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-25 11:13:41 UTC (rev 8535) @@ -78,7 +78,7 @@ * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == -* VisualWiki, which depends on GraphViz and WikiPluginCached. +* [[Help:VisualWikiPlugin|VisualWiki]] plugin, which depends on ~GraphViz and ~WikiPluginCached. <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |