-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod_dagsen_weekly.xml
27 lines (27 loc) · 1.09 KB
/
mod_dagsen_weekly.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.1.0" client="site" method="upgrade">
<name>Dagsen Weekly</name>
<author>Axel Latvala / Teknologföreningen</author>
<creationDate>January 2016</creationDate>
<copyright>Copyright (C) 2016 Teknologföreningen. All rights reserved.</copyright>
<license>MIT; see LICENSE.txt</license>
<authorEmail>webmaster@teknolog.fi</authorEmail>
<authorUrl>teknolog.fi</authorUrl>
<version>1.1.0</version>
<description>Weekly menu for Täffä</description>
<scriptfile>script.php</scriptfile>
<files>
<filename>mod_dagsen_weekly.xml</filename>
<filename module="mod_dagsen_weekly">mod_dagsen_weekly.php</filename>
<filename>index.html</filename>
<filename>helper.php</filename>
<folder>tmpl</folder>
<filename>tmpl/default.php</filename>
<filename>tmpl/index.html</filename>
<folder>api</folder>
<filename>api/TaffaAPI.class.php</filename>
<filename>api/index.html</filename>
</files>
<config>
</config>
</extension>