Rev 17163 | 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" |
17503 | craig | 20 | </en> |
14599 | cbradney | 21 | <cs> |
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 -> "Text frames"; |
||
27 | S -> "Image frames"; |
||
28 | C [label="Command frames"]; |
||
29 | S -> C |
||
30 | node [shape="box", color="#82ec80", style=filled] |
||
31 | C -> "LaTeX" |
||
32 | C -> "Gnuplot" |
||
33 | C -> "LilyPond" |
||
34 | C -> "Dot" |
||
35 | C -> "POV-Ray" |
||
36 | </cs> |
||
12934 | jghali | 37 | <de> |
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 -> "Textrahmen"; |
||
43 | S -> "Bilderrahmen"; |
||
44 | C [label="Befehlsrahmen"]; |
||
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 | </de> |
53 | <fr> |
||
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 -> "Cadre de texte"; |
||
59 | S -> "Cadre d'image"; |
||
60 | C [label="Cadre de rendu"]; |
||
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 | </fr> |
69 | <pl> |
||
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 -> "Ramki tekstowe"; |
||
75 | S -> "Ramki graficzne"; |
||
76 | C [label="Ramki renderowane"]; |
||
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" |
12934 | jghali | 84 | </pl> |
13037 | jghali | 85 | <ru> |
86 | ratio="fill"; |
||
87 | edge [color ="blue"]; |
||
88 | S [label="Scribus", color="#f94949", style=filled]; |
||
89 | node [shape="box", color="#6767ed", style=filled]; |
||
90 | S -> "Текстовые блоки"; |
||
91 | S -> "Блоки изображений"; |
||
92 | C [label="Блоки команд"]; |
||
93 | S -> C |
||
94 | node [shape="box", color="#82ec80", style=filled] |
||
95 | C -> "LaTeX" |
||
96 | C -> "Gnuplot" |
||
97 | C -> "LilyPond" |
||
13431 | cbradney | 98 | C -> "Dot" |
13037 | jghali | 99 | C -> "POV-Ray" |
100 | </ru> |
||
17503 | craig | 101 | <it> |
102 | ratio="fill"; |
||
103 | edge [color ="blue"]; |
||
104 | S [label="Scribus", color="#f94949", style=filled]; |
||
105 | node [shape="box", color="#6767ed", style=filled]; |
||
106 | S -> "Cornici di testo"; |
||
107 | S -> "Cornici immagine"; |
||
108 | C [label="Cornici rendering"]; |
||
109 | S -> C |
||
110 | node [shape="box", color="#82ec80", style=filled] |
||
111 | C -> "LaTeX" |
||
112 | C -> "Gnuplot" |
||
113 | C -> "LilyPond" |
||
114 | C -> "Dot" |
||
115 | C -> "POV-Ray" |
||
116 | </it> |
||
12934 | jghali | 117 | </i18n> |
118 | </empty-frame-text> |
||
119 | <preamble> |
||
120 | digraph scribus { |
||
121 | bgcolor="transparent"; |
||
122 | size="$scribus_width_inch$,$scribus_height_inch$"; |
||
123 | page="$scribus_width_inch$,$scribus_height_inch$"; |
||
124 | </preamble> |
||
125 | <postamble>}</postamble> |
||
126 | </editorsettings> |