-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextension.json
More file actions
71 lines (71 loc) · 2.39 KB
/
Copy pathextension.json
File metadata and controls
71 lines (71 loc) · 2.39 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
{
"name":"ConfirmationLog",
"guid":"9CDF6A24-9731-43C5-8ED2-BAD2C9B4482D",
"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":"framework",
"path":"\/extension\/phpmanufaktur\/phpManufaktur\/ConfirmationLog",
"namespace":"phpManufaktur\\ConfirmationLog",
"release":{
"number":"0.25",
"date":"2014-09-14",
"status":"beta",
"changelog":"https:\/\/github.com\/phpManufaktur\/kfConfirmationLog\/blob\/master\/CHANGELOG.md"
},
"description": {
"en":{
"title":"ConfirmationLog",
"short":"User can confirm that they have viewed a page or read an article.",
"long":"Use the Droplet or the kitCommand to enable users to confirm that they have viewed a page or read an article. The Admin-Tool let you view and and browse through the confirmations",
"url":"https:\/\/kit2.phpmanufaktur.de\/ConfirmationLog"
},
"de":{
"title":"ConfirmationLog",
"short":"Anwender können bestätigen, dass sie eine Seite gesehen oder einen Artikel gelesen haben.",
"long":"Verwenden Sie ein Droplet oder ein kitCommand um Anwender eine Lesebestätigung für bestimmte Artikel erteilen zu lassen. Mit Hilfe des Admin-Tools können Sie die Lesebestätigungen - auch von mehreren unterschiedlichen Installationen - kontrollieren und auswerten.",
"url":"https:\/\/kit2.phpmanufaktur.de\/ConfirmationLog"
}
},
"require":{
"framework": {
"release":"0.27"
},
"extension": {
"phpmanufaktur":{
"Basic":{
"release":"1.0.12"
}
}
}
},
"setup":{
"install":"\/admin\/confirmationlog\/setup",
"update":"\/admin\/confirmationlog\/update",
"uninstall":"\/admin\/confirmationlog\/uninstall"
},
"license": {
"name":"MIT License",
"url":"https:\/\/github.com\/phpManufaktur\/kfConfirmationLog\/raw\/master\/LICENSE.md"
},
"download": {
"availability":"public",
"agreement":"free",
"github":{
"organization":"phpManufaktur",
"repository":"kfConfirmationLog"
},
"url":"https:\/\/github.com\/phpManufaktur\/kfConfirmationLog"
}
}