-
Notifications
You must be signed in to change notification settings - Fork 9
/
gamification.xml
72 lines (64 loc) · 2.8 KB
/
gamification.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.6" method="upgrade">
<name>COM_GAMIFICATION</name>
<author>Todor Iliev</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://itprism.com</authorUrl>
<copyright>Copyright (C) 2016 Todor Iliev ( ITPrism.com )</copyright>
<license>http://www.gnu.org/licenses/gpl-3.0.en.html GNU/GPLv3</license>
<version>2.1.1</version>
<creationDate>06 October, 2016</creationDate>
<description><![CDATA[
<p><a href="http://itprism.com/free-joomla-extensions/ecommerce-gamification/game-mechanics-platform" target="_blank">Gamification Platform</a> is an extension that provides functionality, resources and API that can be used to gamify Joomla! extensions and websites.</p>
<p><a href="http://itprism.com/" target="_blank">Subscribe for the newsletter</a> to receive <strong>gifts</strong>, <strong>discount codes</strong>, information about <strong>updates</strong> and information about <strong>new ITPrism extensions</strong>.</p>
<p>Please, <a href="http://extensions.joomla.org/extensions/extension/e-commerce/credits-a-point-systems/gamification-platform" target="_blank">vote for the extension</a> on Joomla! Extensions Directory</p>
]]></description>
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.sql</file>
</sql>
</uninstall>
<update>
<schemas>
<schemapath type="mysql">sql/updates</schemapath>
</schemas>
</update>
<media destination="com_gamification" folder="media">
<folder>css</folder>
<folder>images</folder>
<folder>js</folder>
</media>
<!-- Site Main File Copy Section -->
<files folder="site">
<folder>controllers</folder>
<folder>helpers</folder>
<folder>language</folder>
<folder>layouts</folder>
<folder>models</folder>
<folder>views</folder>
<filename>controller.php</filename>
<filename>gamification.php</filename>
<filename>router.php</filename>
</files>
<administration>
<menu link="option=com_gamification">COM_GAMIFICATION</menu>
<files folder="admin">
<folder>controllers</folder>
<folder>helpers</folder>
<folder>language</folder>
<folder>layouts</folder>
<folder>models</folder>
<folder>tables</folder>
<folder>sql</folder>
<folder>views</folder>
<filename>controller.php</filename>
<filename>config.xml</filename>
<filename>gamification.php</filename>
</files>
</administration>
</extension>