-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhiorgcal.xml
64 lines (59 loc) · 2.12 KB
/
hiorgcal.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="3.0" method="upgrade">
<name>HiOrgCal</name>
<creationDate>November 2021</creationDate>
<author>HiOrg Server GmbH</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.hiorg-server.de</authorUrl>
<copyright>2015 - All Rights Reserved.</copyright>
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>
<version>1.2.3</version>
<description>HiOrgCal - Version 1.2.3</description>
<updateservers>
<server type="extension" name="HiOrgCal Updates" priority="1">https://raw.githubusercontent.com/hiorgserver/HiOrg-Joomla/master/jedupdate.xml</server>
</updateservers>
<scriptfile>script.php</scriptfile>
<install> <!-- Runs on install -->
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
<uninstall> <!-- Runs on uninstall -->
<sql>
<file driver="mysql" charset="utf8">sql/uninstall.mysql.utf8.sql</file>
</sql>
</uninstall>
<update> <!-- Runs on update; New in 2.5 -->
<schemas>
<schemapath type="mysql">sql/updates/mysql</schemapath>
</schemas>
</update>
<files folder="site">
<filename>index.html</filename>
<filename>hiorgcal.php</filename>
<filename>controller.php</filename>
<folder>views</folder>
<folder>models</folder>
<folder>js</folder>
<folder>img</folder>
<folder>css</folder>
</files>
<!-- <installfile>install.com_hiorgcal.php</installfile>
<uninstallfile>uninstall.com_hiorgcal.php</uninstallfile> -->
<administration>
<menu>HiOrgKalender</menu>
<files folder="admin">
<filename>index.html</filename>
<filename>hiorgcal.php</filename>
<filename>controller.php</filename>
<folder>sql</folder>
<folder>tables</folder>
<folder>models</folder>
<folder>controllers</folder>
<folder>plugin_install</folder>
<folder>icons</folder>
<!-- views files section -->
<folder>views</folder>
</files>
</administration>
</extension>