-
Notifications
You must be signed in to change notification settings - Fork 81
/
credits.json
50 lines (50 loc) · 1.68 KB
/
credits.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
[
{
"group": "Media",
"items": [
{
"title" : "jQuery File Tree",
"homepage" : "https://www.abeautifulsite.net/jquery-file-tree"
},
{
"title" : "Flags Icons",
"homepage" : "http://forum.tsgk.com/viewtopic.php?t=4921"
}
]
},
{
"group": "IDE",
"items": [
{
"title": "JetBrains PHPStorm",
"description": "PhpStorm — PHP IDE that goes beyond the language.",
"homepage": "http://www.jetbrains.com/phpstorm/"
},
{
"title": "Sublime Text",
"description": "Sublime Text is a sophisticated text editor for code, markup and prose.",
"homepage": "http://www.sublimetext.com/"
}
]
},
{
"group": "Environment",
"items": [
{
"title": "GitHub",
"description": "GitHub acts as our authentication provider, software repository, markdown parser engine and general service provider for the issue tracker infrastructures.",
"homepage": "https://github.com/"
}
]
},
{
"group": "Translations",
"items": [
{
"title": "Crowdin",
"description": "The Issue Tracker utilises Crowdin to manage translations of the user interface. If you would like to help translating, please head over to the [project page on Crowdin](https://crowdin.com/project/joomla-official-sites).",
"homepage": "https://crowdin.com/"
}
]
}
]