-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextension.json
More file actions
113 lines (113 loc) · 3.34 KB
/
Copy pathextension.json
File metadata and controls
113 lines (113 loc) · 3.34 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
{
"name":"Event",
"guid":"DC674566-0F4E-4E6D-A325-101915925BA5",
"category":"extension",
"group":"phpManufaktur",
"vendor":{
"name":"phpManufaktur",
"url":"https:\/\/phpmanufaktur.de",
"mail":"team@phpmanufaktur.de",
"address":{
"street":"Stockholmer Straße 31",
"zip":"13359",
"city":"Berlin",
"country":"Germany"
},
"phone":"+49 30 68813647"
},
"type":"application",
"path":"\/extension\/phpmanufaktur\/phpManufaktur\/Event",
"namespace":"phpManufaktur\\Event",
"link":{
"about":"\/event\/about"
},
"release":{
"number":"2.0.45",
"date":"2014-09-14",
"status":"beta",
"changelog":"https:\/\/github.com\/phpManufaktur\/kfEvent\/blob\/master\/CHANGELOG.md"
},
"description":{
"en":{
"title":"Event management for kitFramework",
"short":"A complete event management suite - former known as kitEvent",
"long":"Complete event management for use with the kitFramework",
"url":"https:\/\/kit2.phpmanufaktur.de\/Event"
},
"de": {
"title":"Veranstaltungskalender für das kitFramework",
"short":"Verwalten Sie Termine und Veranstaltungen und veröffentlichen Sie diese auf Ihrer Website",
"long":"Event ist eine vollständige Verwaltungssoftware für alle Termine, Kurse und Veranstaltungen. Auf Grund seiner sehr flexiblen Struktur eignet sich Event sowohl für Freelancer, die einige Seminare auf Ihrer Website anbieten möchten, als auch für Portale, die mehrere tausend Veranstaltungen präsentieren und leistungsfähige Filter-, Sortier- und Suchfunktionen benötigen.",
"url":"https:\/\/kit2.phpmanufaktur.de\/Event"
}
},
"require":{
"framework":{
"release":"0.27"
},
"extension":{
"phpmanufaktur":{
"Basic":{
"release":"1.0.12"
},
"Library":{
"release":"0.37"
},
"Contact":{
"release":"2.0.42"
},
"CKEditor":{
"release":"0.30"
},
"MediaBrowser":{
"release":"0.30"
},
"CommandCollection":{
"release":"0.40"
}
}
}
},
"setup": {
"install":"\/admin\/event\/setup",
"update":"\/admin\/event\/update",
"uninstall":"\/admin\/event\/uninstall",
"icon_path":{
"BlackCat":"\/extension\/phpmanufaktur\/phpManufaktur\/Event\/Data\/Setup\/icon\/icon.png",
"WebsiteBaker":"\/extension\/phpmanufaktur\/phpManufaktur\/Event\/Data\/Setup\/icon\/tool_icon.png"
}
},
"license": {
"name":"MIT License",
"url":"https:\/\/github.com\/phpManufaktur\/kfEvent\/raw\/master\/LICENSE.md"
},
"download": {
"availability":"public",
"agreement":"free",
"github":{
"organization":"phpManufaktur",
"repository":"kfEvent"
},
"url":"https:\/\/github.com\/phpManufaktur\/kfEvent"
},
"wiki": {
"en": {
"url":"https:\/\/github.com/phpManufaktur\/kfEvent\/wiki"
}
},
"firststeps": {
"de": {
"url":"https:\/\/kit2.phpmanufaktur.de\/event\/firststeps"
}
},
"issues": {
"en": {
"url":"https:\/\/github.com/phpManufaktur\/kfEvent\/issues"
}
},
"support": {
"en": {
"url":"https:\/\/support.phpmanufaktur.de"
}
}
}