-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjollyany.xml
executable file
·30 lines (30 loc) · 1.26 KB
/
jollyany.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="library" method="upgrade">
<name>Jollyany Framework</name>
<libraryname>jollyany</libraryname>
<author>TemPlaza</author>
<creationDate>Jan 2025</creationDate>
<version>3.5.33</version>
<url>https://www.templaza.com</url>
<copyright>Copyright (C) 2024 TemPlaza, Jsc. All rights reserved.</copyright>
<license>GNU General Public License version 3 or later; see LICENSE.txt</license>
<authorEmail>info@templaza.com</authorEmail>
<authorUrl>https://www.templaza.com</authorUrl>
<description>Jollyany Template Framework by TemPlaza</description>
<scriptfile>script.php</scriptfile>
<files>
<folder>framework</folder>
<folder>plugins</folder>
<file>script.php</file>
</files>
<media folder="media" destination="jollyany">
<folder>assets</folder>
</media>
<languages folder="language/en-GB">
<language tag="en-GB">en-GB.jollyany.ini</language>
<language tag="en-GB">en-GB.jollyany.sys.ini</language>
</languages>
<updateservers>
<server type="extension" priority="1" name="Jollyany Framework">https://raw.githubusercontent.com/templaza/jollyany-framework/master/jollyany_framework.xml</server>
</updateservers>
</extension>