-
Notifications
You must be signed in to change notification settings - Fork 3
/
info.xml
32 lines (31 loc) · 1.46 KB
/
info.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
<?xml version="1.0"?>
<extension key="eu.tttp.exportexcel" type="module">
<file>exportexcel</file>
<downloadUrl>http://github.com/TechToThePeople/eu.tttp.excel/archive/master.zip</downloadUrl>
<name>Export to Excel</name>
<description>Excel isn't very good at importing csv files. If you have screamed at your computer with weird characters, long lines of gibberish and hair pulling, this extension is for you.
Technically, it isn't excel but an html table with a header that pretends to be excel. Close enough to trick excel to behave like it doesn't hate you too much.
</description>
<downloadUrl>https://github.com/TechToThePeople/eu.tttp.excel/archive/master.zip</downloadUrl>
<urls><url desc="Main Extension Page">http://github.com/TechToThePeople/eu.tttp.excel</url><url desc="Documentation">http://github.com/TechToThePeople/eu.tttp.excel</url><url desc="Support">http://forum.civicrm.org</url><url desc="Licensing">http://civicrm.org/licensing</url></urls>
<license>aGPL v3</license>
<maintainer>
<author>xavier dutoit</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2012-01-08</releaseDate>
<version>1.3</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.1</ver>
<ver>4.2</ver>
<ver>4.3</ver>
<ver>4.4</ver>
<ver>4.5</ver>
<ver>4.6</ver>
</compatibility>
<comments>Enable the extension and export, that's it</comments>
<civix>
<namespace>CRM/Exportexcel</namespace>
</civix>
</extension>