Skip to content

Commit

Permalink
Item13612: docu fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Aug 11, 2015
1 parent a877f32 commit 6a88768
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions data/System/GraphvizPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1439299038" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1439299703" format="1.1" version="1"}%
---+!! %TOPIC%
%SHORTDESCRIPTION%

Expand Down Expand Up @@ -52,7 +52,7 @@ Both should render as
renderer=\"dot\"
type=\"png\"
}$percnt"
else="<img src='%ATTACHURLPATH%/hello_world.png" />"
else="<img src='%ATTACHURLPATH%/hello_world.png' />"
}%

when installed.
Expand Down Expand Up @@ -117,11 +117,11 @@ Given these two tables where the only two tables in a topic then this would rend
| =table="int"= / =edgestable="int"=| index of table in =topic= to extract edges from | |
| =nodestable="int"= | index of table in =topic= to extract nodes from | |
| =nodecol="int"= | index of column that holds the node name | 0 |
| =nodeattrcol="int"= | index of colum that holds node attributs |
| =nodeattrcol="int"= | index of colum that holds node attributs | |
| =sourcecol="int"= | index of the colum holding the source node name | 0 |
| =targetcol="int"= | index of the colum holding the target node name | 1 |
| =labelcol="int"= | index of column holding the edge label | |
| =edgeattrcol="int"= | index of column holding the edge attributes |
| =edgeattrcol="int"= | index of column holding the edge attributes | |
| =preamble= | some dot code to be added before the generated node and edge code | |

---++ Examples
Expand Down Expand Up @@ -197,5 +197,5 @@ digraph G {
| Home page: | Foswiki:Extensions/%TOPIC% |
| Support: | Foswiki:Support/%TOPIC% |

%META:FILEATTACHMENT{name="hello_world.png" attachment="hello_world.png" attr="" comment="" date="1439299038" size="6201" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="softmaint.txt" attachment="softmaint.gv" attr="h" comment="" date="1439299038" moveby="micha" movedto="System.GraphvizPlugin.softmaint.txt" movedwhen="1439247180" movefrom="System.GraphvizPlugin.softmaint.gv" size="14946" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="hello_world.png" attachment="hello_world.png" attr="" comment="" date="1439299703" size="6201" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="softmaint.txt" attachment="softmaint.gv" attr="h" comment="" date="1439299703" moveby="micha" movedto="System.GraphvizPlugin.softmaint.txt" movedwhen="1439247180" movefrom="System.GraphvizPlugin.softmaint.gv" size="14946" user="ProjectContributor" version="1"}%
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/GraphvizPlugin.pm
Expand Up @@ -23,7 +23,7 @@ use Foswiki::Plugins ();
use Foswiki::Attrs ();
use Foswiki::Plugins::WysiwygPlugin ();

our $VERSION = '0.10';
our $VERSION = '0.11';
our $RELEASE = '11 Aug 2015';
our $SHORTDESCRIPTION = 'Draw graphs using the !GraphViz utility';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down

0 comments on commit 6a88768

Please sign in to comment.