Rev 13431 | Rev 14600 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13431 | cbradney | 1 | <editorsettings description="Dot (GraphViz)" icon="dot.svg"> |
12934 | jghali | 2 | <executable command="dot -Tsvg %file -o %file.svg" /> |
3 | <imagefile extension=".svg"/> |
||
4 | <empty-frame-text><i18n> |
||
5 | <en> |
||
6 | ratio="fill"; |
||
7 | edge [color ="blue"]; |
||
8 | S [label="Scribus", color="#f94949", style=filled]; |
||
9 | node [shape="box", color="#6767ed", style=filled]; |
||
10 | S -> "Text frames"; |
||
11 | S -> "Image frames"; |
||
12 | C [label="Command frames"]; |
||
13 | S -> C |
||
14 | node [shape="box", color="#82ec80", style=filled] |
||
15 | C -> "LaTeX" |
||
16 | C -> "Gnuplot" |
||
17 | C -> "LilyPond" |
||
13431 | cbradney | 18 | C -> "Dot" |
13037 | jghali | 19 | C -> "POV-Ray" |
12934 | jghali | 20 | </en> |
21 | <de> |
||
22 | ratio="fill"; |
||
23 | edge [color ="blue"]; |
||
24 | S [label="Scribus", color="#f94949", style=filled]; |
||
25 | node [shape="box", color="#6767ed", style=filled]; |
||
26 | S -> "Textrahmen"; |
||
27 | S -> "Bilderrahmen"; |
||
28 | C [label="Befehlsrahmen"]; |
||
29 | S -> C |
||
30 | node [shape="box", color="#82ec80", style=filled] |
||
31 | C -> "LaTeX" |
||
32 | C -> "Gnuplot" |
||
33 | C -> "LilyPond" |
||
13431 | cbradney | 34 | C -> "Dot" |
13037 | jghali | 35 | C -> "POV-Ray" |
12934 | jghali | 36 | </de> |
37 | <fr> |
||
38 | ratio="fill"; |
||
39 | edge [color ="blue"]; |
||
40 | S [label="Scribus", color="#f94949", style=filled]; |
||
41 | node [shape="box", color="#6767ed", style=filled]; |
||
42 | S -> "Cadre de texte"; |
||
43 | S -> "Cadre d'image"; |
||
44 | C [label="Cadre de rendu"]; |
||
45 | S -> C |
||
46 | node [shape="box", color="#82ec80", style=filled] |
||
47 | C -> "LaTeX" |
||
48 | C -> "Gnuplot" |
||
49 | C -> "LilyPond" |
||
13431 | cbradney | 50 | C -> "Dot" |
13037 | jghali | 51 | C -> "POV-Ray" |
12934 | jghali | 52 | </fr> |
53 | <pl> |
||
54 | ratio="fill"; |
||
55 | edge [color ="blue"]; |
||
56 | S [label="Scribus", color="#f94949", style=filled]; |
||
57 | node [shape="box", color="#6767ed", style=filled]; |
||
58 | S -> "Ramki tekstowe"; |
||
59 | S -> "Ramki graficzne"; |
||
60 | C [label="Ramki renderowane"]; |
||
61 | S -> C |
||
62 | node [shape="box", color="#82ec80", style=filled] |
||
63 | C -> "LaTeX" |
||
64 | C -> "Gnuplot" |
||
65 | C -> "LilyPond" |
||
13431 | cbradney | 66 | C -> "Dot" |
13037 | jghali | 67 | C -> "POV-Ray" |
12934 | jghali | 68 | </pl> |
13037 | jghali | 69 | <ru> |
70 | ratio="fill"; |
||
71 | edge [color ="blue"]; |
||
72 | S [label="Scribus", color="#f94949", style=filled]; |
||
73 | node [shape="box", color="#6767ed", style=filled]; |
||
74 | S -> "Текстовые блоки"; |
||
75 | S -> "Блоки изображений"; |
||
76 | C [label="Блоки команд"]; |
||
77 | S -> C |
||
78 | node [shape="box", color="#82ec80", style=filled] |
||
79 | C -> "LaTeX" |
||
80 | C -> "Gnuplot" |
||
81 | C -> "LilyPond" |
||
13431 | cbradney | 82 | C -> "Dot" |
13037 | jghali | 83 | C -> "POV-Ray" |
84 | </ru> |
||
12934 | jghali | 85 | </i18n> |
86 | </empty-frame-text> |
||
87 | <preamble> |
||
88 | digraph scribus { |
||
89 | bgcolor="transparent"; |
||
90 | size="$scribus_width_inch$,$scribus_height_inch$"; |
||
91 | page="$scribus_width_inch$,$scribus_height_inch$"; |
||
92 | </preamble> |
||
93 | <postamble>}</postamble> |
||
94 | </editorsettings> |