-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadminmachine.xml
More file actions
38 lines (32 loc) · 1.2 KB
/
adminmachine.xml
File metadata and controls
38 lines (32 loc) · 1.2 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
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<install type="component" version="1.5.0">
<name>AdminMachine</name>
<creationDate>12/11/2008</creationDate>
<author>Omer Yariv</author>
<copyright>cc-by-sa</copyright>
<authorEmail>adminmachine@roundbundleofwheat.com</authorEmail>
<authorUrl>http://roundbundleofwheat.com</authorUrl>
<version>0.3</version>
<description>The AdminMachine is a component designed to help Joomla Extensions Developers. With a little configuration it can provide an automatically created back-end for any component. Just configure your tables and their relations, and presto: you or your client can manage the backend of almost any component.</description>
<files>
</files>
<install />
<uninstall />
<administration>
<menu>Admin Machine</menu>
<submenu>
<menu link="option=com_adminMachine&controller=datasets">Admin Machine Settings</menu>
</submenu>
<files folder="admin">
<filename>index.html</filename>
<filename>adminmachine.php</filename>
<filename>controller.php</filename>
<folder>assets</folder>
<folder>controllers</folder>
<folder>datasets</folder>
<folder>helpers</folder>
<folder>models</folder>
<folder>views</folder>
</files>
</administration>
</install>