This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pkg_kunena.xml
76 lines (72 loc) · 3.53 KB
/
pkg_kunena.xml
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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE extension>
<extension type="package" version="3.4" method="upgrade">
<name>Kunena Forum Package</name>
<packagename>kunena</packagename>
<version>5.1.19</version>
<versionname>Tethys</versionname>
<creationDate>@kunenaversiondate@</creationDate>
<author>Kunena Team</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.kunena.org</authorUrl>
<copyright>(C) 2008 - 2020 Kunena Team. All rights reserved.</copyright>
<license>GNU/GPLv3 or later</license>
<description>Kunena Forum Package.</description>
<scriptfile>install.php</scriptfile>
<files folder="packages">
<filename type="plugin" group="system" id="kunena" >plg_system_kunena_v@[email protected]</filename>
<filename type="plugin" group="quickicon" id="kunena" >plg_quickicon_kunena_v@[email protected]</filename>
<filename type="library" id="kunena" >lib_kunena_v@[email protected]</filename>
<filename type="file" id="kunena_media">kunena_media_v@[email protected]</filename>
<filename type="component" id="com_kunena" >com_kunena_v@[email protected]</filename>
<!--
<filename type="plugin" group="finder" id="kunena" >plg_finder_kunena_v@[email protected]</filename>
<filename type="plugin" group="kunena" id="finder" >plg_kunena_finder_v@[email protected]</filename>
<filename type="plugin" group="kunena" id="altauserpoints">plg_kunena_altauserpoints_v@[email protected]</filename>
<filename type="plugin" group="kunena" id="community" >plg_kunena_community_v@[email protected]</filename>
<filename type="plugin" group="kunena" id="comprofiler" >plg_kunena_comprofiler_v@[email protected]</filename>
<filename type="plugin" group="kunena" id="gravatar" >plg_kunena_gravatar_v@[email protected]</filename>
<filename type="plugin" group="kunena" id="joomla" >plg_kunena_joomla_v@[email protected]</filename>
<filename type="plugin" group="kunena" id="kunena" >plg_kunena_kunena_v@[email protected]</filename>
<filename type="plugin" group="kunena" id="uddeim" >plg_kunena_uddeim_v@[email protected]</filename>
-->
</files>
<updateservers>
<server type="collection" priority="1" name="Kunena 5.1 Update Site">https://update.kunena.org/5.1/list.xml</server>
</updateservers>
<restorepoint>
<customdirs>
<dir>administrator/manifests/packages/kunena</dir>
<dir>administrator/components/com_kunena</dir>
<dir>components/com_kunena</dir>
<dir>libraries/kunena</dir>
<dir>plugins/kunena</dir>
<dir>plugins/system/kunena</dir>
<dir>plugins/quickicon/kunena</dir>
<dir>media/kunena</dir>
</customdirs>
<customfiles>
<file>administrator/manifests/packages/pkg_kunena.xml</file>
<file>administrator/manifests/libraries/kunena.xml</file>
<file>administrator/manifests/files/kunena_media.xml</file>
</customfiles>
<langfiles>
<lang>com_kunena</lang>
<lang>plg_kunena_altauserpoints</lang>
<lang>plg_kunena_community</lang>
<lang>plg_kunena_comprofiler</lang>
<lang>plg_kunena_easyblog</lang>
<lang>plg_kunena_easyprofile</lang>
<lang>plg_kunena_easysocial</lang>
<lang>plg_kunena_gravatar</lang>
<lang>plg_kunena_joomla</lang>
<lang>plg_kunena_kunena</lang>
<lang>plg_kunena_uddeim</lang>
<lang>plg_system_kunena</lang>
<lang>plg_quickicon_kunena</lang>
</langfiles>
<extraprefixes>
<prefix>kunena</prefix>
</extraprefixes>
</restorepoint>
</extension>