giblish 0.7.0 → 0.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.adoc +1 -0
- data/Rakefile +0 -1
- data/docs/README.adoc +388 -0
- data/docs/setup_server.adoc +166 -31
- data/docs/setup_server_assets/deploy_with_hooks.graphml +1702 -0
- data/docs/setup_server_assets/deploy_with_hooks.svg +723 -0
- data/docs/setup_server_assets/deploy_with_jenkins.graphml +1529 -0
- data/docs/setup_server_assets/deploy_with_jenkins.svg +646 -0
- data/docs/setup_server_assets/giblish_deployment.graphml +644 -0
- data/giblish.gemspec +4 -3
- data/lib/giblish/version.rb +1 -1
- data/scripts/hooks/post-receive +57 -0
- data/scripts/publish_html.sh +99 -0
- data/scripts/resources/css/giblish.css +419 -0
- metadata +37 -8
- data/README.adoc +0 -388
@@ -0,0 +1,644 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2
|
+
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd">
|
3
|
+
<!--Created by yEd 3.20-->
|
4
|
+
<key for="port" id="d0" yfiles.type="portgraphics"/>
|
5
|
+
<key for="port" id="d1" yfiles.type="portgeometry"/>
|
6
|
+
<key for="port" id="d2" yfiles.type="portuserdata"/>
|
7
|
+
<key attr.name="url" attr.type="string" for="node" id="d3"/>
|
8
|
+
<key attr.name="description" attr.type="string" for="node" id="d4"/>
|
9
|
+
<key for="node" id="d5" yfiles.type="nodegraphics"/>
|
10
|
+
<key for="graphml" id="d6" yfiles.type="resources"/>
|
11
|
+
<key attr.name="url" attr.type="string" for="edge" id="d7"/>
|
12
|
+
<key attr.name="description" attr.type="string" for="edge" id="d8"/>
|
13
|
+
<key for="edge" id="d9" yfiles.type="edgegraphics"/>
|
14
|
+
<graph edgedefault="directed" id="G">
|
15
|
+
<node id="n0">
|
16
|
+
<data key="d5">
|
17
|
+
<y:SVGNode>
|
18
|
+
<y:Geometry height="25.0848" width="30.0" x="646.6428571428571" y="561.3233989501953"/>
|
19
|
+
<y:Fill color="#CCCCFF" transparent="false"/>
|
20
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
21
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" hasText="false" height="4.0" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="c" textColor="#000000" verticalTextPosition="bottom" visible="true" width="4.0" x="13.0" y="10.542400000000043"/>
|
22
|
+
<y:SVGNodeProperties usingVisualBounds="true"/>
|
23
|
+
<y:SVGModel svgBoundsPolicy="5">
|
24
|
+
<y:SVGContent refid="1"/>
|
25
|
+
</y:SVGModel>
|
26
|
+
</y:SVGNode>
|
27
|
+
</data>
|
28
|
+
</node>
|
29
|
+
<node id="n1" yfiles.foldertype="group">
|
30
|
+
<data key="d3" xml:space="preserve"/>
|
31
|
+
<data key="d5">
|
32
|
+
<y:ProxyAutoBoundsNode>
|
33
|
+
<y:Realizers active="0">
|
34
|
+
<y:GroupNode>
|
35
|
+
<y:Geometry height="428.765625" width="448.0000000000001" x="139.1345238095238" y="227.0376739501953"/>
|
36
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
37
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
38
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="448.0000000000001" x="0.0" xml:space="preserve" y="0.0">Server</y:NodeLabel>
|
39
|
+
<y:Shape type="roundrectangle"/>
|
40
|
+
<y:State closed="false" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
41
|
+
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
42
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="1.1368683772161603E-13" top="0" topF="0.0"/>
|
43
|
+
</y:GroupNode>
|
44
|
+
<y:GroupNode>
|
45
|
+
<y:Geometry height="50.0" width="50.0" x="0.0" y="60.0"/>
|
46
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
47
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
48
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="65.201171875" x="-7.6005859375" xml:space="preserve" y="0.0">Folder 1</y:NodeLabel>
|
49
|
+
<y:Shape type="roundrectangle"/>
|
50
|
+
<y:State closed="true" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
51
|
+
<y:Insets bottom="5" bottomF="5.0" left="5" leftF="5.0" right="5" rightF="5.0" top="5" topF="5.0"/>
|
52
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
53
|
+
</y:GroupNode>
|
54
|
+
</y:Realizers>
|
55
|
+
</y:ProxyAutoBoundsNode>
|
56
|
+
</data>
|
57
|
+
<graph edgedefault="directed" id="n1:">
|
58
|
+
<node id="n1::n0" yfiles.foldertype="group">
|
59
|
+
<data key="d3" xml:space="preserve"/>
|
60
|
+
<data key="d4"/>
|
61
|
+
<data key="d5">
|
62
|
+
<y:ProxyAutoBoundsNode>
|
63
|
+
<y:Realizers active="0">
|
64
|
+
<y:GroupNode>
|
65
|
+
<y:Geometry height="177.3984375" width="119.99999999999997" x="154.1345238095238" y="263.4986114501953"/>
|
66
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
67
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
68
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="119.99999999999997" x="0.0" xml:space="preserve" y="0.0">Master Repo</y:NodeLabel>
|
69
|
+
<y:Shape type="roundrectangle"/>
|
70
|
+
<y:State closed="false" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
71
|
+
<y:NodeBounds considerNodeLabelSize="true"/>
|
72
|
+
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
73
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="4" leftF="4.009644717261921" right="0" rightF="1.2090773805084609E-4" top="0" topF="0.0"/>
|
74
|
+
</y:GroupNode>
|
75
|
+
<y:GroupNode>
|
76
|
+
<y:Geometry height="50.0" width="50.0" x="0.0" y="60.0"/>
|
77
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
78
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
79
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="65.201171875" x="-7.6005859375" xml:space="preserve" y="0.0">Folder 2</y:NodeLabel>
|
80
|
+
<y:Shape type="roundrectangle"/>
|
81
|
+
<y:State closed="true" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
82
|
+
<y:Insets bottom="5" bottomF="5.0" left="5" leftF="5.0" right="5" rightF="5.0" top="5" topF="5.0"/>
|
83
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
84
|
+
</y:GroupNode>
|
85
|
+
</y:Realizers>
|
86
|
+
</y:ProxyAutoBoundsNode>
|
87
|
+
</data>
|
88
|
+
<graph edgedefault="directed" id="n1::n0:">
|
89
|
+
<node id="n1::n0::n0">
|
90
|
+
<data key="d5">
|
91
|
+
<y:SVGNode>
|
92
|
+
<y:Geometry height="30.0" width="30.0" x="201.13928571428573" y="299.9595489501953"/>
|
93
|
+
<y:Fill color="#CCCCFF" transparent="false"/>
|
94
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
95
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="'Arial'" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="68.34765625" x="-19.173828125" xml:space="preserve" y="35.0">Repository<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="5.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
|
96
|
+
<y:SVGNodeProperties usingVisualBounds="true"/>
|
97
|
+
<y:SVGModel svgBoundsPolicy="5">
|
98
|
+
<y:SVGContent refid="2"/>
|
99
|
+
</y:SVGModel>
|
100
|
+
</y:SVGNode>
|
101
|
+
</data>
|
102
|
+
</node>
|
103
|
+
<node id="n1::n0::n1">
|
104
|
+
<data key="d5">
|
105
|
+
<y:SVGNode>
|
106
|
+
<y:Geometry height="30.0" width="30.0" x="201.13928571428573" y="372.9282989501953"/>
|
107
|
+
<y:Fill color="#CCCCFF" transparent="false"/>
|
108
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
109
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="'Arial'" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="85.990234375" x="-27.9951171875" xml:space="preserve" y="35.0">Receive Hook<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="5.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
|
110
|
+
<y:SVGNodeProperties usingVisualBounds="true"/>
|
111
|
+
<y:SVGModel svgBoundsPolicy="5">
|
112
|
+
<y:SVGContent refid="3"/>
|
113
|
+
</y:SVGModel>
|
114
|
+
</y:SVGNode>
|
115
|
+
</data>
|
116
|
+
</node>
|
117
|
+
</graph>
|
118
|
+
</node>
|
119
|
+
<node id="n1::n1" yfiles.foldertype="group">
|
120
|
+
<data key="d3" xml:space="preserve"/>
|
121
|
+
<data key="d4"/>
|
122
|
+
<data key="d5">
|
123
|
+
<y:ProxyAutoBoundsNode>
|
124
|
+
<y:Realizers active="0">
|
125
|
+
<y:GroupNode>
|
126
|
+
<y:Geometry height="197.3984375" width="126.0" x="304.1345238095238" y="336.4673614501953"/>
|
127
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
128
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
129
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="126.0" x="0.0" xml:space="preserve" y="0.0">Staging Repo</y:NodeLabel>
|
130
|
+
<y:Shape type="roundrectangle"/>
|
131
|
+
<y:State closed="false" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
132
|
+
<y:NodeBounds considerNodeLabelSize="true"/>
|
133
|
+
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
134
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="5" leftF="5.1982421875" right="5" rightF="5.1982421875" top="0" topF="0.0"/>
|
135
|
+
</y:GroupNode>
|
136
|
+
<y:GroupNode>
|
137
|
+
<y:Geometry height="50.0" width="50.0" x="0.0" y="60.0"/>
|
138
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
139
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
140
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="65.201171875" x="-7.6005859375" xml:space="preserve" y="0.0">Folder 3</y:NodeLabel>
|
141
|
+
<y:Shape type="roundrectangle"/>
|
142
|
+
<y:State closed="true" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
143
|
+
<y:Insets bottom="5" bottomF="5.0" left="5" leftF="5.0" right="5" rightF="5.0" top="5" topF="5.0"/>
|
144
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
145
|
+
</y:GroupNode>
|
146
|
+
</y:Realizers>
|
147
|
+
</y:ProxyAutoBoundsNode>
|
148
|
+
</data>
|
149
|
+
<graph edgedefault="directed" id="n1::n1:">
|
150
|
+
<node id="n1::n1::n0">
|
151
|
+
<data key="d5">
|
152
|
+
<y:SVGNode>
|
153
|
+
<y:Geometry height="30.0" width="30.0" x="359.6345238095238" y="372.9282989501953"/>
|
154
|
+
<y:Fill color="#CCCCFF" transparent="false"/>
|
155
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
156
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="'Arial'" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="68.34765625" x="-19.173828125" xml:space="preserve" y="35.0">Repository<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="5.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
|
157
|
+
<y:SVGNodeProperties usingVisualBounds="true"/>
|
158
|
+
<y:SVGModel svgBoundsPolicy="5">
|
159
|
+
<y:SVGContent refid="2"/>
|
160
|
+
</y:SVGModel>
|
161
|
+
</y:SVGNode>
|
162
|
+
</data>
|
163
|
+
</node>
|
164
|
+
<node id="n1::n1::n1">
|
165
|
+
<data key="d5">
|
166
|
+
<y:SVGNode>
|
167
|
+
<y:Geometry height="30.0" width="30.0" x="352.1345238095238" y="465.8970489501953"/>
|
168
|
+
<y:Fill color="#CCCCFF" transparent="false"/>
|
169
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
170
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="'Arial'" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="85.603515625" x="-27.8017578125" xml:space="preserve" y="35.0">Publish Script<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="5.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
|
171
|
+
<y:SVGNodeProperties usingVisualBounds="true"/>
|
172
|
+
<y:SVGModel svgBoundsPolicy="5">
|
173
|
+
<y:SVGContent refid="3"/>
|
174
|
+
</y:SVGModel>
|
175
|
+
</y:SVGNode>
|
176
|
+
</data>
|
177
|
+
</node>
|
178
|
+
</graph>
|
179
|
+
</node>
|
180
|
+
<node id="n1::n2" yfiles.foldertype="group">
|
181
|
+
<data key="d3" xml:space="preserve"/>
|
182
|
+
<data key="d4"/>
|
183
|
+
<data key="d5">
|
184
|
+
<y:ProxyAutoBoundsNode>
|
185
|
+
<y:Realizers active="0">
|
186
|
+
<y:GroupNode>
|
187
|
+
<y:Geometry height="211.3671875" width="112.0" x="460.1345238095238" y="429.4361114501953"/>
|
188
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
189
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
190
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="112.0" x="0.0" xml:space="preserve" y="0.0">Web Server</y:NodeLabel>
|
191
|
+
<y:Shape type="roundrectangle"/>
|
192
|
+
<y:State closed="false" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
193
|
+
<y:NodeBounds considerNodeLabelSize="true"/>
|
194
|
+
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
195
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="2.3561507941849413E-4" right="0" rightF="2.4801587289857707E-4" top="0" topF="0.0"/>
|
196
|
+
</y:GroupNode>
|
197
|
+
<y:GroupNode>
|
198
|
+
<y:Geometry height="50.0" width="50.0" x="0.0" y="60.0"/>
|
199
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
200
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
201
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="65.201171875" x="-7.6005859375" xml:space="preserve" y="0.0">Folder 6</y:NodeLabel>
|
202
|
+
<y:Shape type="roundrectangle"/>
|
203
|
+
<y:State closed="true" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
204
|
+
<y:Insets bottom="5" bottomF="5.0" left="5" leftF="5.0" right="5" rightF="5.0" top="5" topF="5.0"/>
|
205
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
206
|
+
</y:GroupNode>
|
207
|
+
</y:Realizers>
|
208
|
+
</y:ProxyAutoBoundsNode>
|
209
|
+
</data>
|
210
|
+
<graph edgedefault="directed" id="n1::n2:">
|
211
|
+
<node id="n1::n2::n0">
|
212
|
+
<data key="d5">
|
213
|
+
<y:GenericNode configuration="BevelNode">
|
214
|
+
<y:Geometry height="30.0" width="30.0" x="513.8496031746032" y="465.8970489501953"/>
|
215
|
+
<y:Fill color="#FF8C00" transparent="false"/>
|
216
|
+
<y:BorderStyle hasColor="false" type="line" width="1.0"/>
|
217
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="'Arial'" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="56.400390625" x="-13.2001953125" xml:space="preserve" y="35.0">Apache2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="5.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
|
218
|
+
<y:StyleProperties>
|
219
|
+
<y:Property class="java.lang.Double" name="ModernNodeRadius" value="10.0"/>
|
220
|
+
<y:Property class="java.lang.Boolean" name="ModernNodeShadow" value="true"/>
|
221
|
+
</y:StyleProperties>
|
222
|
+
</y:GenericNode>
|
223
|
+
</data>
|
224
|
+
</node>
|
225
|
+
<node id="n1::n2::n1">
|
226
|
+
<data key="d5">
|
227
|
+
<y:SVGNode>
|
228
|
+
<y:Geometry height="30.0" width="30.0" x="498.8496031746032" y="558.8657989501953"/>
|
229
|
+
<y:Fill color="#CCCCFF" transparent="false"/>
|
230
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
231
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="'Arial'" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="31.9375" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="77.4296875" x="-23.71484375" xml:space="preserve" y="35.0">HTML pages
|
232
|
+
and assets<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="5.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
|
233
|
+
<y:SVGNodeProperties usingVisualBounds="true"/>
|
234
|
+
<y:SVGModel svgBoundsPolicy="5">
|
235
|
+
<y:SVGContent refid="4"/>
|
236
|
+
</y:SVGModel>
|
237
|
+
</y:SVGNode>
|
238
|
+
</data>
|
239
|
+
</node>
|
240
|
+
</graph>
|
241
|
+
</node>
|
242
|
+
</graph>
|
243
|
+
</node>
|
244
|
+
<node id="n2" yfiles.foldertype="group">
|
245
|
+
<data key="d3" xml:space="preserve"/>
|
246
|
+
<data key="d4"/>
|
247
|
+
<data key="d5">
|
248
|
+
<y:ProxyAutoBoundsNode>
|
249
|
+
<y:Realizers active="0">
|
250
|
+
<y:GroupNode>
|
251
|
+
<y:Geometry height="189.0689239501953" width="105.99999999999997" x="163.1392857142857" y="0.0"/>
|
252
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
253
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
254
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="105.99999999999997" x="0.0" xml:space="preserve" y="0.0">Doc Writer</y:NodeLabel>
|
255
|
+
<y:Shape type="roundrectangle"/>
|
256
|
+
<y:State closed="false" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
257
|
+
<y:NodeBounds considerNodeLabelSize="true"/>
|
258
|
+
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
259
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="3" leftF="3.0966796875000284" right="3" rightF="3.096679687499943" top="0" topF="0.0"/>
|
260
|
+
</y:GroupNode>
|
261
|
+
<y:GroupNode>
|
262
|
+
<y:Geometry height="50.0" width="50.0" x="0.0" y="60.0"/>
|
263
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
264
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
265
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="65.201171875" x="-7.6005859375" xml:space="preserve" y="0.0">Folder 4</y:NodeLabel>
|
266
|
+
<y:Shape type="roundrectangle"/>
|
267
|
+
<y:State closed="true" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
268
|
+
<y:Insets bottom="5" bottomF="5.0" left="5" leftF="5.0" right="5" rightF="5.0" top="5" topF="5.0"/>
|
269
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
270
|
+
</y:GroupNode>
|
271
|
+
</y:Realizers>
|
272
|
+
</y:ProxyAutoBoundsNode>
|
273
|
+
</data>
|
274
|
+
<graph edgedefault="directed" id="n2:">
|
275
|
+
<node id="n2::n0">
|
276
|
+
<data key="d5">
|
277
|
+
<y:SVGNode>
|
278
|
+
<y:Geometry height="30.0" width="30.0" x="201.13928571428573" y="121.10017395019531"/>
|
279
|
+
<y:Fill color="#CCCCFF" transparent="false"/>
|
280
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
281
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="'Arial'" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="69.806640625" x="-19.9033203125" xml:space="preserve" y="35.0">Local Repo<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="-0.5" nodeRatioX="0.0" nodeRatioY="0.5" offsetX="0.0" offsetY="5.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel>
|
282
|
+
<y:SVGNodeProperties usingVisualBounds="true"/>
|
283
|
+
<y:SVGModel svgBoundsPolicy="5">
|
284
|
+
<y:SVGContent refid="2"/>
|
285
|
+
</y:SVGModel>
|
286
|
+
</y:SVGNode>
|
287
|
+
</data>
|
288
|
+
</node>
|
289
|
+
<node id="n2::n1">
|
290
|
+
<data key="d5">
|
291
|
+
<y:SVGNode>
|
292
|
+
<y:Geometry height="64.63923645019531" width="56.554100036621094" x="187.8622356959752" y="36.4609375"/>
|
293
|
+
<y:Fill color="#CCCCFF" transparent="false"/>
|
294
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
295
|
+
<y:SVGNodeProperties usingVisualBounds="true"/>
|
296
|
+
<y:SVGModel svgBoundsPolicy="0">
|
297
|
+
<y:SVGContent refid="5"/>
|
298
|
+
</y:SVGModel>
|
299
|
+
</y:SVGNode>
|
300
|
+
</data>
|
301
|
+
</node>
|
302
|
+
</graph>
|
303
|
+
</node>
|
304
|
+
<node id="n3" yfiles.foldertype="group">
|
305
|
+
<data key="d3" xml:space="preserve"/>
|
306
|
+
<data key="d4"/>
|
307
|
+
<data key="d5">
|
308
|
+
<y:ProxyAutoBoundsNode>
|
309
|
+
<y:Realizers active="0">
|
310
|
+
<y:GroupNode>
|
311
|
+
<y:Geometry height="199.40419006347656" width="113.00000000000011" x="625.8654761904762" y="316.49285888671875"/>
|
312
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
313
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
314
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="113.00000000000011" x="0.0" xml:space="preserve" y="0.0">Doc Reader</y:NodeLabel>
|
315
|
+
<y:Shape type="roundrectangle"/>
|
316
|
+
<y:State closed="false" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
317
|
+
<y:NodeBounds considerNodeLabelSize="true"/>
|
318
|
+
<y:Insets bottom="15" bottomF="15.0" left="15" leftF="15.0" right="15" rightF="15.0" top="15" topF="15.0"/>
|
319
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="3.3093407034812117E-4" right="26" rightF="26.445569029308672" top="0" topF="0.0"/>
|
320
|
+
</y:GroupNode>
|
321
|
+
<y:GroupNode>
|
322
|
+
<y:Geometry height="50.0" width="50.0" x="0.0" y="60.0"/>
|
323
|
+
<y:Fill color="#F5F5F5" transparent="false"/>
|
324
|
+
<y:BorderStyle color="#000000" type="dashed" width="1.0"/>
|
325
|
+
<y:NodeLabel alignment="right" autoSizePolicy="node_width" backgroundColor="#EBEBEB" borderDistance="0.0" fontFamily="Dialog" fontSize="15" fontStyle="plain" hasLineColor="false" height="21.4609375" horizontalTextPosition="center" iconTextGap="4" modelName="internal" modelPosition="t" textColor="#000000" verticalTextPosition="bottom" visible="true" width="65.201171875" x="-7.6005859375" xml:space="preserve" y="0.0">Folder 5</y:NodeLabel>
|
326
|
+
<y:Shape type="roundrectangle"/>
|
327
|
+
<y:State closed="true" closedHeight="50.0" closedWidth="50.0" innerGraphDisplayEnabled="false"/>
|
328
|
+
<y:Insets bottom="5" bottomF="5.0" left="5" leftF="5.0" right="5" rightF="5.0" top="5" topF="5.0"/>
|
329
|
+
<y:BorderInsets bottom="0" bottomF="0.0" left="0" leftF="0.0" right="0" rightF="0.0" top="0" topF="0.0"/>
|
330
|
+
</y:GroupNode>
|
331
|
+
</y:Realizers>
|
332
|
+
</y:ProxyAutoBoundsNode>
|
333
|
+
</data>
|
334
|
+
<graph edgedefault="directed" id="n3:">
|
335
|
+
<node id="n3::n0">
|
336
|
+
<data key="d5">
|
337
|
+
<y:SVGNode>
|
338
|
+
<y:Geometry height="40.0" width="40.0" x="649.1428571428571" y="460.8970489501953"/>
|
339
|
+
<y:Fill color="#CCCCFF" transparent="false"/>
|
340
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
341
|
+
<y:SVGNodeProperties usingVisualBounds="true"/>
|
342
|
+
<y:SVGModel svgBoundsPolicy="5">
|
343
|
+
<y:SVGContent refid="6"/>
|
344
|
+
</y:SVGModel>
|
345
|
+
</y:SVGNode>
|
346
|
+
</data>
|
347
|
+
</node>
|
348
|
+
<node id="n3::n1">
|
349
|
+
<data key="d5">
|
350
|
+
<y:SVGNode>
|
351
|
+
<y:Geometry height="69.94900512695312" width="56.554100036621094" x="640.8658071245466" y="352.95379638671875"/>
|
352
|
+
<y:Fill color="#CCCCFF" transparent="false"/>
|
353
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
354
|
+
<y:SVGNodeProperties usingVisualBounds="true"/>
|
355
|
+
<y:SVGModel svgBoundsPolicy="0">
|
356
|
+
<y:SVGContent refid="7"/>
|
357
|
+
</y:SVGModel>
|
358
|
+
</y:SVGNode>
|
359
|
+
</data>
|
360
|
+
</node>
|
361
|
+
</graph>
|
362
|
+
</node>
|
363
|
+
<edge id="n1::n2::e0" source="n1::n2::n0" target="n1::n2::n1">
|
364
|
+
<data key="d9">
|
365
|
+
<y:PolyLineEdge>
|
366
|
+
<y:Path sx="-7.5" sy="15.0" tx="7.5" ty="-14.40625"/>
|
367
|
+
<y:LineStyle cap="0" color="#336699" dashPhase="0.0" join="0" miterLimit="10.0" type="custom" width="1.0"/>
|
368
|
+
<y:Arrows source="none" target="delta"/>
|
369
|
+
<y:BendStyle smoothed="false"/>
|
370
|
+
</y:PolyLineEdge>
|
371
|
+
</data>
|
372
|
+
</edge>
|
373
|
+
<edge id="n1::n0::e0" source="n1::n0::n0" target="n1::n0::n1">
|
374
|
+
<data key="d9">
|
375
|
+
<y:PolyLineEdge>
|
376
|
+
<y:Path sx="0.0" sy="15.0" tx="0.0" ty="-15.0"/>
|
377
|
+
<y:LineStyle cap="0" color="#336699" dashPhase="0.0" join="0" miterLimit="10.0" type="custom" width="1.0"/>
|
378
|
+
<y:Arrows source="none" target="standard"/>
|
379
|
+
<y:BendStyle smoothed="false"/>
|
380
|
+
</y:PolyLineEdge>
|
381
|
+
</data>
|
382
|
+
</edge>
|
383
|
+
<edge id="n1::n1::e0" source="n1::n1::n0" target="n1::n1::n1">
|
384
|
+
<data key="d9">
|
385
|
+
<y:PolyLineEdge>
|
386
|
+
<y:Path sx="0.0" sy="15.0" tx="7.5" ty="-13.21875"/>
|
387
|
+
<y:LineStyle cap="0" color="#336699" dashPhase="0.0" join="0" miterLimit="10.0" type="custom" width="1.0"/>
|
388
|
+
<y:Arrows source="none" target="none"/>
|
389
|
+
<y:BendStyle smoothed="false"/>
|
390
|
+
</y:PolyLineEdge>
|
391
|
+
</data>
|
392
|
+
</edge>
|
393
|
+
<edge id="n1::e0" source="n1::n1::n1" target="n1::n2::n1">
|
394
|
+
<data key="d9">
|
395
|
+
<y:PolyLineEdge>
|
396
|
+
<y:Path sx="0.0" sy="15.0" tx="-7.5" ty="-15.0">
|
397
|
+
<y:Point x="367.1345238095238" y="543.8657989501953"/>
|
398
|
+
<y:Point x="506.3496031746032" y="543.8657989501953"/>
|
399
|
+
</y:Path>
|
400
|
+
<y:LineStyle cap="0" color="#336699" dashPhase="0.0" join="0" miterLimit="10.0" type="custom" width="1.0"/>
|
401
|
+
<y:Arrows source="none" target="delta"/>
|
402
|
+
<y:BendStyle smoothed="false"/>
|
403
|
+
</y:PolyLineEdge>
|
404
|
+
</data>
|
405
|
+
</edge>
|
406
|
+
<edge id="n1::e1" source="n1::n0::n1" target="n1::n1::n1">
|
407
|
+
<data key="d9">
|
408
|
+
<y:PolyLineEdge>
|
409
|
+
<y:Path sx="0.0" sy="15.0" tx="-7.5" ty="-15.0">
|
410
|
+
<y:Point x="216.13928571428573" y="450.8970489501953"/>
|
411
|
+
<y:Point x="359.6345238095238" y="450.8970489501953"/>
|
412
|
+
</y:Path>
|
413
|
+
<y:LineStyle cap="0" color="#336699" dashPhase="0.0" join="0" miterLimit="10.0" type="custom" width="1.0"/>
|
414
|
+
<y:Arrows source="none" target="delta"/>
|
415
|
+
<y:BendStyle smoothed="false"/>
|
416
|
+
</y:PolyLineEdge>
|
417
|
+
</data>
|
418
|
+
</edge>
|
419
|
+
<edge id="e0" source="n3::n0" target="n0">
|
420
|
+
<data key="d9">
|
421
|
+
<y:PolyLineEdge>
|
422
|
+
<y:Path sx="0.0" sy="10.40625" tx="7.5" ty="-7.886150000000043"/>
|
423
|
+
<y:LineStyle cap="0" color="#336699" dashPhase="0.0" join="0" miterLimit="10.0" type="custom" width="1.0"/>
|
424
|
+
<y:Arrows source="none" target="none"/>
|
425
|
+
<y:BendStyle smoothed="false"/>
|
426
|
+
</y:PolyLineEdge>
|
427
|
+
</data>
|
428
|
+
</edge>
|
429
|
+
<edge id="e1" source="n1::n2::n0" target="n0">
|
430
|
+
<data key="d9">
|
431
|
+
<y:PolyLineEdge>
|
432
|
+
<y:Path sx="7.5" sy="15.0" tx="-7.5" ty="-9.698650000000043">
|
433
|
+
<y:Point x="536.3496031746032" y="528.8657989501953"/>
|
434
|
+
<y:Point x="654.1428571428571" y="528.8657989501953"/>
|
435
|
+
</y:Path>
|
436
|
+
<y:LineStyle cap="0" color="#336699" dashPhase="0.0" join="0" miterLimit="10.0" type="custom" width="1.0"/>
|
437
|
+
<y:Arrows source="none" target="none"/>
|
438
|
+
<y:BendStyle smoothed="false"/>
|
439
|
+
</y:PolyLineEdge>
|
440
|
+
</data>
|
441
|
+
</edge>
|
442
|
+
<edge id="e2" source="n2::n0" target="n1::n0::n0">
|
443
|
+
<data key="d9">
|
444
|
+
<y:PolyLineEdge>
|
445
|
+
<y:Path sx="0.0" sy="15.0" tx="0.0" ty="-15.0"/>
|
446
|
+
<y:LineStyle cap="0" color="#336699" dashPhase="0.0" join="0" miterLimit="10.0" type="custom" width="1.0"/>
|
447
|
+
<y:Arrows source="standard" target="standard"/>
|
448
|
+
<y:EdgeLabel alignment="center" configuration="AutoFlippingLabel" distance="2.0" fontFamily="'Arial'" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" verticalTextPosition="bottom" visible="true" width="66.642578125" x="-33.321285574776766" xml:space="preserve" y="52.96875">push / pull<y:LabelModel><y:SmartEdgeLabelModel autoRotationEnabled="true" defaultAngle="0.0" defaultDistance="10.0"/></y:LabelModel><y:ModelParameter><y:SmartEdgeLabelModelParameter angle="4.71238898038469" distance="10.0" distanceToCenter="false" position="center" ratio="0.3967946232389815" segment="-1"/></y:ModelParameter><y:PreferredPlacementDescriptor angle="0.0" angleOffsetOnRightSide="0" angleReference="absolute" angleRotationOnRightSide="co" distance="-1.0" frozen="true" placement="anywhere" side="anywhere" sideReference="relative_to_edge_flow"/></y:EdgeLabel>
|
449
|
+
<y:BendStyle smoothed="false"/>
|
450
|
+
</y:PolyLineEdge>
|
451
|
+
</data>
|
452
|
+
</edge>
|
453
|
+
<edge id="n3::e0" source="n3::n1" target="n3::n0">
|
454
|
+
<data key="d8"/>
|
455
|
+
<data key="d9">
|
456
|
+
<y:PolyLineEdge>
|
457
|
+
<y:Path sx="0.0" sy="34.97450256347656" tx="0.0" ty="-15.65625"/>
|
458
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
459
|
+
<y:Arrows source="none" target="standard"/>
|
460
|
+
<y:BendStyle smoothed="false"/>
|
461
|
+
</y:PolyLineEdge>
|
462
|
+
</data>
|
463
|
+
</edge>
|
464
|
+
<edge id="n2::e0" source="n2::n1" target="n2::n0">
|
465
|
+
<data key="d8"/>
|
466
|
+
<data key="d9">
|
467
|
+
<y:PolyLineEdge>
|
468
|
+
<y:Path sx="0.0" sy="32.319618225097656" tx="0.0" ty="-15.0"/>
|
469
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
470
|
+
<y:Arrows source="none" target="standard"/>
|
471
|
+
<y:BendStyle smoothed="false"/>
|
472
|
+
</y:PolyLineEdge>
|
473
|
+
</data>
|
474
|
+
</edge>
|
475
|
+
</graph>
|
476
|
+
<data key="d6">
|
477
|
+
<y:Resources>
|
478
|
+
<y:Resource id="1" xml:space="preserve"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" width="640" height="512" fill="rgb(51,102,153)" fill-opacity="1"><path d="M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z"/></svg></y:Resource>
|
479
|
+
<y:Resource id="2" xml:space="preserve"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="448" height="512" fill="rgb(51,102,153)" fill-opacity="1"><path d="M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z"/></svg></y:Resource>
|
480
|
+
<y:Resource id="3" xml:space="preserve"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="384" height="512" fill="rgb(51,102,153)" fill-opacity="1"><path d="M0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V128L256 0H64C28.7 0 0 28.7 0 64zm224 192h-64v-64h64v64zm96 0h-64v-64h32c17.7 0 32 14.3 32 32v32zm-64 128h64v32c0 17.7-14.3 32-32 32h-32v-64zm-96 0h64v64h-64v-64zm-96 0h64v64H96c-17.7 0-32-14.3-32-32v-32zm0-96h256v64H64v-64zm0-64c0-17.7 14.3-32 32-32h32v64H64v-32z"/></svg></y:Resource>
|
481
|
+
<y:Resource id="4" xml:space="preserve"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="384" height="512" fill="rgb(51,102,153)" fill-opacity="1"><path d="M384 121.941V128H256V0h6.059c6.365 0 12.47 2.529 16.971 7.029l97.941 97.941A24.005 24.005 0 0 1 384 121.941zM248 160c-13.2 0-24-10.8-24-24V0H24C10.745 0 0 10.745 0 24v464c0 13.255 10.745 24 24 24h336c13.255 0 24-10.745 24-24V160H248zM123.206 400.505a5.4 5.4 0 0 1-7.633.246l-64.866-60.812a5.4 5.4 0 0 1 0-7.879l64.866-60.812a5.4 5.4 0 0 1 7.633.246l19.579 20.885a5.4 5.4 0 0 1-.372 7.747L101.65 336l40.763 35.874a5.4 5.4 0 0 1 .372 7.747l-19.579 20.884zm51.295 50.479l-27.453-7.97a5.402 5.402 0 0 1-3.681-6.692l61.44-211.626a5.402 5.402 0 0 1 6.692-3.681l27.452 7.97a5.4 5.4 0 0 1 3.68 6.692l-61.44 211.626a5.397 5.397 0 0 1-6.69 3.681zm160.792-111.045l-64.866 60.812a5.4 5.4 0 0 1-7.633-.246l-19.58-20.885a5.4 5.4 0 0 1 .372-7.747L284.35 336l-40.763-35.874a5.4 5.4 0 0 1-.372-7.747l19.58-20.885a5.4 5.4 0 0 1 7.633-.246l64.866 60.812a5.4 5.4 0 0 1-.001 7.879z"/></svg></y:Resource>
|
482
|
+
<y:Resource id="5" xml:space="preserve"><?xml version="1.0" encoding="utf-8"?>
|
483
|
+
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
484
|
+
width="57px" height="65px" viewBox="0 0 57 65" enable-background="new 0 0 57 65" xml:space="preserve">
|
485
|
+
<g>
|
486
|
+
<polygon fill="#353535" stroke="#353535" stroke-linecap="round" stroke-linejoin="round" points="44.675,45.684 13.412,50.074
|
487
|
+
12.502,27.118 43.718,27.745 "/>
|
488
|
+
|
489
|
+
<radialGradient id="SVGID_1_" cx="27.2832" cy="3145.5264" r="31.054" fx="21.2252" fy="3142.2256" gradientTransform="matrix(1 0 0 1 0.3203 -3091.7656)" gradientUnits="userSpaceOnUse">
|
490
|
+
<stop offset="0" style="stop-color:#B38E5D"/>
|
491
|
+
<stop offset="1" style="stop-color:#805126"/>
|
492
|
+
</radialGradient>
|
493
|
+
<path fill="url(#SVGID_1_)" stroke="#5B453B" stroke-miterlimit="10" d="M49.529,51.225c-4.396-4.396-10.951-5.884-12.063-6.109
|
494
|
+
V37.8H19.278c0,0,0.038,6.903,0,6.868c0,0-6.874,0.997-12.308,6.432C1.378,56.691,0.5,62.77,0.5,62.77
|
495
|
+
c0,1.938,1.575,3.492,3.523,3.492h48.51c1.947,0,3.521-1.558,3.521-3.492C56.055,62.768,54.211,55.906,49.529,51.225z"/>
|
496
|
+
|
497
|
+
<radialGradient id="face_x5F_white_1_" cx="27.5835" cy="3117.4922" r="23.425" fx="23.0139" fy="3115.0024" gradientTransform="matrix(1 0 0 1 0.3203 -3091.7656)" gradientUnits="userSpaceOnUse">
|
498
|
+
<stop offset="0" style="stop-color:#B38E5D"/>
|
499
|
+
<stop offset="1" style="stop-color:#805126"/>
|
500
|
+
</radialGradient>
|
501
|
+
<path id="face_x5F_white_2_" fill="url(#face_x5F_white_1_)" stroke="#5B453B" stroke-miterlimit="10" d="M43.676,23.357
|
502
|
+
c0.086,10.2-6.738,18.52-15.25,18.586c-8.5,0.068-15.464-8.146-15.55-18.344C12.794,13.4,19.618,5.079,28.123,5.012
|
503
|
+
C36.627,4.945,43.59,13.158,43.676,23.357z"/>
|
504
|
+
|
505
|
+
<linearGradient id="face_highlight_1_" gradientUnits="userSpaceOnUse" x1="6466.8389" y1="-12294.1094" x2="6490.4683" y2="-12387.5586" gradientTransform="matrix(0.275 0 0 -0.2733 -1752.8849 -3351.7349)">
|
506
|
+
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.42"/>
|
507
|
+
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.12"/>
|
508
|
+
</linearGradient>
|
509
|
+
<path id="face_highlight_2_" fill="url(#face_highlight_1_)" d="M27.958,6.333c-6.035,0.047-10.747,4.493-12.787,10.386
|
510
|
+
c-0.664,1.919-0.294,4.043,0.98,5.629c2.73,3.398,5.729,6.283,9.461,8.088c3.137,1.518,7.535,2.385,11.893,1.247
|
511
|
+
c2.274-0.592,3.988-2.459,4.375-4.766c0.187-1.094,0.293-2.289,0.283-3.553C42.083,13.952,36.271,6.268,27.958,6.333z"/>
|
512
|
+
<path fill="#5C5C5C" stroke="#353535" stroke-linecap="round" stroke-linejoin="round" d="M17.597,43.835
|
513
|
+
c-0.413-3.019-0.613-5.013-0.789-7.864c-0.574-9.349,2.886-17.721,2.886-17.721l0.882-2.078l0.94,2.419l1.872-4.956l-0.049,4.553
|
514
|
+
l1.311-0.749l0.701-1.653L25.715,18l1.055-0.988l2.13-0.729L29.84,17l0.479-2.375l0.834,2.554l1.125-1.024l1.68-0.214l1.07,1.372
|
515
|
+
l-0.243-4.246l1.883,3.967L37.611,17c0,0,6.029,9.948,3.75,28.426c2.154,0.76,4.479,2.688,6.881,4.648
|
516
|
+
c0.001-0.002,0.011-0.012,0.011-0.012L44.111,19.38C43.079,12.873,38.752,2.599,28.73,2.648
|
517
|
+
C5.153,2.568,13.025,42.055,8.945,49.334c-0.007,0.014-0.012,0.025-0.02,0.039C12.292,46.729,15.652,44.346,17.597,43.835z"/>
|
518
|
+
|
519
|
+
<radialGradient id="body_1_" cx="50.5117" cy="-3134.7334" r="32.8445" gradientTransform="matrix(0.9852 0 0 -0.9852 -34.4844 -3033.9702)" gradientUnits="userSpaceOnUse">
|
520
|
+
<stop offset="0" style="stop-color:#FFC373"/>
|
521
|
+
<stop offset="1" style="stop-color:#FFB448"/>
|
522
|
+
</radialGradient>
|
523
|
+
<path id="body_9_" fill="url(#body_1_)" stroke="#ED8D00" d="M0.5,62.768c0,1.938,1.575,3.494,3.523,3.494h48.51
|
524
|
+
c1.947,0,3.521-1.559,3.521-3.494c0,0-1.844-6.861-6.525-11.543c-4.815-4.813-8.244-5.146-8.244-5.146
|
525
|
+
c-1.444,6.983-8.555,8.786-13.007,8.786s-11.322-2.643-11.941-9.439c0,0-4.559,1.199-9.367,5.674
|
526
|
+
C1.378,56.689,0.5,62.768,0.5,62.768z"/>
|
527
|
+
</g>
|
528
|
+
</svg>
|
529
|
+
</y:Resource>
|
530
|
+
<y:Resource id="6" xml:space="preserve"><?xml version="1.0" encoding="utf-8"?>
|
531
|
+
<!-- Generator: Adobe Illustrator 15.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
532
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
533
|
+
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
534
|
+
width="70px" height="70px" viewBox="0 0 70 70" enable-background="new 0 0 70 70" xml:space="preserve">
|
535
|
+
<g id="Ebene_1_3_">
|
536
|
+
<g id="Display">
|
537
|
+
<g>
|
538
|
+
|
539
|
+
<radialGradient id="SVGID_1_" cx="480.4053" cy="1998.8477" r="21.6001" gradientTransform="matrix(1.15 0 0 1 -526.8943 -1982.4023)" gradientUnits="userSpaceOnUse">
|
540
|
+
<stop offset="0" style="stop-color:#F2F2F2"/>
|
541
|
+
<stop offset="1" style="stop-color:#8D8D8D"/>
|
542
|
+
</radialGradient>
|
543
|
+
<path fill="url(#SVGID_1_)" d="M11.827,9.478c0-0.987,0.807-1.794,1.794-1.794H56.9c0.986,0,1.795,0.807,1.795,1.794v26.978
|
544
|
+
c0,0.987-0.809,1.794-1.795,1.794H13.62c-0.987,0-1.794-0.807-1.794-1.794L11.827,9.478L11.827,9.478z"/>
|
545
|
+
|
546
|
+
<path display="none" fill="none" stroke="#3C89C9" stroke-width="0.2185" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="
|
547
|
+
M11.827,9.478c0-0.987,0.807-1.794,1.794-1.794H56.9c0.986,0,1.795,0.807,1.795,1.794v26.978c0,0.987-0.809,1.794-1.795,1.794
|
548
|
+
H13.62c-0.987,0-1.794-0.807-1.794-1.794L11.827,9.478L11.827,9.478z"/>
|
549
|
+
</g>
|
550
|
+
<g>
|
551
|
+
|
552
|
+
<radialGradient id="SVGID_2_" cx="457.458" cy="1991.5371" r="47.8462" fx="495.0984" fy="1985.089" gradientTransform="matrix(1.1935 0 0 1 -509.9757 -1982.4023)" gradientUnits="userSpaceOnUse">
|
553
|
+
<stop offset="0" style="stop-color:#4D4D4D"/>
|
554
|
+
<stop offset="1" style="stop-color:#999999"/>
|
555
|
+
</radialGradient>
|
556
|
+
<path fill="url(#SVGID_2_)" d="M12.744,10.394c0-0.987,0.807-1.794,1.794-1.794h41.649c0.986,0,1.795,0.807,1.795,1.794v24.943
|
557
|
+
c0,0.985-0.809,1.794-1.795,1.794H14.538c-0.987,0-1.794-0.809-1.794-1.794V10.394z"/>
|
558
|
+
</g>
|
559
|
+
<g>
|
560
|
+
|
561
|
+
<radialGradient id="SVGID_3_" cx="458.4482" cy="1991.6133" r="30.6699" gradientTransform="matrix(1.1923 0 0 1 -510.4322 -1982.4023)" gradientUnits="userSpaceOnUse">
|
562
|
+
<stop offset="0" style="stop-color:#9CD7FF"/>
|
563
|
+
<stop offset="1" style="stop-color:#3C89C9"/>
|
564
|
+
</radialGradient>
|
565
|
+
<path fill="url(#SVGID_3_)" d="M13.253,10.802c0-0.987,0.807-1.794,1.794-1.794H55.68c0.986,0,1.795,0.807,1.795,1.794v24.126
|
566
|
+
c0,0.986-0.809,1.794-1.795,1.794H15.047c-0.987,0-1.794-0.809-1.794-1.794V10.802z"/>
|
567
|
+
</g>
|
568
|
+
<path opacity="0.24" fill="#F2F2F2" d="M13.253,29.047V10.802c0-0.987,0.807-1.794,1.794-1.794H55.68
|
569
|
+
c0.986,0,1.795,0.807,1.795,1.794v9.454c0,0.987-10.518,5.21-18.256,6.795C31.481,28.636,13.253,29.047,13.253,29.047z"/>
|
570
|
+
</g>
|
571
|
+
|
572
|
+
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="132.9141" y1="-204.6865" x2="132.9141" y2="-163.0527" gradientTransform="matrix(1 0 0 -1 -97.6001 -149.9004)">
|
573
|
+
<stop offset="0" style="stop-color:#4D4D4D"/>
|
574
|
+
<stop offset="0.0667" style="stop-color:#717171"/>
|
575
|
+
<stop offset="0.069" style="stop-color:#757575"/>
|
576
|
+
<stop offset="0.0831" style="stop-color:#8C8C8C"/>
|
577
|
+
<stop offset="0.0996" style="stop-color:#9E9E9E"/>
|
578
|
+
<stop offset="0.1196" style="stop-color:#AAAAAA"/>
|
579
|
+
<stop offset="0.1466" style="stop-color:#B1B1B1"/>
|
580
|
+
<stop offset="0.2121" style="stop-color:#B3B3B3"/>
|
581
|
+
<stop offset="1" style="stop-color:#C5C5C5"/>
|
582
|
+
</linearGradient>
|
583
|
+
<path fill="url(#SVGID_4_)" d="M59.949,39.809c-0.689-0.856-2.154-1.559-3.254-1.559H13.564c-1.1,0-2.552,0.711-3.227,1.579
|
584
|
+
l-7.546,9.717c-1.227,1.579-1.185,1.813-1.227,2.579v0.125c0.056,0.393,0.311,1.002,1.248,1.002h64.75
|
585
|
+
c0.75,0.002,1.5-0.252,1.5-1.002v-0.125c0-0.813,0-0.813-1.254-2.559L59.949,39.809z"/>
|
586
|
+
<path opacity="0.23" fill="#F2F2F2" enable-background="new " d="M59.949,39.809c-0.689-0.856-2.154-1.559-3.254-1.559H13.564
|
587
|
+
c-1.1,0-2.552,0.711-3.227,1.579l-7.055,9.085l58.098-7.33L59.949,39.809z"/>
|
588
|
+
<g>
|
589
|
+
<path fill="#6E6E6E" d="M61.314,44.779c0.344,0.431,0.172,0.783-0.377,0.783H9.813c-0.55,0-0.742-0.369-0.427-0.819l2.786-3.986
|
590
|
+
c0.315-0.45,1.023-0.819,1.573-0.819h42.729c0.551,0,1.279,0.354,1.623,0.783L61.314,44.779z"/>
|
591
|
+
</g>
|
592
|
+
<g>
|
593
|
+
<path fill="#6E6E6E" d="M41.994,49.48c0.072,0.217-0.057,0.395-0.285,0.395H28.291c-0.229,0-0.364-0.18-0.3-0.398l0.822-2.826
|
594
|
+
c0.064-0.221,0.303-0.399,0.532-0.399h11.167c0.229,0,0.475,0.179,0.547,0.396L41.994,49.48z"/>
|
595
|
+
</g>
|
596
|
+
</g>
|
597
|
+
</svg>
|
598
|
+
</y:Resource>
|
599
|
+
<y:Resource id="7" xml:space="preserve"><?xml version="1.0" encoding="utf-8"?>
|
600
|
+
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
601
|
+
width="57px" height="65px" viewBox="0 0 57 65" enable-background="new 0 0 57 65" xml:space="preserve">
|
602
|
+
<g>
|
603
|
+
|
604
|
+
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="26.3398" y1="3115.7266" x2="27.5807" y2="3145.5239" gradientTransform="matrix(1 0 0 1 0.3203 -3091.7656)">
|
605
|
+
<stop offset="0.2711" style="stop-color:#FFAB4F"/>
|
606
|
+
<stop offset="1" style="stop-color:#FFD28F"/>
|
607
|
+
</linearGradient>
|
608
|
+
<path fill="url(#SVGID_1_)" stroke="#ED9135" stroke-miterlimit="10" d="M49.529,51.225c-4.396-4.396-10.951-5.884-12.063-6.109
|
609
|
+
V37.8H19.278c0,0,0.038,6.903,0,6.868c0,0-6.874,0.997-12.308,6.432C1.378,56.691,0.5,62.77,0.5,62.77
|
610
|
+
c0,1.938,1.575,3.492,3.523,3.492h48.51c1.947,0,3.521-1.558,3.521-3.492C56.055,62.768,54.211,55.906,49.529,51.225z"/>
|
611
|
+
|
612
|
+
<radialGradient id="face_x5F_white_1_" cx="27.5835" cy="3117.4922" r="23.425" fx="23.0139" fy="3115.0024" gradientTransform="matrix(1 0 0 1 0.3203 -3091.7656)" gradientUnits="userSpaceOnUse">
|
613
|
+
<stop offset="0" style="stop-color:#FFD28F"/>
|
614
|
+
<stop offset="1" style="stop-color:#FFAB4F"/>
|
615
|
+
</radialGradient>
|
616
|
+
<path id="face_x5F_white_3_" fill="url(#face_x5F_white_1_)" stroke="#ED9135" stroke-miterlimit="10" d="M43.676,23.357
|
617
|
+
c0.086,10.2-6.738,18.52-15.25,18.586c-8.5,0.068-15.464-8.146-15.55-18.344C12.794,13.4,19.618,5.079,28.123,5.012
|
618
|
+
C36.627,4.945,43.59,13.158,43.676,23.357z"/>
|
619
|
+
|
620
|
+
<linearGradient id="face_highlight_1_" gradientUnits="userSpaceOnUse" x1="6468.501" y1="-12291.5195" x2="6492.1304" y2="-12384.9688" gradientTransform="matrix(0.275 0 0 -0.2733 -1752.8849 -3351.7349)">
|
621
|
+
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:0.24"/>
|
622
|
+
<stop offset="1" style="stop-color:#FFFFFF;stop-opacity:0.16"/>
|
623
|
+
</linearGradient>
|
624
|
+
<path id="face_highlight_3_" fill="url(#face_highlight_1_)" d="M28.415,5.625c-6.035,0.047-10.747,4.493-12.787,10.386
|
625
|
+
c-0.664,1.919-0.294,4.043,0.98,5.629c2.73,3.398,5.729,6.283,9.461,8.088c3.137,1.518,7.535,2.385,11.893,1.247
|
626
|
+
c2.274-0.592,3.988-2.459,4.375-4.766c0.187-1.094,0.293-2.289,0.283-3.553C42.54,13.244,36.729,5.56,28.415,5.625z"/>
|
627
|
+
<path fill="#5C5C5C" stroke="#353535" stroke-linecap="round" stroke-linejoin="round" d="M32.215,9.938
|
628
|
+
c0,0,5.688,2.75,7.688,8.125c2.104,5.652,4.123,8.232,4.188,8c1.875-6.794,1.063-21.438-10.17-21.587
|
629
|
+
c-20.455-7.663-25.58,11.962-23.893,19.65c1.078,4.911,2.234,6.686,3.938,8.08C13.966,32.205,15.028,17.563,32.215,9.938z"/>
|
630
|
+
|
631
|
+
<linearGradient id="body_1_" gradientUnits="userSpaceOnUse" x1="95.9063" y1="-3136.23" x2="31.5133" y2="-3136.23" gradientTransform="matrix(0.9852 0 0 -0.9852 -34.4844 -3033.9702)">
|
632
|
+
<stop offset="0" style="stop-color:#49AD33"/>
|
633
|
+
<stop offset="1" style="stop-color:#C2DA92"/>
|
634
|
+
</linearGradient>
|
635
|
+
<path id="body_8_" fill="url(#body_1_)" stroke="#008D33" d="M0.5,62.768c0,1.938,1.575,3.494,3.523,3.494h48.51
|
636
|
+
c1.947,0,3.521-1.559,3.521-3.494c0,0-1.844-6.861-6.525-11.543c-4.815-4.813-8.244-5.146-8.244-5.146
|
637
|
+
c-1.444,6.983-8.555,8.786-13.007,8.786s-11.322-2.643-11.941-9.439c0,0-4.559,1.199-9.367,5.674
|
638
|
+
C1.378,56.689,0.5,62.768,0.5,62.768z"/>
|
639
|
+
</g>
|
640
|
+
</svg>
|
641
|
+
</y:Resource>
|
642
|
+
</y:Resources>
|
643
|
+
</data>
|
644
|
+
</graphml>
|