forked from easySuite/ding2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheasyopac.make
More file actions
546 lines (466 loc) · 29.5 KB
/
easyopac.make
File metadata and controls
546 lines (466 loc) · 29.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
core = 7.x
api = 2
; Include ding2 make file
includes[ding2] = "ding2.make"
; easyOPAC modules
projects[bibdk_subject_hierarchy][type] = "module"
projects[bibdk_subject_hierarchy][subdir] = ""
projects[bibdk_subject_hierarchy][download][type] = "git"
projects[bibdk_subject_hierarchy][download][url] = "git@github.com:easySuite/bibdk_subject_hierarchy.git"
;projects[bibdk_subject_hierarchy][download][tag] = "7.x-3.0.2"
projects[bibdk_subject_hierarchy][download][branch] = "development"
projects[ding_billetexpressen_import][type] = "module"
projects[ding_billetexpressen_import][subdir] = ""
projects[ding_billetexpressen_import][download][type] = "git"
projects[ding_billetexpressen_import][download][url] = "git@github.com:easySuite/ding_billetexpressen_import.git"
;projects[ding_billetexpressen_import][download][tag] = "7.x-3.0.3"
projects[ding_billetexpressen_import][download][branch] = "development"
projects[ding_billettendk_import][type] = "module"
projects[ding_billettendk_import][subdir] = ""
projects[ding_billettendk_import][download][type] = "git"
projects[ding_billettendk_import][download][url] = "git@github.com:easySuite/ding_billettendk_import.git"
projects[ding_billettendk_import][download][branch] = "development"
projects[ding_bibliotek_info][type] = "module"
projects[ding_bibliotek_info][subdir] = ""
projects[ding_bibliotek_info][download][type] = "git"
projects[ding_bibliotek_info][download][url] = "git@github.com:easySuite/ding_bibliotek_info.git"
;projects[ding_bibliotek_info][download][tag] = "7.x-3.0.2"
projects[ding_bibliotek_info][download][branch] = "development"
projects[ding_blog][type] = "module"
projects[ding_blog][subdir] = ""
projects[ding_blog][download][type] = "git"
projects[ding_blog][download][url] = "git@github.com:easySuite/ding_blog.git"
projects[ding_blog][download][branch] = "development"
projects[ding_calendar][type] = "module"
projects[ding_calendar][subdir] = ""
projects[ding_calendar][download][type] = "git"
projects[ding_calendar][download][url] = "git@github.com:easySuite/ding_calendar.git"
;projects[ding_calendar][download][tag] = "7.x-3.0.2"
projects[ding_calendar][download][branch] = "development"
projects[ding_collection_reservation][type] = "module"
projects[ding_collection_reservation][subdir] = ""
projects[ding_collection_reservation][download][type] = "git"
projects[ding_collection_reservation][download][url] = "git@github.com:easySuite/ding_collection_reservation.git"
;projects[ding_collection_reservation][download][tag] = "7.x-3.1.0"
projects[ding_collection_reservation][download][branch] = "development"
projects[ding_context_search][type] = "module"
projects[ding_context_search][subdir] = ""
projects[ding_context_search][download][type] = "git"
projects[ding_context_search][download][url] = "git@github.com:easySuite/ding_context_search.git"
;projects[ding_context_search][download][tag] = "7.x-3.0.2"
projects[ding_context_search][download][branch] = "development"
projects[ding_custom_facets][type] = "module"
projects[ding_custom_facets][subdir] = ""
projects[ding_custom_facets][download][type] = "git"
projects[ding_custom_facets][download][url] = "git@github.com:easySuite/ding_custom_facets.git"
;projects[ding_custom_facets][download][tag] = "7.x-3.1.0"
projects[ding_custom_facets][download][branch] = "development"
projects[ding_easyscreen_teaser][type] = "module"
projects[ding_easyscreen_teaser][subdir] = ""
projects[ding_easyscreen_teaser][download][type] = "git"
projects[ding_easyscreen_teaser][download][url] = "git@github.com:easySuite/ding_easyscreen_teaser.git"
;projects[ding_easyscreen_teaser][download][tag] = "7.x-3.0.2"
projects[ding_easyscreen_teaser][download][branch] = "development"
projects[ding_event_calendar][type] = "module"
projects[ding_event_calendar][subdir] = ""
projects[ding_event_calendar][download][type] = "git"
projects[ding_event_calendar][download][url] = "git@github.com:easySuite/ding_event_calendar.git"
;projects[ding_event_calendar][download][tag] = "7.x-3.0.2"
projects[ding_event_calendar][download][branch] = "development"
projects[ding_event_subscriptions][type] = "module"
projects[ding_event_subscriptions][subdir] = ""
projects[ding_event_subscriptions][download][type] = "git"
projects[ding_event_subscriptions][download][url] = "git@github.com:easySuite/ding_event_subscriptions.git"
;projects[ding_event_subscriptions][download][tag] = "7.x-3.0.2"
projects[ding_event_subscriptions][download][branch] = "master"
projects[ding_event_rooms][type] = "module"
projects[ding_event_rooms][subdir] = ""
projects[ding_event_rooms][download][type] = "git"
projects[ding_event_rooms][download][url] = "git@github.com:easySuite/ding_event_rooms.git"
;projects[ding_event_rooms][download][tag] = "7.x-3.1.0"
projects[ding_event_rooms][download][branch] = "development"
projects[ding_header_opening_hours][type] = "module"
projects[ding_header_opening_hours][subdir] = ""
projects[ding_header_opening_hours][download][type] = "git"
projects[ding_header_opening_hours][download][url] = "git@github.com:easySuite/ding_header_opening_hours.git"
;projects[ding_header_opening_hours][download][tag] = "7.x-3.0.2"
projects[ding_header_opening_hours][download][branch] = "development"
projects[ding_history_back][type] = "module"
projects[ding_history_back][subdir] = ""
projects[ding_history_back][download][type] = "git"
projects[ding_history_back][download][url] = "git@github.com:easySuite/ding_history_back.git"
;projects[ding_history_back][download][tag] = "7.x-3.0.2"
projects[ding_history_back][download][branch] = "development"
projects[ding_item_list][type] = "module"
projects[ding_item_list][subdir] = ""
projects[ding_item_list][download][type] = "git"
projects[ding_item_list][download][url] = "git@github.com:easySuite/ding_item_list.git"
;projects[ding_item_list][download][tag] = "7.x-3.0.2"
projects[ding_item_list][download][branch] = "development"
projects[ding_kultunaut_import][type] = "module"
projects[ding_kultunaut_import][subdir] = ""
projects[ding_kultunaut_import][download][type] = "git"
projects[ding_kultunaut_import][download][url] = "git@github.com:easySuite/ding_kultunaut_import.git"
;projects[ding_kultunaut_import][download][tag] = "7.x-3.0.2"
projects[ding_kultunaut_import][download][branch] = "development"
projects[ding_library_opening_hours][type] = "module"
projects[ding_library_opening_hours][subdir] = ""
projects[ding_library_opening_hours][download][type] = "git"
projects[ding_library_opening_hours][download][url] = "git@github.com:easySuite/ding_library_opening_hours.git"
;projects[ding_library_opening_hours][download][tag] = "7.x-3.0.2"
projects[ding_library_opening_hours][download][branch] = "development"
projects[ding_menu_alt][type] = "module"
projects[ding_menu_alt][subdir] = ""
projects[ding_menu_alt][download][type] = "git"
projects[ding_menu_alt][download][url] = "git@github.com:easySuite/ding_menu_alt.git"
;projects[ding_menu_alt][download][tag] = "7.x-3.0.2"
projects[ding_menu_alt][download][branch] = "development"
projects[ding_more_info][type] = "module"
projects[ding_more_info][subdir] = ""
projects[ding_more_info][download][type] = "git"
projects[ding_more_info][download][url] = "git@github.com:easySuite/ding_more_info.git"
;projects[ding_more_info][download][tag] = "7.x-3.0.2"
projects[ding_more_info][download][branch] = "development"
projects[ding_nis][type] = "module"
projects[ding_nis][subdir] = ""
projects[ding_nis][download][type] = "git"
projects[ding_nis][download][url] = "git@github.com:easySuite/ding_nis.git"
;projects[ding_nis][download][tag] = "7.x-3.1.0"
projects[ding_nis][download][branch] = "development"
projects[ding_nodelist][type] = "module"
projects[ding_nodelist][subdir] = ""
projects[ding_nodelist][download][type] = "git"
projects[ding_nodelist][download][url] = "git@github.com:easySuite/ding_nodelist.git"
;projects[ding_nodelist][download][tag] = "7.x-3.1.0"
projects[ding_nodelist][download][branch] = "development"
projects[ding_print_button][type] = "module"
projects[ding_print_button][subdir] = ""
projects[ding_print_button][download][type] = "git"
projects[ding_print_button][download][url] = "git@github.com:easySuite/ding_print_button.git"
;projects[ding_print_button][download][tag] = "7.x-3.0.3"
projects[ding_print_button][download][branch] = "development"
projects[ding_reading_club][type] = "module"
projects[ding_reading_club][subdir] = ""
projects[ding_reading_club][download][type] = "git"
projects[ding_reading_club][download][url] = "git@github.com:easySuite/ding_reading_club.git"
projects[ding_reading_club][download][branch] = "development"
projects[ding_redia_rss][type] = "module"
projects[ding_redia_rss][subdir] = ""
projects[ding_redia_rss][download][type] = "git"
projects[ding_redia_rss][download][url] = "git@github.com:easySuite/ding_redia_rss.git"
;projects[ding_redia_rss][download][tag] = "7.x-3.1.0"
projects[ding_redia_rss][download][branch] = "develop"
projects[ding_redia_variables][type] = "module"
projects[ding_redia_variables][subdir] = ""
projects[ding_redia_variables][download][type] = "git"
projects[ding_redia_variables][download][url] = "git@github.com:easySuite/ding_redia_variables.git"
;projects[ding_redia_variables][download][tag] = "7.x-3.0.5"
projects[ding_redia_variables][download][branch] = "development"
projects[ding_related_content_search][type] = "module"
projects[ding_related_content_search][subdir] = ""
projects[ding_related_content_search][download][type] = "git"
projects[ding_related_content_search][download][url] = "git@github.com:easySuite/ding_related_content_search.git"
;projects[ding_related_content_search][download][tag] = "7.x-3.0.4"
projects[ding_related_content_search][download][branch] = "development"
projects[ding_reservation_settings][type] = "module"
projects[ding_reservation_settings][subdir] = ""
projects[ding_reservation_settings][download][type] = "git"
projects[ding_reservation_settings][download][url] = "git@github.com:easySuite/ding_reservation_settings.git"
;projects[ding_reservation_settings][download][tag] = "7.x-3.0.2"
projects[ding_reservation_settings][download][branch] = "development"
projects[ding_search_collection][type] = "module"
projects[ding_search_collection][subdir] = ""
projects[ding_search_collection][download][type] = "git"
projects[ding_search_collection][download][url] = "git@github.com:easySuite/ding_search_collection.git"
;projects[ding_search_collection][download][tag] = "7.x-3.0.2"
projects[ding_search_collection][download][branch] = "development"
projects[ding_social][type] = "module"
projects[ding_social][subdir] = ""
projects[ding_social][download][type] = "git"
projects[ding_social][download][url] = "git@github.com:easySuite/ding_social.git"
projects[ding_social][download][branch] = "development"
projects[ding_ting_type_search][type] = "module"
projects[ding_ting_type_search][subdir] = ""
projects[ding_ting_type_search][download][type] = "git"
projects[ding_ting_type_search][download][url] = "git@github.com:easySuite/ding_ting_type_search.git"
;projects[ding_ting_type_search][download][tag] = "7.x-3.0.2"
projects[ding_ting_type_search][download][branch] = "development"
projects[ding_user_profile][type] = "module"
projects[ding_user_profile][subdir] = ""
projects[ding_user_profile][download][type] = "git"
projects[ding_user_profile][download][url] = "git@github.com:easySuite/ding_user_profile.git"
;projects[ding_user_profile][download][tag] = "7.x-3.0.2"
projects[ding_user_profile][download][branch] = "development"
projects[ding_video][type] = "module"
projects[ding_video][subdir] = ""
projects[ding_video][download][type] = "git"
projects[ding_video][download][url] = "git@github.com:easySuite/ding_video.git"
;projects[ding_video][download][tag] = "7.x-3.0.2"
projects[ding_video][download][branch] = "development"
projects[easyddb_facebookshare][type] = "module"
projects[easyddb_facebookshare][subdir] = ""
projects[easyddb_facebookshare][download][type] = "git"
projects[easyddb_facebookshare][download][url] = "git@github.com:easySuite/easyddb_facebookshare.git"
;projects[easyddb_facebookshare][download][tag] = "7.x-3.0.2"
projects[easyddb_facebookshare][download][branch] = "development"
projects[easyddb_dams][type] = "module"
projects[easyddb_dams][subdir] = ""
projects[easyddb_dams][download][type] = "git"
projects[easyddb_dams][download][url] = "git@github.com:easySuite/easyddb_dams.git"
;projects[easyddb_dams][download][tag] = "7.x-3.0.2"
projects[easyddb_dams][download][branch] = "development"
projects[easyddb_direct_link][type] = "module"
projects[easyddb_direct_link][subdir] = ""
projects[easyddb_direct_link][download][type] = "git"
projects[easyddb_direct_link][download][url] = "git@github.com:easySuite/easyddb_direct_link.git"
;projects[easyddb_direct_link][download][tag] = "7.x-3.0.2"
projects[easyddb_direct_link][download][branch] = "development"
projects[easyddb_editorial_base][type] = "module"
projects[easyddb_editorial_base][subdir] = ""
projects[easyddb_editorial_base][download][type] = "git"
projects[easyddb_editorial_base][download][url] = "git@github.com:easySuite/easyddb_editorial_base.git"
;projects[easyddb_editorial_base][download][tag] = "7.x-3.0.2"
projects[easyddb_editorial_base][download][branch] = "development"
projects[easyddb_extlink_settings][type] = "module"
projects[easyddb_extlink_settings][subdir] = ""
projects[easyddb_extlink_settings][download][type] = "git"
projects[easyddb_extlink_settings][download][url] = "git@github.com:easySuite/easyddb_extlink_settings.git"
;projects[easyddb_extlink_settings][download][tag] = "7.x-3.0.2"
projects[easyddb_extlink_settings][download][branch] = "development"
projects[easyddb_frontend_layout][type] = "module"
projects[easyddb_frontend_layout][subdir] = ""
projects[easyddb_frontend_layout][download][type] = "git"
projects[easyddb_frontend_layout][download][url] = "git@github.com:easySuite/easyddb_frontend_layout.git"
;projects[easyddb_frontend_layout][download][tag] = "7.x-3.0.2"
projects[easyddb_frontend_layout][download][branch] = "development"
projects[easyddb_legend][type] = "module"
projects[easyddb_legend][subdir] = ""
projects[easyddb_legend][download][type] = "git"
projects[easyddb_legend][download][url] = "git@github.com:easySuite/easyddb_legend.git"
;projects[easyddb_legend][download][tag] = "7.x-3.0.2"
projects[easyddb_legend][download][branch] = "development"
projects[easyddb_smartbanner][type] = "module"
projects[easyddb_smartbanner][subdir] = ""
projects[easyddb_smartbanner][download][type] = "git"
projects[easyddb_smartbanner][download][url] = "git@github.com:easySuite/easyddb_smartbanner.git"
;projects[easyddb_smartbanner][download][tag] = "7.x-3.0.2"
projects[easyddb_smartbanner][download][branch] = "development"
projects[easyddb_search_radios][type] = "module"
projects[easyddb_search_radios][subdir] = ""
projects[easyddb_search_radios][download][type] = "git"
projects[easyddb_search_radios][download][url] = "git@github.com:easySuite/easyddb_search_radios.git"
;projects[easyddb_search_radios][download][tag] = "7.x-3.0.4"
projects[easyddb_search_radios][download][branch] = "development"
projects[easyddb_search_result_reservation][type] = "module"
projects[easyddb_search_result_reservation][subdir] = ""
projects[easyddb_search_result_reservation][download][type] = "git"
projects[easyddb_search_result_reservation][download][url] = "git@github.com:easySuite/easyddb_search_result_reservation.git"
;projects[easyddb_search_result_reservation][download][tag] = "7.x-3.0.5"
projects[easyddb_search_result_reservation][download][branch] = "development"
projects[easyddb_xml_events][type] = "module"
projects[easyddb_xml_events][subdir] = ""
projects[easyddb_xml_events][download][type] = "git"
projects[easyddb_xml_events][download][url] = "git@github.com:easySuite/easyddb_xml_events.git"
;projects[easyddb_xml_events][download][tag] = "7.x-3.0.2"
projects[easyddb_xml_events][download][branch] = "development"
projects[easyddb_zerohit_redirect][type] = "module"
projects[easyddb_zerohit_redirect][subdir] = ""
projects[easyddb_zerohit_redirect][download][type] = "git"
projects[easyddb_zerohit_redirect][download][url] = "git@github.com:easySuite/easyddb_zerohit_redirect.git"
;projects[easyddb_zerohit_redirect][download][tag] = "7.x-3.0.2"
projects[easyddb_zerohit_redirect][download][branch] = "development"
projects[emailkanon][type] = "module"
projects[emailkanon][subdir] = ""
projects[emailkanon][download][type] = "git"
projects[emailkanon][download][url] = "git@github.com:easySuite/emailkanon.git"
;projects[emailkanon][download][tag] = "7.x-3.0.0"
projects[emailkanon][download][branch] = "development"
projects[kultunaut_events][type] = "module"
projects[kultunaut_events][subdir] = ""
projects[kultunaut_events][download][type] = "git"
projects[kultunaut_events][download][url] = "git@github.com:easySuite/kultunaut_events.git"
;projects[kultunaut_events][download][tag] = "7.x-3.0.2"
projects[kultunaut_events][download][branch] = "development"
projects[ting_covers_backside][type] = "module"
projects[ting_covers_backside][subdir] = ""
projects[ting_covers_backside][download][type] = "git"
projects[ting_covers_backside][download][url] = "git@github.com:easySuite/ting_covers_backside.git"
;projects[ting_covers_backside][download][tag] = "7.x-3.1.0"
projects[ting_covers_backside][download][branch] = "development"
projects[ting_covers_plus][type] = "module"
projects[ting_covers_plus][subdir] = ""
projects[ting_covers_plus][download][type] = "git"
projects[ting_covers_plus][download][url] = "git@github.com:easySuite/ting_covers_plus.git"
;projects[ting_covers_plus][download][tag] = "7.x-3.1.0"
projects[ting_covers_plus][download][branch] = "development"
projects[ting_dk5][type] = "module"
projects[ting_dk5][subdir] = ""
projects[ting_dk5][download][type] = "git"
projects[ting_dk5][download][url] = "git@github.com:easySuite/ting_dk5.git"
;projects[ting_dk5][download][tag] = "7.x-3.0.2"
projects[ting_dk5][download][branch] = "development"
projects[ting_extended_search][type] = "module"
projects[ting_extended_search][subdir] = ""
projects[ting_extended_search][download][type] = "git"
projects[ting_extended_search][download][url] = "git@github.com:easySuite/ting_extended_search.git"
;projects[ting_extended_search][download][tag] = "7.x-3.0.5"
projects[ting_extended_search][download][branch] = "development"
projects[ting_facet_custom][type] = "module"
projects[ting_facet_custom][subdir] = ""
projects[ting_facet_custom][download][type] = "git"
projects[ting_facet_custom][download][url] = "git@github.com:easySuite/ting_facet_custom.git"
;projects[ting_facet_custom][download][tag] = "7.x-3.0.2"
projects[ting_facet_custom][download][branch] = "development"
projects[ting_marc][type] = "module"
projects[ting_marc][subdir] = ""
projects[ting_marc][download][type] = "git"
projects[ting_marc][download][url] = "git@github.com:easySuite/ting_marc.git"
;projects[ting_marc][download][tag] = "7.x-3.0.5"
projects[ting_marc][download][branch] = "development"
projects[ting_proposed_searches][type] = "module"
projects[ting_proposed_searches][subdir] = ""
projects[ting_proposed_searches][download][type] = "git"
projects[ting_proposed_searches][download][url] = "git@github.com:easySuite/ting_proposed_searches.git"
;projects[ting_proposed_searches][download][tag] = "7.x-3.1.0"
projects[ting_proposed_searches][download][branch] = "development"
projects[ting_reference_advanced][type] = "module"
projects[ting_reference_advanced][subdir] = ""
projects[ting_reference_advanced][download][type] = "git"
projects[ting_reference_advanced][download][url] = "git@github.com:easySuite/ting_reference_advanced.git"
;projects[ting_reference_advanced][download][tag] = "7.x-3.1.0"
projects[ting_reference_advanced][download][branch] = "development"
projects[ting_search_terms][type] = "module"
projects[ting_search_terms][subdir] = ""
projects[ting_search_terms][download][type] = "git"
projects[ting_search_terms][download][url] = "git@github.com:easySuite/ting_search_terms.git"
;projects[ting_search_terms][download][tag] = "7.x-3.0.4"
projects[ting_search_terms][download][branch] = "development"
projects[ting_titles_decoration][type] = "module"
projects[ting_titles_decoration][subdir] = ""
projects[ting_titles_decoration][download][type] = "git"
projects[ting_titles_decoration][download][url] = "git@github.com:easySuite/ting_titles_decoration.git"
;projects[ting_titles_decoration][download][tag] = "7.x-3.0.2"
projects[ting_titles_decoration][download][branch] = "development"
projects[ding_uninstall_modules][type] = "module"
projects[ding_uninstall_modules][download][type] = "git"
projects[ding_uninstall_modules][subdir] = ""
projects[ding_uninstall_modules][download][url] = "git@github.com:easySuite/ding_uninstall_modules.git"
projects[ding_uninstall_modules][download][branch] = "master"
; easyOPAC themes
projects[roskilde_subtheme][type] = "theme"
projects[roskilde_subtheme][subdir] = ""
projects[roskilde_subtheme][download][type] = "git"
projects[roskilde_subtheme][download][url] = "git@github.com:easySuite/roskilde_subtheme.git"
projects[roskilde_subtheme][download][branch] = "develop"
projects[thisted_theme][type] = "theme"
projects[thisted_theme][subdir] = ""
projects[thisted_theme][download][type] = "git"
projects[thisted_theme][download][url] = "git@github.com:easySuite/thisted_theme.git"
projects[thisted_theme][download][branch] = "develop"
projects[hjorbib_theme][type] = "theme"
projects[hjorbib_theme][subdir] = ""
projects[hjorbib_theme][download][type] = "git"
projects[hjorbib_theme][download][url] = "git@github.com:easySuite/hjorbib_theme.git"
projects[hjorbib_theme][download][branch] = "develop"
projects[herbib_theme][type] = "theme"
projects[herbib_theme][subdir] = ""
projects[herbib_theme][download][type] = "git"
projects[herbib_theme][download][url] = "git@github.com:easySuite/herbib_theme.git"
projects[herbib_theme][download][branch] = "develop"
; Social Services modules and libraries
projects[social_services][type] = "module"
projects[social_services][download][type] = "git"
projects[social_services][subdir] = ""
projects[social_services][download][url] = "git@github.com:easySuite/social_services.git"
projects[social_services][download][branch] = "development"
libraries[SocialServices][download][type] = "git"
libraries[SocialServices][download][url] = "git@github.com:inleadmedia/SocialServices.git"
libraries[SocialServices][download][branch] = "development"
libraries[SocialServices][destination] = "modules/social_services/lib"
; KulturØen.dk repositories
projects[kultur_calendar][type] = "module"
projects[kultur_calendar][subdir] = ""
projects[kultur_calendar][download][type] = "git"
projects[kultur_calendar][download][url] = "git@github.com:easySuite/kultur_calendar.git"
projects[kultur_calendar][download][branch] = "development"
projects[kultur_events][type] = "module"
projects[kultur_events][subdir] = ""
projects[kultur_events][download][type] = "git"
projects[kultur_events][download][url] = "git@github.com:easySuite/kultur_events.git"
projects[kultur_events][download][branch] = "development"
projects[kultur_frontpage][type] = "module"
projects[kultur_frontpage][subdir] = ""
projects[kultur_frontpage][download][type] = "git"
projects[kultur_frontpage][download][url] = "git@github.com:easySuite/kultur_frontpage.git"
projects[kultur_frontpage][download][branch] = "development"
projects[kultur_subtheme][type] = "theme"
projects[kultur_subtheme][subdir] = ""
projects[kultur_subtheme][download][type] = "git"
projects[kultur_subtheme][download][url] = "git@github.com:easySuite/kultur_subtheme.git"
projects[kultur_subtheme][download][branch] = "develop"
; To be removed
projects[alma_item_list][type] = "module"
projects[alma_item_list][subdir] = ""
projects[alma_item_list][download][type] = "git"
projects[alma_item_list][download][url] = "git@github.com:easySuite/alma_item_list.git"
;projects[alma_item_list][download][tag] = "7.x-3.0.2"
projects[alma_item_list][download][branch] = "development"
projects[easyddb_alma_reminder][type] = "module"
projects[easyddb_alma_reminder][subdir] = ""
projects[easyddb_alma_reminder][download][type] = "git"
projects[easyddb_alma_reminder][download][url] = "git@github.com:easySuite/easyddb_alma_reminder.git"
;projects[easyddb_alma_reminder][download][tag] = "7.x-3.0.2"
projects[easyddb_alma_reminder][download][branch] = "development"
projects[ding_user_header][type] = "module"
projects[ding_user_header][subdir] = ""
projects[ding_user_header][download][type] = "git"
projects[ding_user_header][download][url] = "git@github.com:easySuite/ding_user_header.git"
;projects[ding_user_header][download][tag] = "7.x-3.0.5"
projects[ding_user_header][download][branch] = "development"
projects[ding_item_viewer][type] = "module"
projects[ding_item_viewer][subdir] = ""
projects[ding_item_viewer][download][type] = "git"
projects[ding_item_viewer][download][url] = "git@github.com:easySuite/ding_item_viewer.git"
;projects[ding_item_viewer][download][tag] = "7.x-3.0.2"
projects[ding_item_viewer][download][branch] = "development"
projects[alma_reminder_service][type] = "module"
projects[alma_reminder_service][subdir] = ""
projects[alma_reminder_service][download][type] = "git"
projects[alma_reminder_service][download][url] = "git@github.com:easySuite/alma_reminder_service.git"
;projects[alma_reminder_service][download][tag] = "7.x-3.0.2"
projects[alma_reminder_service][download][branch] = "development"
projects[vejlebib_fbs][type] = "module"
projects[vejlebib_fbs][download][type] = "git"
projects[vejlebib_fbs][subdir] = ""
projects[vejlebib_fbs][download][url] = "git@github.com:vejlebib/vejlebib_fbs.git"
projects[vejlebib_fbs][download][branch] = "master"
projects[easyddb_search_expand][type] = "module"
projects[easyddb_search_expand][subdir] = ""
projects[easyddb_search_expand][download][type] = "git"
projects[easyddb_search_expand][download][url] = "git@github.com:easySuite/easyddb_search_expand.git"
;projects[easyddb_search_expand][download][tag] = "7.x-3.0.2"
projects[easyddb_search_expand][download][branch] = "development"
projects[easyddb_materials_display][type] = "module"
projects[easyddb_materials_display][subdir] = ""
projects[easyddb_materials_display][download][type] = "git"
projects[easyddb_materials_display][download][url] = "git@github.com:easySuite/easyddb_materials_display.git"
;projects[easyddb_materials_display][download][tag] = "7.x-3.0.2"
projects[easyddb_materials_display][download][branch] = "development"
projects[easyddb_hide_librarydropdown][type] = "module"
projects[easyddb_hide_librarydropdown][subdir] = ""
projects[easyddb_hide_librarydropdown][download][type] = "git"
projects[easyddb_hide_librarydropdown][download][url] = "git@github.com:easySuite/easyddb_hide_librarydropdown.git"
;projects[easyddb_hide_librarydropdown][download][tag] = "7.x-3.0.2"
projects[easyddb_hide_librarydropdown][download][branch] = "development"
projects[easyddb_editorial_dashboard][type] = "module"
projects[easyddb_editorial_dashboard][subdir] = ""
projects[easyddb_editorial_dashboard][download][type] = "git"
projects[easyddb_editorial_dashboard][download][url] = "git@github.com:easySuite/easyddb_editorial_dashboard.git"
;projects[easyddb_editorial_dashboard][download][tag] = "7.x-3.1.0"
projects[easyddb_editorial_dashboard][download][branch] = "development"
projects[thisted_event_import][type] = "module"
projects[thisted_event_import][subdir] = ""
projects[thisted_event_import][download][type] = "git"
projects[thisted_event_import][download][url] = "git@github.com:easySuite/thisted_event_import.git"
;projects[thisted_event_import][download][tag] = "7.x-3.1.0"
projects[thisted_event_import][download][branch] = "development"