-
Notifications
You must be signed in to change notification settings - Fork 2
/
extension.json
71 lines (71 loc) · 2.31 KB
/
extension.json
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
{
"name":"Hello World",
"guid":"184B991C-362A-48C9-8290-2F027A9565AE",
"category":"extension",
"group":"thirdParty",
"vendor":{
"name":"phpManufaktur",
"url":"https:\/\/phpmanufaktur.de",
"mail":"[email protected]",
"address":{
"street":"Stockholmer Straße 31",
"zip":"13359",
"city":"Berlin",
"country":"Germany"
},
"phone":"+49 30 68813647"
},
"type":"application",
"path":"\/extension\/thirdparty\/thirdParty\/HelloWorld",
"namespace":"thirdParty\\HelloWorld",
"release": {
"number":"0.30",
"date":"2014-09-14",
"status":"beta",
"changelog":"https:\/\/github.com\/phpManufaktur\/kfHelloWorld\/blob\/master\/CHANGELOG.md"
},
"description": {
"en": {
"title":"Hello World for the kitFramework",
"short":"Hello World application for the kitFramework",
"long":"This Hello World application show how to use the kitFramework to create an application for WebsiteBaker or LEPTON CMS",
"url":"https:\/\/kit2.phpmanufaktur.de\/HelloWorld"
},
"de": {
"title":"Hello World for the kitFramework",
"short":"Hello World application for the kitFramework",
"long":"Diese 'Hello World' Erweiterung führt Sie Schritt für Schritt an das kitFramework und die Erstellung von eigenen kitCommands und Anwendungen heran. Das kitFramework ist die moderne Art, Add-ons für unterschiedliche Content Management Systeme zu erstellen - konzentrieren Sie sich auf Ihre Anwendung, das kitFramework kümmert sich um den Rest.",
"url":"https:\/\/kit2.phpmanufaktur.de\/HelloWorld"
}
},
"require": {
"framework": {
"release":"0.27"
},
"extension":{
"phpManufaktur":{
"Basic":{
"release":"1.0.12"
}
}
}
},
"setup": {
"install":"\/admin\/helloworld\/setup",
"update":"\/admin\/helloworld\/update",
"uninstall":"\/admin\/helloworld\/uninstall"
},
"license": {
"name":"MIT License",
"url":"https:\/\/github.com\/phpManufaktur\/kfHelloWorld\/raw\/master\/LICENSE.md"
},
"download": {
"availability":"public",
"agreement":"free",
"github":{
"organization":"phpManufaktur",
"repository":"kfHelloWorld"
},
"url":"https:\/\/github.com\/phpManufaktur\/kfHelloWorld"
}
}