Rev 21693 | 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" |
18683 | jghali | 20 | </en> |
14600 | 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> |
22967 | craig | 69 | <hr> |
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 -> "Tekstualni okviri"; |
||
75 | S -> "Slikovni okviri"; |
||
76 | C [label="Naredbeni okviri"]; |
||
77 | S -> C |
||
78 | node [shape="box", color="#82ec80", style=filled] |
||
79 | C -> "LaTeX" |
||
80 | C -> "Gnuplot" |
||
81 | C -> "LilyPond" |
||
82 | C -> "Dot" |
||
83 | C -> "POV-Ray" |
||
84 | </hr> |
||
12934 | jghali | 85 | <pl> |
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 -> "Ramki tekstowe"; |
||
91 | S -> "Ramki graficzne"; |
||
92 | C [label="Ramki renderowane"]; |
||
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" |
12934 | jghali | 100 | </pl> |
13037 | jghali | 101 | <ru> |
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 -> "Текстовые блоки"; |
||
107 | S -> "Блоки изображений"; |
||
108 | C [label="Блоки команд"]; |
||
109 | S -> C |
||
110 | node [shape="box", color="#82ec80", style=filled] |
||
111 | C -> "LaTeX" |
||
112 | C -> "Gnuplot" |
||
113 | C -> "LilyPond" |
||
13431 | cbradney | 114 | C -> "Dot" |
13037 | jghali | 115 | C -> "POV-Ray" |
116 | </ru> |
||
18683 | jghali | 117 | <es> |
17816 | craig | 118 | ratio="fill"; |
119 | edge [color ="blue"]; |
||
120 | S [label="Scribus", color="#f94949", style=filled]; |
||
121 | node [shape="box", color="#6767ed", style=filled]; |
||
122 | S -> "Marco de texto"; |
||
123 | S -> "Marco de imagen"; |
||
124 | C [label="Marcos de comandos"]; |
||
125 | S -> C |
||
126 | node [shape="box", color="#82ec80", style=filled] |
||
127 | C -> "LaTeX" |
||
128 | C -> "Gnuplot" |
||
129 | C -> "LilyPond" |
||
130 | C -> "Dot" |
||
131 | C -> "POV-Ray" |
||
132 | </es> |
||
18683 | jghali | 133 | <it> |
134 | ratio="fill"; |
||
135 | edge [color ="blue"]; |
||
136 | S [label="Scribus", color="#f94949", style=filled]; |
||
137 | node [shape="box", color="#6767ed", style=filled]; |
||
138 | S -> "Cornici di testo"; |
||
139 | S -> "Cornici immagine"; |
||
140 | C [label="Cornici di comando"]; |
||
141 | S -> C |
||
142 | node [shape="box", color="#82ec80", style=filled] |
||
143 | C -> "LaTeX" |
||
144 | C -> "Gnuplot" |
||
145 | C -> "LilyPond" |
||
146 | C -> "Dot" |
||
147 | C -> "POV-Ray" |
||
148 | </it> |
||
21693 | mrdocs | 149 | <hu> |
150 | ratio="fill"; |
||
151 | edge [color ="blue"]; |
||
152 | S [label="Scribus", color="#f94949", style=filled]; |
||
153 | node [shape="box", color="#6767ed", style=filled]; |
||
154 | S -> "Szövegkeretek"; |
||
155 | S -> "Képkeretek"; |
||
156 | C [label="Utasításkeretek"]; |
||
157 | S -> C |
||
158 | node [shape="box", color="#82ec80", style=filled] |
||
159 | C -> "LaTeX" |
||
160 | C -> "Gnuplot" |
||
161 | C -> "LilyPond" |
||
162 | C -> "Dot" |
||
163 | C -> "POV-Ray" |
||
164 | </hu> |
||
12934 | jghali | 165 | </i18n> |
166 | </empty-frame-text> |
||
167 | <preamble> |
||
168 | digraph scribus { |
||
169 | bgcolor="transparent"; |
||
170 | size="$scribus_width_inch$,$scribus_height_inch$"; |
||
171 | page="$scribus_width_inch$,$scribus_height_inch$"; |
||
172 | </preamble> |
||
173 | <postamble>}</postamble> |
||
174 | </editorsettings> |