-
Notifications
You must be signed in to change notification settings - Fork 6
/
modules_xoopsx.ini
439 lines (414 loc) · 14.7 KB
/
modules_xoopsx.ini
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
;------ Xoops X (Ten) - GitHub -----------------
[XoopsX_CorePack]
dirname = "legacy"
target_key = "XoopsX_CorePack"
target_type = "X2Module"
version = "2.03" ;legacy version
detailed_version = "CorePack 20181220" ;legacy detailed_version
replicatable= false
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/legacy/zipball/stable"
detail_url = "https://github.com/XoopsX/legacy"
changes_url = "https://github.com/XoopsX/legacy/commits/stable/"
license = "GPL"
required = "required"
description = "XoopsX (XOOPS Cube legacy Core, protetor and Altsys module packages)<br />If this process has been failed, XCL will not work. The X-update strongly recommend you to backup whole site before update."
tag = "Core System"
writable_dir[] = "%3$s/modules/protector/configs"
no_update[] = "%2$s/README"
no_update[] = "%2$s/install"
no_overwrite[] = "%2$s/mainfile.php"
no_overwrite[] = "%2$s/favicon.ico"
no_update[] = "%2$s/modules/xupdate"
no_update[] = "%3$s/modules/xupdate"
no_update[] = "%3$s/uploads/xupdate"
no_update[] = "%2$s/modules/altsys"
no_update[] = "%2$s/preload/QuickManageBlock.class.php"
no_update[] = "%2$s/preload/SetupAltsysLangMgr.class.php"
no_update[] = "%2$s/preload/UserInfoProtector.class.php"
no_update[] = "%3$s/libs/altsys"
no_update[] = "%2$s/modules/protector"
no_update[] = "%3$s/modules/protector"
delete_dir[] = "%3$s/cache/smarty_cache"
delete_file[] = "%2$s/modules/legacy/admin/theme/design/bg_page.jpg"
delete_file[] = "%2$s/preload/HdXoopsTplHook.class.php"
delete_file[] = "%2$s/preload/HypXoopsTplHook.class.php"
[altsys]
dirname = "altsys"
target_key = "altsys"
target_type = "TrustModule"
version = "0.82" ;altsys version
detailed_version = "0.82.6" ;altsys detailed_version
replicatable= false
addon_url = "https://github.com/xoopscube/altsys/archive/master.zip"
detail_url = "https://github.com/xoopscube/altsys"
changes_url = "https://github.com/XoopsX/xoopscube/commits/master"
license = "GPL"
required = "required"
description = "alternative system module & library"
tag = "System"
[bulletin]
dirname = "bulletin"
target_key = "bulletin"
target_type = "TrustModule"
version = "3.03" ;bulletin version
detailed_version = "3.03.0" ;bulletin detailed_version
replicatable= true
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/bulletin"
changes_url = "https://github.com/XoopsX/bulletin/commits/master/"
license = "GPL"
required = "normal"
description = "The news module of the slash dot style which a user can comment freely "
no_overwrite[] = "%3$s/libs/smarty/plugins"
tag = "News Contents"
[cubeUtils]
dirname = "cubeUtils"
target_key = "cubeUtils"
target_type = "X2Module"
version = "0.81"
replicatable= false
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/cubeUtils"
changes_url = "https://github.com/XoopsX/cubeUtils/commits/master/"
license = "GPL"
required = "normal"
description = "A multi-language and the module for login extension"
tag = "Utility System"
[d3downloads]
dirname = "d3downloads"
target_key = "d3downloads"
target_type = "TrustModule"
version = "1.50"
detailed_version = "1.50.0"
replicatable= true
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/d3downloads"
changes_url = "https://github.com/XoopsX/d3downloads/commits/master/"
license = "GPL"
required = "normal"
description = "The download module corresponding to the duplicatable version 3 (D3) specification "
no_overwrite[] = "%3$s/libs/smarty/plugins"
tag = "Download Contents"
[d3forum]
dirname = "d3forum"
target_key = "d3forum"
target_type = "TrustModule"
version = "0.89" ;d3forum version
detailed_version = "0.89.5" ;d3forum detailed_version
replicatable= true
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/d3forum"
changes_url = "https://github.com/XoopsX/d3forum/commits/master/"
license = "GPL"
required = "recommended"
description = "The forum module of XOOPS"
tag = "Forum Board Communication"
delete_file[] = "%3$s/modules/d3forum/templates/independent_rss20_listtopics.html"
[d3pipes]
dirname = "d3pipes"
target_key = "d3pipes"
target_type = "TrustModule"
version = "0.70"
detailed_version = "0.70.3"
replicatable= true
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/d3pipes"
changes_url = "https://github.com/XoopsX/d3pipes/commits/master/"
license = "GPL"
required = "normal"
description = "The module for treating syndications freely , such as RSS"
no_overwrite[] = "%3$s/libs/smarty/plugins"
tag = "RSS WhatsNew News"
[gnavi]
dirname = "gnavi"
target_key = "gnavi"
target_type = "TrustModule"
version = "1.06" ;gnavi version
detailed_version = "1.06.0" ;gnavi detailed_version
replicatable= true
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/gnavi"
changes_url = "https://github.com/XoopsX/gnavi/commits/master/"
license = "GPL"
required = "normal"
description = "The area guide creation module using GoogleMap"
writable_dir[] = "%2$s/uploads/%1$s"
writable_dir[] = "%2$s/uploads/%1$s/icon"
writable_dir[] = "%2$s/uploads/%1$s/thumbs"
writable_dir[] = "%2$s/uploads/%1$s/qr"
no_overwrite[] = "%2$s/uploads/%1$s"
no_overwrite[] = "%2$s/uploads/%1$s/icon"
no_overwrite[] = "%2$s/uploads/%1$s/thumbs"
no_overwrite[] = "%2$s/uploads/%1$s/qr"
tag = "Map Contents Board Communication FileUpload ImageManager"
[mobile_templates]
dirname = "mobile_templates"
target_key = "mobile_templates"
target_type = "X2Module"
version = "1.04" ;mobile_templates version
replicatable= false
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/mobile_templates"
changes_url = "https://github.com/XoopsX/mobile_templates/commits/master/"
license = "GPL"
required = "recommended"
description = "The under theme template set of a ktai_default theme for displaying and operating it with mobile phones"
tag = "Mobile Template"
[myalbum]
dirname = "myalbum"
target_key = "myalbum-p"
target_type = "X2Module"
version = "2.89"
detailed_version = "2.89.3"
replicatable= true
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/myalbum"
changes_url = "https://github.com/XoopsX/myalbum/commits/master/"
license = "GPL"
required = "normal"
description = "It is a module which can make a Photo album within XOOPS"
writable_dir[] = "%2$s/uploads/photos"
writable_dir[] = "%2$s/uploads/thumbs"
no_overwrite[] = "%2$s/uploads/photos"
no_overwrite[] = "%2$s/uploads/thumbs"
no_overwrite[] = "%3$s/libs/smarty/plugins"
tag = "ImageManager Communication FileUpload"
[myfriend]
dirname = "myfriend"
target_key = "MyFriend"
target_type = "X2Module"
version = "0.44"
detailed_version = "0.44.0"
replicatable= false
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/myfriend"
changes_url = "https://github.com/XoopsX/myfriend/commits/master/"
license = "GPL"
required = "normal"
description = "The module provides friends function on XOOPS Cube like mixi"
tag = "Friend User"
[multiMenu]
dirname = "multiMenu"
target_key = "multiMenu"
target_type = "X2Module"
version = "1.24"
detailed_version = "1.24.1"
replicatable= false
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/multiMenu"
changes_url = "https://github.com/XoopsX/multiMenu/commits/master/"
license = "GPL"
required = "normal"
description = "A free multi-menu is displayed on Xoops"
tag = "System Utility"
delete_file[] = "%2$s/modules/multiMenu/templates/blocks/multimenu_block.html"
[none]
dirname = "none"
target_key = "none"
target_type = "TrustModule"
version = "1.12"
replicatable= true
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/none"
changes_url = "https://github.com/XoopsX/none/commits/master/"
license = "GPL"
required = "normal"
description = "The template strengthening version of the none module ,which nothing special carries out"
tag = "Contents"
[openID]
dirname = "openid"
target_key = "openID"
target_type = "X2Module"
version = "0.33" ;openid version
detailed_version = "0.33.2" ;openid detailed_version
replicatable= false
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/openID"
changes_url = "https://github.com/XoopsX/openID/commits/master/"
license = "GPL"
required = "normal"
description = "The module whose login is enabled by OpenID authority at XOOPS Cube "
tag = "OpenID System"
[piCal]
dirname = "piCal"
target_key = "piCal"
target_type = "X2Module"
version = "0.97" ;piCal version
detailed_version = "0.97.11" ;piCal detailed_version
replicatable= false
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/piCal"
changes_url = "https://github.com/XoopsX/piCal/commits/master/"
license = "GPL"
required = "normal"
description = "The calendar module"
no_overwrite[] = "%3$s/libs/smarty/plugins"
tag = "Calendar Event Schedule"
[pico]
dirname = "pico"
target_key = "pico"
target_type = "TrustModule"
version = "1.87" ;pico version
detailed_version = "1.87.11" ;pico detailed_version
replicatable= true
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/pico"
changes_url = "https://github.com/XoopsX/pico/commits/master/"
license = "GPL"
required = "normal"
description = "Static contents creation module"
no_overwrite[] = "%3$s/libs/smarty/plugins"
tag = "Contents Wrapper"
delete_file[] = "%3$s/modules/pico/README"
tag = "Contents"
[protector]
dirname = "protector"
target_key = "protector"
target_type = "TrustModule"
version = "3.52" ;protector
detailed_version = "3.52.3" ;protector detailed_version
replicatable= false
addon_url = "https://github.com/xoopscube/protector/archive/master.zip"
detail_url = "https://github.com/xoopscube/protector"
changes_url = "https://github.com/xoopscube/protector/commits/master"
license = "GPL"
required = "required"
description = "Protector is a module to defend your CMS origined from XOOPS2 from various and malicious attacks"
tag = "System Security"
writable_dir[] = "%3$s/modules/protector/configs"
[search]
dirname = "search"
target_key = "search"
target_type = "X2Module"
version = "2.06"
detailed_version = "2.06.1"
replicatable= false
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/search"
changes_url = "https://github.com/XoopsX/search/commits/master/"
license = "GPL"
required = "normal"
description = "The alternative module of search of a xoops core "
tag = "Search System"
[tpMailForm]
dirname = "mailform"
target_key = "tpMailForm"
target_type = "X2Module"
version = "2.03"
replicatable= false
addon_url = "https://github.com/XoopsX/%s/zipball/xoopsx"
detail_url = "https://github.com/XoopsX/tpMailForm"
changes_url = "https://github.com/XoopsX/tpMailForm/commits/xoopsx/"
license = "GPL"
required = "normal"
description = "TOKYOPen's mail form for XOOPS Cube Legacy 2.2<br />(Included the Pengin rame work)"
tag = "Contact MailForm"
[waiting]
dirname = "waiting"
target_key = "waiting"
target_type = "X2Module"
version = "0.96"
replicatable= false
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/waiting"
changes_url = "https://github.com/XoopsX/waiting/commits/master"
license = "GPL"
required = "normal"
description = "Offers you an extensible waiting contents block into your XOOPS"
tag = "Utility"
[xpress]
dirname = "xpress"
target_key = "xpress"
target_type = "X2Module"
version = "2.48"
replicatable= true
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/xpress"
changes_url = "https://github.com/XoopsX/xpress/commits/master/"
license = "GPL"
required = "normal"
description = "a module which can use the blog tool wordpress on XOOPS Cube"
tag = "Blog WordPress Diary"
writable_dir[] = "%2$s/modules/xpress/templates"
writable_dir[] = "%2$s/modules/xpress/wp-content"
[xsns]
dirname = "xsns"
target_key = "xsns"
target_type = "TrustModule"
version = "1.15" ;xsns version
detailed_version = "1.15.0" ;xsns detailed_version
replicatable= true
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/xsns"
changes_url = "https://github.com/XoopsX/xsns/commits/master/"
license = "GPL"
required = "normal"
description = "It is a module which can start SNS within XOOPS"
tag = "SNS User Friend"
writable_dir[] = "%3$s/uploads/%1$s"
writable_dir[] = "%3$s/uploads/%1$s/thumbnail1"
writable_dir[] = "%3$s/uploads/%1$s/thumbnail2"
writable_dir[] = "%3$s/uploads/%1$s/thumbnail3"
no_overwrite[] = "%3$s/uploads/%1$s"
no_overwrite[] = "%3$s/uploads/%1$s/thumbnail1"
no_overwrite[] = "%3$s/uploads/%1$s/thumbnail2"
no_overwrite[] = "%3$s/uploads/%1$s/thumbnail3"
[xupdate]
dirname = "xupdate"
target_key = "xupdate"
target_type = "TrustModule"
version = "0.74" ;xupdate version
detailed_version = "0.74.6" ;xupdate detailed_version
replicatable= false
unzipdirlevel = 1
addon_url = "https://github.com/xoopscube/xupdate/archive/master.zip"
detail_url = "https://github.com/xoopscube/xupdate"
changes_url = "https://github.com/xoopscube/xupdate/commits/master/"
license = "GPL"
required = "recommended"
description = "You can download the add-on of your choice<br />Update of X-update(updater) self is also possible"
tag = "Update System Install"
delete_file[] = "%3$s/settings/{xupdate_mystore.ini.dist"
delete_file[] = "%3$s/modules/xupdate/templates/xupdate_store_delete.html"
delete_file[] = "%3$s/modules/xupdate/templates/xupdate_store_edit.html"
delete_file[] = "%3$s/modules/xupdate/templates/xupdate_store_list.html"
delete_file[] = "%3$s/modules/xupdate/templates/xupdate_store_view.html"
delete_file[] = "%3$s/modules/xupdate/include/FtpCommonZipArchive.class.php"
[xwords]
dirname = "xwords"
target_key = "xwords"
target_type = "X2Module"
version = "0.47" ;xwords version
detailed_version = "0.47.4" ;xwords detailed_version
replicatable= false
unzipdirlevel = 1
addon_url = "https://github.com/XoopsX/%s/archive/master.zip"
detail_url = "https://github.com/XoopsX/xwords"
changes_url = "https://github.com/XoopsX/xwords/commits/master/"
license = "GPL"
required = "normal"
description = "Japanese dictionary module"
tag = "Dirctory Dictionaly"
writable_dir[] = "%2$s/uploads/xwords"
writable_file[] = "%2$s/uploads/xwords/entries.php"
writable_file[] = "%2$s/uploads/xwords/entries_temp.php"
no_overwrite[] = "%2$s/uploads/xwords/entries.php"
no_overwrite[] = "%2$s/uploads/xwords/entries_temp.php"
no_overwrite[] = "%3$s/libs/smarty/plugins"