This repository has been archived by the owner on Oct 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
skin.json
83 lines (81 loc) · 1.57 KB
/
skin.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
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "키위틱",
"author": "코코아",
"url": "https://hoto.us/xe/KiwiWiki/",
"descriptionmsg": "kiwitic-desc",
"namemsg": "skinname-kiwitic",
"license-name": "MIT",
"type": "skin",
"version": "1.0b31",
"ValidSkinNames": {
"kiwitic": "Kiwitic"
},
"MessagesDirs": {
"Kiwitic": [
"i18n"
]
},
"ResourceModules": {
"skins.liberty.styles": {
"styles": {
"css/font/Nanum Gothic.css": {
"media": "all"
},
"css/font/Noto Sans KR.css": {
"media": "all"
},
"bootstrap/css/bootstrap.min.css": {
"media": "all"
},
"css/default.css": {
"media": "all"
},
"css/default_mobile.css": {
"media": "all"
},
"css/wiki.css": {
"media": "all"
},
"css/only-mw.css": {
"media": "all"
},
"css/wiki-table.css": {
"media": "all"
},
"css/wikiedittor-liberty.css": {
"media": "all"
}
},
"position": "bottom"
},
"skins.liberty.bootstrap": {
"scripts": [
"js/lib/jquery.ba-throttle-debounce.js",
"js/lib/jquery.cookie.js",
"js/lib/jquery.min.js",
"js/lib/bootstrap.min.js"
],
"position": "bottom"
},
"skins.liberty.layoutjs": {
"scripts": [
"js/login_request.js",
"js/live_Recents.js",
"js/index_botton.js",
"js/delay_scrolling.js",
"js/notice_view.js",
"js/sns_button.js",
"js/layout.js"
],
"position": "bottom"
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "Kiwitic"
},
"AutoloadClasses": {
"SkinKiwitic": "SkinKiwitic.php",
"KiwiticTemplate": "KiwiticTemplate.php"
}
}