-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdpe.xml
27 lines (23 loc) · 1005 Bytes
/
dpe.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="plugin" group="jea" method="upgrade">
<name>JEA - DPE</name>
<author>Sylvain Philip</author>
<creationDate>april 2012</creationDate>
<copyright>Copyright (C) 2007 - 2023 Sylvain Philip.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>contact@sphilip.com</authorEmail>
<authorUrl>www.sphilip.com</authorUrl>
<version>4.0</version>
<description>«Diagnostic de Performance Energetique» (energy efficiency) report in property detail.</description>
<scriptfile>script.php</scriptfile>
<files>
<filename plugin="dpe">dpe.php</filename>
<folder>language</folder>
<folder>vendor</folder>
</files>
<!-- Updateserver definition -->
<updateservers>
<!-- Note: No spaces or linebreaks allowed between the server tags -->
<server type="extension" priority="1" name="JEA DPE Update Site">http://jea.sphilip.com/update/plg_jea_dpe.xml</server>
</updateservers>
</extension>