-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwikit.xml
More file actions
66 lines (66 loc) · 2.43 KB
/
wikit.xml
File metadata and controls
66 lines (66 loc) · 2.43 KB
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
65
66
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Wikit ChatBot</name>
<key>wikit</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/InfotelGLPI/wikit/master/wikit.png</logo>
<description>
<short>
<fr><![CDATA[Ce plugin permet d'ajouter un lien avec le ChatBot Wikit]]></fr>
<en><![CDATA[This plugin allows you to add a link with the ChatBot Wikit]]></en>
</short>
<long>
<fr><![CDATA[Ce plugin permet d'ajouter un lien avec le ChatBot Wikit]]></fr>
<en><![CDATA[This plugin allows you to add a link with the ChatBot Wikit]]></en>
</long>
</description>
<homepage>https://github.com/InfotelGLPI/wikit</homepage>
<download>https://github.com/InfotelGLPI/wikit/releases</download>
<issues>https://github.com/InfotelGLPI/wikit/issues</issues>
<readme>https://raw.githubusercontent.com/InfotelGLPI/wikit/master/README.md</readme>
<authors>
<author>Xavier CAILLAUD</author>
<author>Infotel</author>
</authors>
<versions>
<version>
<num>2.0.0</num>
<compatibility>~11.0</compatibility>
<download_url>https://github.com/InfotelGLPI/wikit/releases/download/2.0.0/glpi-wikit-2.0.0.tar.bz2</download_url>
</version>
<version>
<num>1.1.1</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/wikit/releases/download/1.1.1/glpi-wikit-1.1.1.tar.bz2</download_url>
</version>
<version>
<num>1.1.0</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/wikit/releases/download/1.1.0/glpi-wikit-1.1.0.tar.bz2</download_url>
</version>
<version>
<num>1.0.0</num>
<compatibility>~10.0</compatibility>
<download_url>https://github.com/InfotelGLPI/wikit/releases/download/1.0.0/glpi-wikit-1.0.0.tar.bz2</download_url>
</version>
</versions>
<langs>
<lang>fr_FR</lang>
<lang>en_GB</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<fr>
<tag>Ticket</tag>
<tag>ChatBot</tag>
<tag>Wikit</tag>
</fr>
<en>
<tag>Ticket</tag>
<tag>ChatBot</tag>
<tag>Wikit</tag>
</en>
</tags>
<screenshots>
</screenshots>
</root>