Sei sulla pagina 1di 3

1 <?xml version="1.0" encoding="utf-8"?

>CRLF
2 <extension type="component" version="3.2" method="upgrade">CRLF
3 <name>COM_COMPONENTBUILDER</name>CRLF
4 <creationDate>25th May, 2020</creationDate> CRLF
5 <author>Llewellyn van der Merwe</author> CRLF
6 <authorEmail>llewellyn@joomlacomponentbuilder.com</authorEmail>CRLF
7 <authorUrl>http://www.joomlacomponentbuilder.com</authorUrl> CRLF
8 <copyright>Copyright (C) 2015 - 2020 Vast Development Method. All rights
reserved.</copyright> CRLF
9 <license>GNU General Public License version 2 or later; see LICENSE.txt
</license>CRLF
10 <version>2.11.2</version>CRLF
11 <description><![CDATA[ CRLF
12 <h1>Component Builder (v.2.11.2)</h1>CRLF
13 <div style="clear: both;"></div>CRLF
14 <p>The Component Builder for
[Joomla](https://extensions.joomla.org/extension/component-builder/) is
highly advanced tool that is truly able to build extremely complex
components in a fraction of the time.CRLF
15 CRLF
16 Whether you're a seasoned
[Joomla](https://extensions.joomla.org/extension/component-builder/) developer, or
have just started, Component Builder will safe you lots of time and money. A real
must have!</p>CRLF
17 <p>Created by <a href="http://www.joomlacomponentbuilder.com"
target="_blank">Llewellyn van der Merwe</a><br /><small>Development started
30th April, 2015</small></p>CRLF
18 ]]></description>CRLF
19 CRLF
20 <!-- Runs on install; New in Joomla 1.5 -->CRLF
21 <install> CRLF
22 <sql>CRLF
23 <file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>CRLF
24 </sql> CRLF
25 </install>CRLF
26 CRLF
27 <!-- Runs on uninstall; New in Joomla 1.5 --> CRLF
28 <uninstall>CRLF
29 <sql>CRLF
30 <file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
CRLF
31 </sql> CRLF
32 </uninstall> CRLF
33 CRLF
34 <!-- Runs on install/uninstall/update; New in Joomla 2.5 --> CRLF
35 <scriptfile>script.php</scriptfile>CRLF
36 CRLF
37 <media destination="com_componentbuilder" folder="media">CRLF
38 <filename>index.html</filename>CRLF
39 <folder>js</folder> CRLF
40 <folder>css</folder> CRLF
41 <folder>images</folder> LF
42 <folder>uikit-v2</folder> LF
43 <folder>footable-v3</folder> CRLF
44 </media>CRLF
45 CRLF
46 <!-- Update Schema; New in Joomla 2.5 -->CRLF
47 <update>CRLF
48 <schemas> CRLF
49 <schemapath type="mysql">sql/updates/mysql/</schemapath>CRLF
50 </schemas>CRLF
51 </update> CRLF
52 CRLF
53 <files folder="site">CRLF
54 <filename>controller.php</filename>CRLF
55 <filename>index.html</filename>CRLF
56 <filename>router.php</filename>CRLF
57 <filename>componentbuilder.php</filename>LF
58 <filename>router.php</filename>CRLF
59 <folder>assets</folder> CRLF
60 <folder>helpers</folder> CRLF
61 <folder>controllers</folder> CRLF
62 <folder>models</folder> CRLF
63 <folder>views</folder> CRLF
64 <folder>layouts</folder> CRLF
65 </files>CRLF
66 CRLF
67 <languages folder="site">CRLF
68 <language tag="en-GB">language/en-GB/en-GB.com_componentbuilder.ini</language>LF
69 <language tag="en-GB">language/en-GB/en-GB.com_componentbuilder.sys.ini</language>
CRLF
70 </languages> CRLF
71 CRLF
72 <administration>CRLF
73 <menu>COM_COMPONENTBUILDER_MENU</menu>CRLF
74 <submenu> CRLF
75 <!-- Instead of link you can specify individual link attributes -->LF
76 <menu option="com_componentbuilder" view="compiler">
COM_COMPONENTBUILDER_MENU_COMPILER</menu>LF
77 <menu option="com_componentbuilder" view="joomla_components">
COM_COMPONENTBUILDER_MENU_JOOMLA_COMPONENTS</menu>LF
78 <menu option="com_componentbuilder" view="joomla_modules">
COM_COMPONENTBUILDER_MENU_JOOMLA_MODULES</menu>LF
79 <menu option="com_componentbuilder" view="joomla_plugins">
COM_COMPONENTBUILDER_MENU_JOOMLA_PLUGINS</menu>LF
80 <menu option="com_componentbuilder" view="admin_views">
COM_COMPONENTBUILDER_MENU_ADMIN_VIEWS</menu>LF
81 <menu option="com_componentbuilder" view="custom_admin_views">
COM_COMPONENTBUILDER_MENU_CUSTOM_ADMIN_VIEWS</menu>LF
82 <menu option="com_componentbuilder" view="site_views">
COM_COMPONENTBUILDER_MENU_SITE_VIEWS</menu>LF
83 <menu option="com_componentbuilder" view="templates">
COM_COMPONENTBUILDER_MENU_TEMPLATES</menu>LF
84 <menu option="com_componentbuilder" view="layouts">
COM_COMPONENTBUILDER_MENU_LAYOUTS</menu>LF
85 <menu option="com_componentbuilder" view="dynamic_gets">
COM_COMPONENTBUILDER_MENU_DYNAMIC_GETS</menu>LF
86 <menu option="com_componentbuilder" view="custom_codes">
COM_COMPONENTBUILDER_MENU_CUSTOM_CODES</menu>LF
87 <menu option="com_componentbuilder" view="placeholders">
COM_COMPONENTBUILDER_MENU_PLACEHOLDERS</menu>LF
88 <menu option="com_componentbuilder" view="libraries">
COM_COMPONENTBUILDER_MENU_LIBRARIES</menu>LF
89 <menu option="com_componentbuilder" view="snippets">
COM_COMPONENTBUILDER_MENU_SNIPPETS</menu>LF
90 <menu option="com_componentbuilder" view="validation_rules">
COM_COMPONENTBUILDER_MENU_VALIDATION_RULES</menu>LF
91 <menu option="com_componentbuilder" view="fields">COM_COMPONENTBUILDER_MENU_FIELDS
</menu>LF
92 <menu option="com_componentbuilder" view="fieldtypes">
COM_COMPONENTBUILDER_MENU_FIELDTYPES</menu>LF
93 <menu option="com_componentbuilder" view="language_translations">
COM_COMPONENTBUILDER_MENU_LANGUAGE_TRANSLATIONS</menu>LF
94 <menu option="com_componentbuilder" view="help_documents">
COM_COMPONENTBUILDER_MENU_HELP_DOCUMENTS</menu>CRLF
95 </submenu>CRLF
96 <files folder="admin">CRLF
97 <filename>access.xml</filename>CRLF
98 <filename>config.xml</filename>CRLF
99 <filename>controller.php</filename>CRLF
100 <filename>index.html</filename>CRLF
101 <filename>componentbuilder.php</filename>LF
102 <filename>README.txt</filename>CRLF
103 <folder>assets</folder> CRLF
104 <folder>controllers</folder> CRLF
105 <folder>helpers</folder> CRLF
106 <folder>models</folder> CRLF
107 <folder>sql</folder> CRLF
108 <folder>tables</folder> CRLF
109 <folder>views</folder> CRLF
110 <folder>layouts</folder> LF
111 <folder>custom</folder> LF
112 <folder>compiler</folder> CRLF
113 </files>CRLF
114 CRLF
115 <languages folder="admin">CRLF
116 <language tag="en-GB">language/en-GB/en-GB.com_componentbuilder.ini</language>LF
117 <language tag="en-GB">language/en-GB/en-GB.com_componentbuilder.sys.ini</language>
CRLF
118 </languages> CRLF
119 CRLF
120 </administration>LF
121 <updateservers> LF
122 <server type="extension" enabled="1" element="com_componentbuilder" name=
"Component Builder">
https://raw.githubusercontent.com/vdm-io/Joomla-Component-Builder/master/componentbu
ilder_update_server.xml</server> LF
123 </updateservers>CRLF
124 </extension>

Potrebbero piacerti anche