-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjomsocialgroupsync.xml
58 lines (51 loc) · 2.25 KB
/
jomsocialgroupsync.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="1.6.0" method="upgrade">
<name>JomSocialGroupSync</name>
<creationDate>2011-07-23</creationDate>
<copyright>Copyright (C) 2011. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<author>Brian Shaughnessy</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.lcdservices.biz</authorUrl>
<version>1.0.0</version>
<description>Sync JomSocial groups with Joomla ACL groups. Using this tool you can dynamically manage access control based on JomSocial group subscription.</description>
<isapplication>false</isapplication>
<scriptfile>script.php</scriptfile>
<install> <!-- Runs on install -->
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall> <!-- Runs on uninstall -->
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<files folder="components/com_jomsocialgroupsync">
<filename>index.html</filename>
</files>
<administration>
<menu link="option=com_jomsocialgroupsync&view=synchronizationrules" view="synchronizationrules" img="class:component" alt="JomSocial Group Sync">COM_JOMSOCIALGROUPSYNC</menu>
<files folder="administrator/components/com_jomsocialgroupsync">
<filename>access.xml</filename>
<filename>config.xml</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<filename>jomsocialgroupsync.php</filename>
<folder>controllers</folder>
<folder>helpers</folder>
<folder>models</folder>
<folder>sql</folder>
<folder>tables</folder>
<folder>views</folder>
</files>
<languages folder="administrator/language/en-GB">
<language tag="en-GB">en-GB.com_jomsocialgroupsync.ini</language>
<language tag="en-GB">en-GB.com_jomsocialgroupsync.sys.ini</language>
</languages>
</administration>
<plugins>
<plugin folder="plugins/system" plugin="jomsocialgroupsyncsystem" name="JomSocial Group Sync System" group="system" />
<plugin folder="plugins/community" plugin="jomsocialgroupsync" name="JomSocial Group Sync" group="community" />
</plugins>
</extension>