-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathninjarsssyndicator.xml
executable file
·94 lines (90 loc) · 4.5 KB
/
ninjarsssyndicator.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="2.5" method="upgrade">
<name>Ninja RSS Syndicator</name>
<!-- The following elements are optional and free of formatting constraints -->
<name>Ninja RSS Syndicator</name>
<creationDate>2008 10 18</creationDate>
<author>Daniel Chapman</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://ninjaforge.com</authorUrl>
<copyright>NinjaForge.com</copyright>
<license><![CDATA[ Ninja RSS Syndicator is free software; you can redistribute it and/or modify it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">General Public License</a> as published by the Free Software Foundation. ]]></license>
<!-- The version string is recorded in the components table -->
<version>2.0.5</version>
<!-- The description is optional and defaults to the name -->
<description>Ninja RSS Syndicator</description>
<installfile>install/install.php</installfile>
<scriptfile>install/install.php</scriptfile>
<install>
<sql>
<file driver="mysql" charset="utf8">install/install.mysql.sql</file>
</sql>
</install>
<uninstall>
<sql>
<file driver="mysql">uninstall.mysql.sql</file>
</sql>
</uninstall>
<!--<uninstallfile>install/uninstall.php</uninstallfile>-->
<!-- Site Main File Copy Section -->
<!-- Note the folder attribute: This attribute describes the folder
to copy FROM in the package to install therefore files copied
in this section are copied from /site/ in the package -->
<files folder="site">
<filename>index.html</filename>
<filename>ninjarsssyndicator.php</filename>
<filename>controller.php</filename>
<folder>assets</folder>
<folder>controllers</folder>
<folder>feed</folder>
<folder>models</folder>
<folder>views</folder>
<!--<folder>language</folder>-->
</files>
<languages folder="language">
<language tag="en-GB">en-GB.com_ninjarsssyndicator.ini</language>
<language tag="fr-FR">fr-FR.com_ninjarsssyndicator.ini</language>
<language tag="it-IT">it-IT.com_ninjarsssyndicator.ini</language>
</languages>
<administration>
<!-- Administration Menu Section -->
<menu img="../administrator/components/com_ninjarsssyndicator/assets/images/nficon.png" link="option=com_ninjarsssyndicator&view=feeds" alias="Ninja RSS Syndicator">COM_NINJARSSSYNDICATOR</menu>
<submenu>
<menu img="../administrator/templates/bluestork/images/menu/icon-16-component.png" alt="Dashboard" alias="Dashboard" view="info" link="option=com_ninjarsssyndicator&view=info">COM_NINJARSSSYNDICATOR_DASHBOARD</menu>
<menu img="../administrator/templates/bluestork/images/menu/icon-16-component.png" alt="Feeds" alias="Feeds" view="feeds" link="option=com_ninjarsssyndicator&view=feeds">COM_NINJARSSSYNDICATOR_FEEDS</menu>
<menu img="../administrator/templates/bluestork/images/menu/icon-16-component.png" alt="Button Maker" alias="Button Maker" view="buttonmaker" link="option=com_ninjarsssyndicator&view=buttonmaker">COM_NINJARSSSYNDICATOR_BUTTON_MAKER</menu>
<menu img="../administrator/templates/bluestork/images/menu/icon-16-component.png" alt="Default Settings" alias="Default Settings" view="config" link="option=com_ninjarsssyndicator&view=config">COM_NINJARSSSYNDICATOR_DEFAULT_SETTINGS</menu>
</submenu>
<!-- Administration Main File Copy Section -->
<!-- Note the folder attribute: This attribute describes the folder
to copy FROM in the package to install therefore files copied
in this section are copied from /admin/ in the package -->
<files folder="admin">
<!-- Admin Main File Copy Section -->
<filename>index.html</filename>
<filename>ninjarsssyndicator.php</filename>
<filename>controller.php</filename>
<!-- Assest files section -->
<folder>assets</folder>
<!--<folder>classes</folder>-->
<!-- SQL files section -->
<folder>install</folder>
<filename>install/install.mysql.sql</filename>
<!-- tables files section -->
<folder>tables</folder>
<!-- models files section -->
<folder>models</folder>
<!-- views files section -->
<folder>views</folder>
<!-- controllers files section -->
<folder>controllers</folder>
<!-- helpers files section -->
<!--<folder>helpers</folder>-->
</files>
<!-- Admin Language Files Section -->
<languages folder="admin">
<language tag="en-GB">language/en-GB.com_ninjarsssyndicator.ini</language>
<language tag="en-GB">language/en-GB.com_ninjarsssyndicator.sys.ini</language>
</languages>
</administration>
</extension>