nutella_framework 0.4.23 → 0.4.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (148) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/framework_components/monitoring-bot/monitoring-bot.rb +11 -2
  4. data/framework_components/monitoring-interface/.gitignore +2 -0
  5. data/framework_components/monitoring-interface/README.md +1 -0
  6. data/framework_components/monitoring-interface/bower.json +29 -0
  7. data/framework_components/monitoring-interface/bower_components/bower-mqttws/.bower.json +23 -0
  8. data/framework_components/monitoring-interface/bower_components/bower-mqttws/bower.json +14 -0
  9. data/framework_components/monitoring-interface/bower_components/bower-mqttws/mqttws31.js +2081 -0
  10. data/framework_components/monitoring-interface/bower_components/bower-mqttws/readme.md +4 -0
  11. data/framework_components/monitoring-interface/bower_components/nutella_lib/.bower.json +37 -0
  12. data/framework_components/monitoring-interface/bower_components/nutella_lib/LICENSE +21 -0
  13. data/framework_components/monitoring-interface/bower_components/nutella_lib/README.md +15 -0
  14. data/framework_components/monitoring-interface/bower_components/nutella_lib/bower.json +28 -0
  15. data/framework_components/monitoring-interface/bower_components/nutella_lib/examples/browser/mqtt_client_hello_world.html +23 -0
  16. data/framework_components/monitoring-interface/bower_components/nutella_lib/examples/browser/nutella_hello_world.html +52 -0
  17. data/framework_components/monitoring-interface/bower_components/nutella_lib/examples/node/mqtt_client_hello_world.js +14 -0
  18. data/framework_components/monitoring-interface/bower_components/nutella_lib/examples/node/nutella_hello_world.js +38 -0
  19. data/framework_components/monitoring-interface/bower_components/nutella_lib/nutella_lib.js +789 -0
  20. data/framework_components/monitoring-interface/bower_components/nutella_lib/package.json +30 -0
  21. data/framework_components/monitoring-interface/css/Monitoring Interface.html +215 -0
  22. data/framework_components/monitoring-interface/css/Monitoring Interface_files/animations.js +27 -0
  23. data/framework_components/monitoring-interface/css/Monitoring Interface_files/application-view-controller.js +232 -0
  24. data/framework_components/monitoring-interface/css/Monitoring Interface_files/applications-model.js +61 -0
  25. data/framework_components/monitoring-interface/css/Monitoring Interface_files/bootstrap.min.js +7 -0
  26. data/framework_components/monitoring-interface/css/Monitoring Interface_files/cursor.css +7 -0
  27. data/framework_components/monitoring-interface/css/Monitoring Interface_files/d3.v3.min.js +5 -0
  28. data/framework_components/monitoring-interface/css/Monitoring Interface_files/graphics.js +156 -0
  29. data/framework_components/monitoring-interface/css/Monitoring Interface_files/grid-layout.js +103 -0
  30. data/framework_components/monitoring-interface/css/Monitoring Interface_files/highlight.min.js +2 -0
  31. data/framework_components/monitoring-interface/css/Monitoring Interface_files/instance-view-controller.js +104 -0
  32. data/framework_components/monitoring-interface/css/Monitoring Interface_files/jquery-1.10.0.min.js +6 -0
  33. data/framework_components/monitoring-interface/css/Monitoring Interface_files/notification-center.js +63 -0
  34. data/framework_components/monitoring-interface/css/Monitoring Interface_files/notifications.js +14 -0
  35. data/framework_components/monitoring-interface/css/Monitoring Interface_files/page.css +33 -0
  36. data/framework_components/monitoring-interface/css/Monitoring Interface_files/radial-layout.js +175 -0
  37. data/framework_components/monitoring-interface/css/Monitoring Interface_files/tab-table.js +8 -0
  38. data/framework_components/monitoring-interface/css/Monitoring Interface_files/ui-application.css +0 -0
  39. data/framework_components/monitoring-interface/css/Monitoring Interface_files/ui-application.js +320 -0
  40. data/framework_components/monitoring-interface/css/Monitoring Interface_files/ui-connection-view.css +10 -0
  41. data/framework_components/monitoring-interface/css/Monitoring Interface_files/ui-connection-view.js +426 -0
  42. data/framework_components/monitoring-interface/css/Monitoring Interface_files/ui-element.js +205 -0
  43. data/framework_components/monitoring-interface/css/Monitoring Interface_files/ui-notification.js +94 -0
  44. data/framework_components/monitoring-interface/css/Monitoring Interface_files/ui-tab.js +229 -0
  45. data/framework_components/monitoring-interface/css/Monitoring Interface_files/underscore-min.js +5 -0
  46. data/framework_components/monitoring-interface/css/Monitoring Interface_files/view-controller.js +68 -0
  47. data/framework_components/monitoring-interface/css/Monitoring Interface_files/window-view-controller.js +169 -0
  48. data/framework_components/monitoring-interface/css/alerts.css +3 -0
  49. data/framework_components/monitoring-interface/css/bootstrap.min.css +5 -0
  50. data/framework_components/monitoring-interface/css/cursor.css +7 -0
  51. data/framework_components/monitoring-interface/css/highlight.default.min.css +1 -0
  52. data/framework_components/monitoring-interface/css/page.css +41 -0
  53. data/framework_components/monitoring-interface/css/ui-application.css +0 -0
  54. data/framework_components/monitoring-interface/css/ui-connection-view.css +10 -0
  55. data/framework_components/monitoring-interface/css/ui-legend-view.css +7 -0
  56. data/framework_components/monitoring-interface/data/alert.json +8 -0
  57. data/framework_components/monitoring-interface/data/data.json +2118 -0
  58. data/framework_components/monitoring-interface/data/data2.json +814 -0
  59. data/framework_components/monitoring-interface/data/data3.json +823 -0
  60. data/framework_components/monitoring-interface/data/data4.json +848 -0
  61. data/framework_components/monitoring-interface/data/message.json +999 -0
  62. data/framework_components/monitoring-interface/gulpfile.js +29 -0
  63. data/framework_components/monitoring-interface/img/arrow_white.svg +120 -0
  64. data/framework_components/monitoring-interface/img/arrow_white_right.svg +104 -0
  65. data/framework_components/monitoring-interface/img/back.svg +164 -0
  66. data/framework_components/monitoring-interface/img/cross_red_border_white.svg +143 -0
  67. data/framework_components/monitoring-interface/img/cross_red_border_white_mouseover.svg +143 -0
  68. data/framework_components/monitoring-interface/img/email.svg +89 -0
  69. data/framework_components/monitoring-interface/img/email_highlighted.svg +89 -0
  70. data/framework_components/monitoring-interface/index.html +144 -0
  71. data/framework_components/monitoring-interface/js/d3/layout/grid-layout.js +103 -0
  72. data/framework_components/monitoring-interface/js/d3/layout/radial-layout.js +184 -0
  73. data/framework_components/monitoring-interface/js/d3/plugin/graphics.js +156 -0
  74. data/framework_components/monitoring-interface/js/d3/plugin/tab-table.js +8 -0
  75. data/framework_components/monitoring-interface/js/d3/ui/animations.js +27 -0
  76. data/framework_components/monitoring-interface/js/d3/ui/ui-application.js +471 -0
  77. data/framework_components/monitoring-interface/js/d3/ui/ui-connection-view.js +847 -0
  78. data/framework_components/monitoring-interface/js/d3/ui/ui-element.js +245 -0
  79. data/framework_components/monitoring-interface/js/d3/ui/ui-legend.js +174 -0
  80. data/framework_components/monitoring-interface/js/d3/ui/ui-notification.js +90 -0
  81. data/framework_components/monitoring-interface/js/d3/ui/ui-tab.js +309 -0
  82. data/framework_components/monitoring-interface/js/lib/JSXTransformer-0.12.2.js +15199 -0
  83. data/framework_components/monitoring-interface/js/lib/bootstrap.min.js +7 -0
  84. data/framework_components/monitoring-interface/js/lib/d3.v3.min.js +5 -0
  85. data/framework_components/monitoring-interface/js/lib/highlight.min.js +2 -0
  86. data/framework_components/monitoring-interface/js/lib/jquery-1.10.0.min.js +6 -0
  87. data/framework_components/monitoring-interface/js/lib/nutella_lib.js +5121 -0
  88. data/framework_components/monitoring-interface/js/lib/react-with-addons-0.12.2.js +19822 -0
  89. data/framework_components/monitoring-interface/js/lib/underscore-min.js +5 -0
  90. data/framework_components/monitoring-interface/js/model/alerts-model.js +74 -0
  91. data/framework_components/monitoring-interface/js/model/applications-model.js +78 -0
  92. data/framework_components/monitoring-interface/js/model/messages-model.js +112 -0
  93. data/framework_components/monitoring-interface/js/notification/notification-center.js +63 -0
  94. data/framework_components/monitoring-interface/js/notification/notifications.js +21 -0
  95. data/framework_components/monitoring-interface/js/react/dist/ui-alerts.js +178 -0
  96. data/framework_components/monitoring-interface/js/react/dist/ui-message-send.js +389 -0
  97. data/framework_components/monitoring-interface/js/react/dist/ui-messages.js +103 -0
  98. data/framework_components/monitoring-interface/js/react/src/ui-alerts.js +178 -0
  99. data/framework_components/monitoring-interface/js/react/src/ui-message-send.js +389 -0
  100. data/framework_components/monitoring-interface/js/react/src/ui-messages.js +103 -0
  101. data/framework_components/monitoring-interface/js/view-controller/application-view-controller.js +256 -0
  102. data/framework_components/monitoring-interface/js/view-controller/instance-view-controller.js +112 -0
  103. data/framework_components/monitoring-interface/js/view-controller/view-controller.js +74 -0
  104. data/framework_components/monitoring-interface/js/view-controller/window-view-controller.js +169 -0
  105. data/framework_components/monitoring-interface/nutella.json +6 -0
  106. data/framework_components/order.json +1 -0
  107. data/framework_components/roomcast-bot/roomcast_bot.rb +139 -117
  108. data/framework_components/roomcast-channel-creator/dist/app.js +9 -7
  109. data/framework_components/roomcast-channel-creator/index.html +1 -1
  110. data/framework_components/roomcast-channel-creator/src/app/components/main.js +8 -6
  111. data/framework_components/roomcast-package-creator/dist/app.js +4 -4
  112. data/framework_components/roomcast-package-creator/index.html +1 -1
  113. data/framework_components/roomcast-package-creator/package.json +3 -3
  114. data/framework_components/roomcast-package-creator/src/app/components/ConfigurationsPanel.js +2 -2
  115. data/framework_components/roomcast-package-creator/src/app/components/PoolRow.js +1 -1
  116. data/framework_components/roomcast-teacher-controls/.gitignore +2 -0
  117. data/framework_components/roomcast-teacher-controls/README.md +9 -0
  118. data/framework_components/roomcast-teacher-controls/dist/app.js +38327 -0
  119. data/framework_components/roomcast-teacher-controls/dist/main.css +3052 -0
  120. data/framework_components/roomcast-teacher-controls/dist/nutella_lib.js +5121 -0
  121. data/framework_components/roomcast-teacher-controls/gulp/config.js +51 -0
  122. data/framework_components/roomcast-teacher-controls/gulp/tasks/browserify.js +77 -0
  123. data/framework_components/roomcast-teacher-controls/gulp/tasks/build.js +3 -0
  124. data/framework_components/roomcast-teacher-controls/gulp/tasks/css.js +7 -0
  125. data/framework_components/roomcast-teacher-controls/gulp/tasks/default.js +3 -0
  126. data/framework_components/roomcast-teacher-controls/gulp/tasks/fonts.js +7 -0
  127. data/framework_components/roomcast-teacher-controls/gulp/tasks/less.js +16 -0
  128. data/framework_components/roomcast-teacher-controls/gulp/tasks/mui-fonts.js +7 -0
  129. data/framework_components/roomcast-teacher-controls/gulp/tasks/nutella.js +7 -0
  130. data/framework_components/roomcast-teacher-controls/gulp/tasks/setWatch.js +5 -0
  131. data/framework_components/roomcast-teacher-controls/gulp/tasks/svgs.js +7 -0
  132. data/framework_components/roomcast-teacher-controls/gulp/tasks/watch.js +12 -0
  133. data/framework_components/roomcast-teacher-controls/gulp/util/bundleLogger.js +21 -0
  134. data/framework_components/roomcast-teacher-controls/gulp/util/handleErrors.js +15 -0
  135. data/framework_components/roomcast-teacher-controls/gulpfile.js +16 -0
  136. data/framework_components/roomcast-teacher-controls/index.html +51 -0
  137. data/framework_components/roomcast-teacher-controls/nutella.json +6 -0
  138. data/framework_components/roomcast-teacher-controls/package.json +38 -0
  139. data/framework_components/roomcast-teacher-controls/src/app/app.js +22 -0
  140. data/framework_components/roomcast-teacher-controls/src/app/components/ActivitiesGrid.js +87 -0
  141. data/framework_components/roomcast-teacher-controls/src/app/components/ActivityCard.js +141 -0
  142. data/framework_components/roomcast-teacher-controls/src/app/components/Channel.js +70 -0
  143. data/framework_components/roomcast-teacher-controls/src/app/components/Footer.js +34 -0
  144. data/framework_components/roomcast-teacher-controls/src/app/components/main.js +74 -0
  145. data/framework_components/roomcast-teacher-controls/src/less/main.less +186 -0
  146. data/framework_components/roomcast-teacher-controls/src/less/my_overrides.less +14 -0
  147. data/lib/commands/meta/run_command.rb +11 -9
  148. metadata +135 -2
@@ -0,0 +1,999 @@
1
+ {
2
+ "messages": [
3
+ {
4
+ "from": "component1",
5
+ "to": "component2",
6
+ "type": "publish",
7
+ "date": "2012-04-23T18:25:43.511Z",
8
+ "payload": {}
9
+ },
10
+ {
11
+ "from": "component1",
12
+ "to": "component2",
13
+ "type": "publish",
14
+ "date": "2012-04-23T18:25:43.511Z",
15
+ "payload": {}
16
+ },
17
+ {
18
+ "from": "component1",
19
+ "to": "component2",
20
+ "type": "publish",
21
+ "date": "2012-04-23T18:25:43.511Z",
22
+ "payload": {}
23
+ },
24
+ {
25
+ "from": "component1",
26
+ "to": "component2",
27
+ "type": "publish",
28
+ "date": "2012-04-23T18:25:43.511Z",
29
+ "payload": {}
30
+ },
31
+ {
32
+ "from": "component1",
33
+ "to": "component2",
34
+ "type": "publish",
35
+ "date": "2012-04-23T18:25:43.511Z",
36
+ "payload": {}
37
+ },
38
+ {
39
+ "from": "component1",
40
+ "to": "component2",
41
+ "type": "publish",
42
+ "date": "2012-04-23T18:25:43.511Z",
43
+ "payload": {}
44
+ },
45
+ {
46
+ "from": "component1",
47
+ "to": "component2",
48
+ "type": "publish",
49
+ "date": "2012-04-23T18:25:43.511Z",
50
+ "payload": {}
51
+ },
52
+ {
53
+ "from": "component1",
54
+ "to": "component2",
55
+ "type": "publish",
56
+ "date": "2012-04-23T18:25:43.511Z",
57
+ "payload": {}
58
+ },
59
+ {
60
+ "from": "component1",
61
+ "to": "component2",
62
+ "type": "publish",
63
+ "date": "2012-04-23T18:25:43.511Z",
64
+ "payload": {}
65
+ },
66
+ {
67
+ "from": "component1",
68
+ "to": "component2",
69
+ "type": "publish",
70
+ "date": "2012-04-23T18:25:43.511Z",
71
+ "payload": {}
72
+ },
73
+ {
74
+ "from": "component1",
75
+ "to": "component2",
76
+ "type": "publish",
77
+ "date": "2012-04-23T18:25:43.511Z",
78
+ "payload": {}
79
+ },
80
+ {
81
+ "from": "component1",
82
+ "to": "component2",
83
+ "type": "publish",
84
+ "date": "2012-04-23T18:25:43.511Z",
85
+ "payload": {}
86
+ },
87
+ {
88
+ "from": "component1",
89
+ "to": "component2",
90
+ "type": "publish",
91
+ "date": "2012-04-23T18:25:43.511Z",
92
+ "payload": {}
93
+ },
94
+ {
95
+ "from": "component1",
96
+ "to": "component2",
97
+ "type": "publish",
98
+ "date": "2012-04-23T18:25:43.511Z",
99
+ "payload": {}
100
+ },
101
+ {
102
+ "from": "component1",
103
+ "to": "component2",
104
+ "type": "publish",
105
+ "date": "2012-04-23T18:25:43.511Z",
106
+ "payload": {}
107
+ },
108
+ {
109
+ "from": "component1",
110
+ "to": "component2",
111
+ "type": "publish",
112
+ "date": "2012-04-23T18:25:43.511Z",
113
+ "payload": {}
114
+ },
115
+ {
116
+ "from": "component1",
117
+ "to": "component2",
118
+ "type": "publish",
119
+ "date": "2012-04-23T18:25:43.511Z",
120
+ "payload": {}
121
+ },
122
+ {
123
+ "from": "component1",
124
+ "to": "component2",
125
+ "type": "publish",
126
+ "date": "2012-04-23T18:25:43.511Z",
127
+ "payload": {}
128
+ },
129
+ {
130
+ "from": "component1",
131
+ "to": "component2",
132
+ "type": "publish",
133
+ "date": "2012-04-23T18:25:43.511Z",
134
+ "payload": {}
135
+ },
136
+ {
137
+ "from": "component1",
138
+ "to": "component2",
139
+ "type": "publish",
140
+ "date": "2012-04-23T18:25:43.511Z",
141
+ "payload": {}
142
+ },
143
+ {
144
+ "from": "component1",
145
+ "to": "component2",
146
+ "type": "publish",
147
+ "date": "2012-04-23T18:25:43.511Z",
148
+ "payload": {}
149
+ },
150
+ {
151
+ "from": "component1",
152
+ "to": "component2",
153
+ "type": "publish",
154
+ "date": "2012-04-23T18:25:43.511Z",
155
+ "payload": {}
156
+ },
157
+ {
158
+ "from": "component1",
159
+ "to": "component2",
160
+ "type": "publish",
161
+ "date": "2012-04-23T18:25:43.511Z",
162
+ "payload": {}
163
+ },
164
+ {
165
+ "from": "component1",
166
+ "to": "component2",
167
+ "type": "publish",
168
+ "date": "2012-04-23T18:25:43.511Z",
169
+ "payload": {}
170
+ },
171
+ {
172
+ "from": "component1",
173
+ "to": "component2",
174
+ "type": "publish",
175
+ "date": "2012-04-23T18:25:43.511Z",
176
+ "payload": {}
177
+ },
178
+ {
179
+ "from": "component1",
180
+ "to": "component2",
181
+ "type": "publish",
182
+ "date": "2012-04-23T18:25:43.511Z",
183
+ "payload": {}
184
+ },
185
+ {
186
+ "from": "component1",
187
+ "to": "component2",
188
+ "type": "publish",
189
+ "date": "2012-04-23T18:25:43.511Z",
190
+ "payload": {}
191
+ },
192
+ {
193
+ "from": "component1",
194
+ "to": "component2",
195
+ "type": "publish",
196
+ "date": "2012-04-23T18:25:43.511Z",
197
+ "payload": {}
198
+ },
199
+ {
200
+ "from": "component1",
201
+ "to": "component2",
202
+ "type": "publish",
203
+ "date": "2012-04-23T18:25:43.511Z",
204
+ "payload": {}
205
+ },
206
+ {
207
+ "from": "component1",
208
+ "to": "component2",
209
+ "type": "publish",
210
+ "date": "2012-04-23T18:25:43.511Z",
211
+ "payload": {}
212
+ },
213
+ {
214
+ "from": "component1",
215
+ "to": "component2",
216
+ "type": "publish",
217
+ "date": "2012-04-23T18:25:43.511Z",
218
+ "payload": {}
219
+ },
220
+ {
221
+ "from": "component1",
222
+ "to": "component2",
223
+ "type": "publish",
224
+ "date": "2012-04-23T18:25:43.511Z",
225
+ "payload": {}
226
+ },
227
+ {
228
+ "from": "component1",
229
+ "to": "component2",
230
+ "type": "publish",
231
+ "date": "2012-04-23T18:25:43.511Z",
232
+ "payload": {}
233
+ },
234
+ {
235
+ "from": "component1",
236
+ "to": "component2",
237
+ "type": "publish",
238
+ "date": "2012-04-23T18:25:43.511Z",
239
+ "payload": {}
240
+ },
241
+ {
242
+ "from": "component1",
243
+ "to": "component2",
244
+ "type": "publish",
245
+ "date": "2012-04-23T18:25:43.511Z",
246
+ "payload": {}
247
+ },
248
+ {
249
+ "from": "component1",
250
+ "to": "component2",
251
+ "type": "publish",
252
+ "date": "2012-04-23T18:25:43.511Z",
253
+ "payload": {}
254
+ },
255
+ {
256
+ "from": "component1",
257
+ "to": "component2",
258
+ "type": "publish",
259
+ "date": "2012-04-23T18:25:43.511Z",
260
+ "payload": {}
261
+ },
262
+ {
263
+ "from": "component1",
264
+ "to": "component2",
265
+ "type": "publish",
266
+ "date": "2012-04-23T18:25:43.511Z",
267
+ "payload": {}
268
+ },
269
+ {
270
+ "from": "component1",
271
+ "to": "component2",
272
+ "type": "publish",
273
+ "date": "2012-04-23T18:25:43.511Z",
274
+ "payload": {}
275
+ },
276
+ {
277
+ "from": "component1",
278
+ "to": "component2",
279
+ "type": "publish",
280
+ "date": "2012-04-23T18:25:43.511Z",
281
+ "payload": {}
282
+ },
283
+ {
284
+ "from": "component1",
285
+ "to": "component2",
286
+ "type": "publish",
287
+ "date": "2012-04-23T18:25:43.511Z",
288
+ "payload": {}
289
+ },
290
+ {
291
+ "from": "component1",
292
+ "to": "component2",
293
+ "type": "publish",
294
+ "date": "2012-04-23T18:25:43.511Z",
295
+ "payload": {}
296
+ },
297
+ {
298
+ "from": "component1",
299
+ "to": "component2",
300
+ "type": "publish",
301
+ "date": "2012-04-23T18:25:43.511Z",
302
+ "payload": {}
303
+ },
304
+ {
305
+ "from": "component1",
306
+ "to": "component2",
307
+ "type": "publish",
308
+ "date": "2012-04-23T18:25:43.511Z",
309
+ "payload": {}
310
+ },
311
+ {
312
+ "from": "component1",
313
+ "to": "component2",
314
+ "type": "publish",
315
+ "date": "2012-04-23T18:25:43.511Z",
316
+ "payload": {}
317
+ },
318
+ {
319
+ "from": "component1",
320
+ "to": "component2",
321
+ "type": "publish",
322
+ "date": "2012-04-23T18:25:43.511Z",
323
+ "payload": {}
324
+ },
325
+ {
326
+ "from": "component1",
327
+ "to": "component2",
328
+ "type": "publish",
329
+ "date": "2012-04-23T18:25:43.511Z",
330
+ "payload": {}
331
+ },
332
+ {
333
+ "from": "component1",
334
+ "to": "component2",
335
+ "type": "publish",
336
+ "date": "2012-04-23T18:25:43.511Z",
337
+ "payload": {}
338
+ },
339
+ {
340
+ "from": "component1",
341
+ "to": "component2",
342
+ "type": "publish",
343
+ "date": "2012-04-23T18:25:43.511Z",
344
+ "payload": {}
345
+ },
346
+ {
347
+ "from": "component1",
348
+ "to": "component2",
349
+ "type": "publish",
350
+ "date": "2012-04-23T18:25:43.511Z",
351
+ "payload": {}
352
+ },
353
+ {
354
+ "from": "component1",
355
+ "to": "component2",
356
+ "type": "publish",
357
+ "date": "2012-04-23T18:25:43.511Z",
358
+ "payload": {}
359
+ },
360
+ {
361
+ "from": "component1",
362
+ "to": "component2",
363
+ "type": "publish",
364
+ "date": "2012-04-23T18:25:43.511Z",
365
+ "payload": {}
366
+ },
367
+ {
368
+ "from": "component1",
369
+ "to": "component2",
370
+ "type": "publish",
371
+ "date": "2012-04-23T18:25:43.511Z",
372
+ "payload": {}
373
+ },
374
+ {
375
+ "from": "component1",
376
+ "to": "component2",
377
+ "type": "publish",
378
+ "date": "2012-04-23T18:25:43.511Z",
379
+ "payload": {}
380
+ },
381
+ {
382
+ "from": "component1",
383
+ "to": "component2",
384
+ "type": "publish",
385
+ "date": "2012-04-23T18:25:43.511Z",
386
+ "payload": {}
387
+ },
388
+ {
389
+ "from": "component1",
390
+ "to": "component2",
391
+ "type": "publish",
392
+ "date": "2012-04-23T18:25:43.511Z",
393
+ "payload": {}
394
+ },
395
+ {
396
+ "from": "component1",
397
+ "to": "component2",
398
+ "type": "publish",
399
+ "date": "2012-04-23T18:25:43.511Z",
400
+ "payload": {}
401
+ },
402
+ {
403
+ "from": "component1",
404
+ "to": "component2",
405
+ "type": "publish",
406
+ "date": "2012-04-23T18:25:43.511Z",
407
+ "payload": {}
408
+ },
409
+ {
410
+ "from": "component1",
411
+ "to": "component2",
412
+ "type": "publish",
413
+ "date": "2012-04-23T18:25:43.511Z",
414
+ "payload": {}
415
+ },
416
+ {
417
+ "from": "component1",
418
+ "to": "component2",
419
+ "type": "publish",
420
+ "date": "2012-04-23T18:25:43.511Z",
421
+ "payload": {}
422
+ },
423
+ {
424
+ "from": "component1",
425
+ "to": "component2",
426
+ "type": "publish",
427
+ "date": "2012-04-23T18:25:43.511Z",
428
+ "payload": {}
429
+ },
430
+ {
431
+ "from": "component1",
432
+ "to": "component2",
433
+ "type": "publish",
434
+ "date": "2012-04-23T18:25:43.511Z",
435
+ "payload": {}
436
+ },
437
+ {
438
+ "from": "component1",
439
+ "to": "component2",
440
+ "type": "publish",
441
+ "date": "2012-04-23T18:25:43.511Z",
442
+ "payload": {}
443
+ },
444
+ {
445
+ "from": "component1",
446
+ "to": "component2",
447
+ "type": "publish",
448
+ "date": "2012-04-23T18:25:43.511Z",
449
+ "payload": {}
450
+ },
451
+ {
452
+ "from": "component1",
453
+ "to": "component2",
454
+ "type": "publish",
455
+ "date": "2012-04-23T18:25:43.511Z",
456
+ "payload": {}
457
+ },
458
+ {
459
+ "from": "component1",
460
+ "to": "component2",
461
+ "type": "publish",
462
+ "date": "2012-04-23T18:25:43.511Z",
463
+ "payload": {}
464
+ },
465
+ {
466
+ "from": "component1",
467
+ "to": "component2",
468
+ "type": "publish",
469
+ "date": "2012-04-23T18:25:43.511Z",
470
+ "payload": {}
471
+ },
472
+ {
473
+ "from": "component1",
474
+ "to": "component2",
475
+ "type": "publish",
476
+ "date": "2012-04-23T18:25:43.511Z",
477
+ "payload": {}
478
+ },
479
+ {
480
+ "from": "component1",
481
+ "to": "component2",
482
+ "type": "publish",
483
+ "date": "2012-04-23T18:25:43.511Z",
484
+ "payload": {}
485
+ },
486
+ {
487
+ "from": "component1",
488
+ "to": "component2",
489
+ "type": "publish",
490
+ "date": "2012-04-23T18:25:43.511Z",
491
+ "payload": {}
492
+ },
493
+ {
494
+ "from": "component1",
495
+ "to": "component2",
496
+ "type": "publish",
497
+ "date": "2012-04-23T18:25:43.511Z",
498
+ "payload": {}
499
+ },
500
+ {
501
+ "from": "component1",
502
+ "to": "component2",
503
+ "type": "publish",
504
+ "date": "2012-04-23T18:25:43.511Z",
505
+ "payload": {}
506
+ },
507
+ {
508
+ "from": "component1",
509
+ "to": "component2",
510
+ "type": "publish",
511
+ "date": "2012-04-23T18:25:43.511Z",
512
+ "payload": {}
513
+ },
514
+ {
515
+ "from": "component1",
516
+ "to": "component2",
517
+ "type": "publish",
518
+ "date": "2012-04-23T18:25:43.511Z",
519
+ "payload": {}
520
+ },
521
+ {
522
+ "from": "component1",
523
+ "to": "component2",
524
+ "type": "publish",
525
+ "date": "2012-04-23T18:25:43.511Z",
526
+ "payload": {}
527
+ },
528
+ {
529
+ "from": "component1",
530
+ "to": "component2",
531
+ "type": "publish",
532
+ "date": "2012-04-23T18:25:43.511Z",
533
+ "payload": {}
534
+ },
535
+ {
536
+ "from": "component1",
537
+ "to": "component2",
538
+ "type": "publish",
539
+ "date": "2012-04-23T18:25:43.511Z",
540
+ "payload": {}
541
+ },
542
+ {
543
+ "from": "component1",
544
+ "to": "component2",
545
+ "type": "publish",
546
+ "date": "2012-04-23T18:25:43.511Z",
547
+ "payload": {}
548
+ },
549
+ {
550
+ "from": "component1",
551
+ "to": "component2",
552
+ "type": "publish",
553
+ "date": "2012-04-23T18:25:43.511Z",
554
+ "payload": {}
555
+ },
556
+ {
557
+ "from": "component1",
558
+ "to": "component2",
559
+ "type": "publish",
560
+ "date": "2012-04-23T18:25:43.511Z",
561
+ "payload": {}
562
+ },
563
+ {
564
+ "from": "component1",
565
+ "to": "component2",
566
+ "type": "publish",
567
+ "date": "2012-04-23T18:25:43.511Z",
568
+ "payload": {}
569
+ },
570
+ {
571
+ "from": "component1",
572
+ "to": "component2",
573
+ "type": "publish",
574
+ "date": "2012-04-23T18:25:43.511Z",
575
+ "payload": {}
576
+ },
577
+ {
578
+ "from": "component1",
579
+ "to": "component2",
580
+ "type": "publish",
581
+ "date": "2012-04-23T18:25:43.511Z",
582
+ "payload": {}
583
+ },
584
+ {
585
+ "from": "component1",
586
+ "to": "component2",
587
+ "type": "publish",
588
+ "date": "2012-04-23T18:25:43.511Z",
589
+ "payload": {}
590
+ },
591
+ {
592
+ "from": "component1",
593
+ "to": "component2",
594
+ "type": "publish",
595
+ "date": "2012-04-23T18:25:43.511Z",
596
+ "payload": {}
597
+ },
598
+ {
599
+ "from": "component1",
600
+ "to": "component2",
601
+ "type": "publish",
602
+ "date": "2012-04-23T18:25:43.511Z",
603
+ "payload": {}
604
+ },
605
+ {
606
+ "from": "component1",
607
+ "to": "component2",
608
+ "type": "publish",
609
+ "date": "2012-04-23T18:25:43.511Z",
610
+ "payload": {}
611
+ },
612
+ {
613
+ "from": "component1",
614
+ "to": "component2",
615
+ "type": "publish",
616
+ "date": "2012-04-23T18:25:43.511Z",
617
+ "payload": {}
618
+ },
619
+ {
620
+ "from": "component1",
621
+ "to": "component2",
622
+ "type": "publish",
623
+ "date": "2012-04-23T18:25:43.511Z",
624
+ "payload": {}
625
+ },
626
+ {
627
+ "from": "component1",
628
+ "to": "component2",
629
+ "type": "publish",
630
+ "date": "2012-04-23T18:25:43.511Z",
631
+ "payload": {}
632
+ },
633
+ {
634
+ "from": "component1",
635
+ "to": "component2",
636
+ "type": "publish",
637
+ "date": "2012-04-23T18:25:43.511Z",
638
+ "payload": {}
639
+ },
640
+ {
641
+ "from": "component1",
642
+ "to": "component2",
643
+ "type": "publish",
644
+ "date": "2012-04-23T18:25:43.511Z",
645
+ "payload": {}
646
+ },
647
+ {
648
+ "from": "component1",
649
+ "to": "component2",
650
+ "type": "publish",
651
+ "date": "2012-04-23T18:25:43.511Z",
652
+ "payload": {}
653
+ },
654
+ {
655
+ "from": "component1",
656
+ "to": "component2",
657
+ "type": "publish",
658
+ "date": "2012-04-23T18:25:43.511Z",
659
+ "payload": {}
660
+ },
661
+ {
662
+ "from": "component1",
663
+ "to": "component2",
664
+ "type": "publish",
665
+ "date": "2012-04-23T18:25:43.511Z",
666
+ "payload": {}
667
+ },
668
+ {
669
+ "from": "component1",
670
+ "to": "component2",
671
+ "type": "publish",
672
+ "date": "2012-04-23T18:25:43.511Z",
673
+ "payload": {}
674
+ },
675
+ {
676
+ "from": "component1",
677
+ "to": "component2",
678
+ "type": "publish",
679
+ "date": "2012-04-23T18:25:43.511Z",
680
+ "payload": {}
681
+ },
682
+ {
683
+ "from": "component1",
684
+ "to": "component2",
685
+ "type": "publish",
686
+ "date": "2012-04-23T18:25:43.511Z",
687
+ "payload": {}
688
+ },
689
+ {
690
+ "from": "component1",
691
+ "to": "component2",
692
+ "type": "publish",
693
+ "date": "2012-04-23T18:25:43.511Z",
694
+ "payload": {}
695
+ },
696
+ {
697
+ "from": "component1",
698
+ "to": "component2",
699
+ "type": "publish",
700
+ "date": "2012-04-23T18:25:43.511Z",
701
+ "payload": {}
702
+ },
703
+ {
704
+ "from": "component1",
705
+ "to": "component2",
706
+ "type": "publish",
707
+ "date": "2012-04-23T18:25:43.511Z",
708
+ "payload": {}
709
+ },
710
+ {
711
+ "from": "component1",
712
+ "to": "component2",
713
+ "type": "publish",
714
+ "date": "2012-04-23T18:25:43.511Z",
715
+ "payload": {}
716
+ },
717
+ {
718
+ "from": "component1",
719
+ "to": "component2",
720
+ "type": "publish",
721
+ "date": "2012-04-23T18:25:43.511Z",
722
+ "payload": {}
723
+ },
724
+ {
725
+ "from": "component1",
726
+ "to": "component2",
727
+ "type": "publish",
728
+ "date": "2012-04-23T18:25:43.511Z",
729
+ "payload": {}
730
+ },
731
+ {
732
+ "from": "component1",
733
+ "to": "component2",
734
+ "type": "publish",
735
+ "date": "2012-04-23T18:25:43.511Z",
736
+ "payload": {}
737
+ },
738
+ {
739
+ "from": "component1",
740
+ "to": "component2",
741
+ "type": "publish",
742
+ "date": "2012-04-23T18:25:43.511Z",
743
+ "payload": {}
744
+ },
745
+ {
746
+ "from": "component1",
747
+ "to": "component2",
748
+ "type": "publish",
749
+ "date": "2012-04-23T18:25:43.511Z",
750
+ "payload": {}
751
+ },
752
+ {
753
+ "from": "component1",
754
+ "to": "component2",
755
+ "type": "publish",
756
+ "date": "2012-04-23T18:25:43.511Z",
757
+ "payload": {}
758
+ },
759
+ {
760
+ "from": "component1",
761
+ "to": "component2",
762
+ "type": "publish",
763
+ "date": "2012-04-23T18:25:43.511Z",
764
+ "payload": {}
765
+ },
766
+ {
767
+ "from": "component1",
768
+ "to": "component2",
769
+ "type": "publish",
770
+ "date": "2012-04-23T18:25:43.511Z",
771
+ "payload": {}
772
+ },
773
+ {
774
+ "from": "component1",
775
+ "to": "component2",
776
+ "type": "publish",
777
+ "date": "2012-04-23T18:25:43.511Z",
778
+ "payload": {}
779
+ },
780
+ {
781
+ "from": "component1",
782
+ "to": "component2",
783
+ "type": "publish",
784
+ "date": "2012-04-23T18:25:43.511Z",
785
+ "payload": {}
786
+ },
787
+ {
788
+ "from": "component1",
789
+ "to": "component2",
790
+ "type": "publish",
791
+ "date": "2012-04-23T18:25:43.511Z",
792
+ "payload": {}
793
+ },
794
+ {
795
+ "from": "component1",
796
+ "to": "component2",
797
+ "type": "publish",
798
+ "date": "2012-04-23T18:25:43.511Z",
799
+ "payload": {}
800
+ },
801
+ {
802
+ "from": "component1",
803
+ "to": "component2",
804
+ "type": "publish",
805
+ "date": "2012-04-23T18:25:43.511Z",
806
+ "payload": {}
807
+ },
808
+ {
809
+ "from": "component1",
810
+ "to": "component2",
811
+ "type": "publish",
812
+ "date": "2012-04-23T18:25:43.511Z",
813
+ "payload": {}
814
+ },
815
+ {
816
+ "from": "component1",
817
+ "to": "component2",
818
+ "type": "publish",
819
+ "date": "2012-04-23T18:25:43.511Z",
820
+ "payload": {}
821
+ },
822
+ {
823
+ "from": "component1",
824
+ "to": "component2",
825
+ "type": "publish",
826
+ "date": "2012-04-23T18:25:43.511Z",
827
+ "payload": {}
828
+ },
829
+ {
830
+ "from": "component1",
831
+ "to": "component2",
832
+ "type": "publish",
833
+ "date": "2012-04-23T18:25:43.511Z",
834
+ "payload": {}
835
+ },
836
+ {
837
+ "from": "component1",
838
+ "to": "component2",
839
+ "type": "publish",
840
+ "date": "2012-04-23T18:25:43.511Z",
841
+ "payload": {}
842
+ },
843
+ {
844
+ "from": "component1",
845
+ "to": "component2",
846
+ "type": "publish",
847
+ "date": "2012-04-23T18:25:43.511Z",
848
+ "payload": {}
849
+ },
850
+ {
851
+ "from": "component1",
852
+ "to": "component2",
853
+ "type": "publish",
854
+ "date": "2012-04-23T18:25:43.511Z",
855
+ "payload": {}
856
+ },
857
+ {
858
+ "from": "component1",
859
+ "to": "component2",
860
+ "type": "publish",
861
+ "date": "2012-04-23T18:25:43.511Z",
862
+ "payload": {}
863
+ },
864
+ {
865
+ "from": "component1",
866
+ "to": "component2",
867
+ "type": "publish",
868
+ "date": "2012-04-23T18:25:43.511Z",
869
+ "payload": {}
870
+ },
871
+ {
872
+ "from": "component1",
873
+ "to": "component2",
874
+ "type": "publish",
875
+ "date": "2012-04-23T18:25:43.511Z",
876
+ "payload": {}
877
+ },
878
+ {
879
+ "from": "component1",
880
+ "to": "component2",
881
+ "type": "publish",
882
+ "date": "2012-04-23T18:25:43.511Z",
883
+ "payload": {}
884
+ },
885
+ {
886
+ "from": "component1",
887
+ "to": "component2",
888
+ "type": "publish",
889
+ "date": "2012-04-23T18:25:43.511Z",
890
+ "payload": {}
891
+ },
892
+ {
893
+ "from": "component1",
894
+ "to": "component2",
895
+ "type": "publish",
896
+ "date": "2012-04-23T18:25:43.511Z",
897
+ "payload": {
898
+ "web-app": {
899
+ "servlet": [
900
+ {
901
+ "servlet-name": "cofaxCDS",
902
+ "servlet-class": "org.cofax.cds.CDSServlet",
903
+ "init-param": {
904
+ "configGlossary:installationAt": "Philadelphia, PA",
905
+ "configGlossary:adminEmail": "ksm@pobox.com",
906
+ "configGlossary:poweredBy": "Cofax",
907
+ "configGlossary:poweredByIcon": "/images/cofax.gif",
908
+ "configGlossary:staticPath": "/content/static",
909
+ "templateProcessorClass": "org.cofax.WysiwygTemplate",
910
+ "templateLoaderClass": "org.cofax.FilesTemplateLoader",
911
+ "templatePath": "templates",
912
+ "templateOverridePath": "",
913
+ "defaultListTemplate": "listTemplate.htm",
914
+ "defaultFileTemplate": "articleTemplate.htm",
915
+ "useJSP": false,
916
+ "jspListTemplate": "listTemplate.jsp",
917
+ "jspFileTemplate": "articleTemplate.jsp",
918
+ "cachePackageTagsTrack": 200,
919
+ "cachePackageTagsStore": 200,
920
+ "cachePackageTagsRefresh": 60,
921
+ "cacheTemplatesTrack": 100,
922
+ "cacheTemplatesStore": 50,
923
+ "cacheTemplatesRefresh": 15,
924
+ "cachePagesTrack": 200,
925
+ "cachePagesStore": 100,
926
+ "cachePagesRefresh": 10,
927
+ "cachePagesDirtyRead": 10,
928
+ "searchEngineListTemplate": "forSearchEnginesList.htm",
929
+ "searchEngineFileTemplate": "forSearchEngines.htm",
930
+ "searchEngineRobotsDb": "WEB-INF/robots.db",
931
+ "useDataStore": true,
932
+ "dataStoreClass": "org.cofax.SqlDataStore",
933
+ "redirectionClass": "org.cofax.SqlRedirection",
934
+ "dataStoreName": "cofax",
935
+ "dataStoreDriver": "com.microsoft.jdbc.sqlserver.SQLServerDriver",
936
+ "dataStoreUrl": "jdbc:microsoft:sqlserver://LOCALHOST:1433;DatabaseName=goon",
937
+ "dataStoreUser": "sa",
938
+ "dataStorePassword": "dataStoreTestQuery",
939
+ "dataStoreTestQuery": "SET NOCOUNT ON;select test='test';",
940
+ "dataStoreLogFile": "/usr/local/tomcat/logs/datastore.log",
941
+ "dataStoreInitConns": 10,
942
+ "dataStoreMaxConns": 100,
943
+ "dataStoreConnUsageLimit": 100,
944
+ "dataStoreLogLevel": "debug",
945
+ "maxUrlLength": 500
946
+ }
947
+ },
948
+ {
949
+ "servlet-name": "cofaxEmail",
950
+ "servlet-class": "org.cofax.cds.EmailServlet",
951
+ "init-param": {
952
+ "mailHost": "mail1",
953
+ "mailHostOverride": "mail2"
954
+ }
955
+ },
956
+ {
957
+ "servlet-name": "cofaxAdmin",
958
+ "servlet-class": "org.cofax.cds.AdminServlet"
959
+ },
960
+ {
961
+ "servlet-name": "fileServlet",
962
+ "servlet-class": "org.cofax.cds.FileServlet"
963
+ },
964
+ {
965
+ "servlet-name": "cofaxTools",
966
+ "servlet-class": "org.cofax.cms.CofaxToolsServlet",
967
+ "init-param": {
968
+ "templatePath": "toolstemplates/",
969
+ "log": 1,
970
+ "logLocation": "/usr/local/tomcat/logs/CofaxTools.log",
971
+ "logMaxSize": "",
972
+ "dataLog": 1,
973
+ "dataLogLocation": "/usr/local/tomcat/logs/dataLog.log",
974
+ "dataLogMaxSize": "",
975
+ "removePageCache": "/content/admin/remove?cache=pages&id=",
976
+ "removeTemplateCache": "/content/admin/remove?cache=templates&id=",
977
+ "fileTransferFolder": "/usr/local/tomcat/webapps/content/fileTransferFolder",
978
+ "lookInContext": 1,
979
+ "adminGroupID": 4,
980
+ "betaServer": true
981
+ }
982
+ }
983
+ ],
984
+ "servlet-mapping": {
985
+ "cofaxCDS": "/",
986
+ "cofaxEmail": "/cofaxutil/aemail/*",
987
+ "cofaxAdmin": "/admin/*",
988
+ "fileServlet": "/static/*",
989
+ "cofaxTools": "/tools/*"
990
+ },
991
+ "taglib": {
992
+ "taglib-uri": "cofax.tld",
993
+ "taglib-location": "/WEB-INF/tlds/cofax.tld"
994
+ }
995
+ }
996
+ }
997
+ }
998
+ ]
999
+ }