forked from jibon57/Joomla_API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom_hoicoiapi.xml
More file actions
30 lines (26 loc) · 1.03 KB
/
com_hoicoiapi.xml
File metadata and controls
30 lines (26 loc) · 1.03 KB
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
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" method="upgrade" version="1.6">
<name>Hoicoiapi</name>
<creationDate>2014-09-14</creationDate>
<author>Jibon Lawrence Costa</author>
<authorEmail>jiboncosta57@gmail.com</authorEmail>
<authorUrl>www.hoicoimasti.com</authorUrl>
<copyright>Copyright (C) 2014 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later</license>
<version>3.1</version>
<description>With this component you will get json output of Joomla articles, categories and virtuemart products, categories</description>
<files folder="site">
<filename>hoicoiapi.php</filename>
<filename>controller.php</filename>
<filename>index.html</filename>
<folder>views</folder>
</files>
<administration>
<menu link="index.php?option=com_hoicoiapi">Hoicoiapi</menu>
<files folder="admin">
<filename>index.html</filename>
<filename>hoicoiapi.php</filename>
<filename>config.xml</filename>
</files>
</administration>
</extension>