-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtw_build_conf.json
130 lines (130 loc) · 3.68 KB
/
tw_build_conf.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
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"conf": {
"tid_dir": "\\tiddlers",
"tw_info": "tiddlywiki.info",
"html_file": "index.html",
"img_dir": "\\images",
"build_dir": "\\docs",
"logo_dir": "\\wiki_logo_list",
"logo_js": "$:/boa/logo",
"wiki_domain": "https://protw.github.io/",
"github_main": "https://github.com/protw/",
"sep_git_dir": "D:\\boa_protw\\git",
"tmp_dir": "D:\\boa_protw\\_tmp"
},
"wiki_farm": {
"main_wiki": {
"wiki_name": "protw.github.io",
"local_dir": "D:\\boa_protw\\wiki_main",
"github": "https://github.com/protw/protw.github.io.git",
"to_publish": true
},
"twfarm": {
"local_dir": "D:\\boa_protw\\twfarm",
"github": "https://github.com/protw/twfarm.git",
"to_publish": true
},
"templ": {
"local_dir": "D:\\boa_protw\\wiki_template",
"github": "https://github.com/protw/templ.git",
"to_publish": true
},
"airzoom": {
"local_dir": "D:\\boa_uniteam\\PROTW\\airzoom",
"github": "https://github.com/protw/airzoom.git",
"to_publish": true
},
"autonum": {
"local_dir": "D:\\boa_protw\\wiki_bag\\autonum",
"github": "https://github.com/protw/autonum.git",
"to_publish": true
},
"covid": {
"local_dir": "D:\\boa_uniteam\\PROTW\\covid",
"github": "https://github.com/protw/covid.git",
"to_publish": true
},
"eco": {
"local_dir": "D:\\boa_uniteam\\PROTW\\eco",
"github": "https://github.com/protw/eco.git",
"to_publish": true
},
"exhazoom": {
"local_dir": "D:\\boa_uniteam\\PROTW\\exhazoom",
"github": "https://github.com/protw/exhazoom.git",
"to_publish": true
},
"mrf": {
"local_dir": "D:\\boa_uniteam\\PROTW\\mrf",
"github": "https://github.com/protw/mrf.git",
"to_publish": true
},
"nauprostir": {
"local_dir": "D:\\boa_uniteam\\PROTW\\nauprostir",
"github": "https://github.com/protw/nauprostir.git",
"to_publish": true
},
"osoblyva": {
"local_dir": "D:\\boa_uniteam\\PROTW\\osoblyva",
"github": "https://github.com/protw/osoblyva.git",
"to_publish": true
},
"prosteer": {
"local_dir": "D:\\boa_uniteam\\PROTW\\prosteer",
"github": "https://github.com/protw/prosteer.git",
"to_publish": true
},
"treemap": {
"local_dir": "D:\\boa_uniteam\\PROTW\\treemap",
"github": "https://github.com/protw/treemap.git",
"to_publish": true
},
"oleghbond": {
"local_dir": "D:\\boa_protw\\wiki_bag\\oleghbond",
"github": "https://github.com/protw/oleghbond.git",
"to_publish": true
},
"rder": {
"local_dir": "D:\\boa_protw\\wiki_bag\\rder",
"github": "https://github.com/protw/rder.git",
"to_publish": false
},
"rdpdet": {
"local_dir": "D:\\boa_protw\\wiki_bag\\rdpdet",
"github": "https://github.com/protw/rdpdet.git",
"to_publish": false
},
"tw5": {
"local_dir": "D:\\boa_protw\\wiki_bag\\tw5",
"github": "https://github.com/protw/tw5.git",
"to_publish": true
},
"tw5ghs": {
"local_dir": "D:\\boa_protw\\wiki_bag\\tw5ghs",
"github": "https://github.com/protw/tw5ghs.git",
"to_publish": true
},
"ukr": {
"local_dir": "D:\\boa_protw\\wiki_bag\\ukr",
"github": "https://github.com/protw/ukr.git",
"to_publish": true
},
"virtou": {
"local_dir": "D:\\boa_uniteam\\PROTW\\virtou",
"github": "https://github.com/protw/virtou.git",
"to_publish": true
}
},
"suspended": {
"aqdapp": {
"local_dir": "D:\\boa_uniteam\\PROTW\\aqdapp",
"github": "https://github.com/protw/aqdapp.git",
"to_publish": false
},
"simpr": {
"local_dir": "D:\\boa_uniteam\\PROTW\\simpr",
"github": "https://github.com/protw/simpr.git",
"to_publish": false
}
}
}