forked from pluginsGLPI/telegrambot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
telegrambot.xml
59 lines (58 loc) · 2.15 KB
/
telegrambot.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
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
<root>
<name>TelegramBot</name>
<key>telegrambot</key>
<!-- stable, beta, development, alpha, ... -->
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/telegrambot/master/telegrambot.png</logo>
<description>
<short>
<!-- Add as many lang tag you want -->
<en>TelegramBot GLPI plugin.</en>
</short>
<long>
<!-- Add as many lang tag you want -->
<en>
Telegram bot for GLPI.
Video Preview
--------
https://youtu.be/TKqIpIaAIAE
</en>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/telegrambot</homepage>
<download>https://github.com/pluginsGLPI/telegrambot/releases</download>
<issues>https://github.com/pluginsGLPI/telegrambot/issues</issues>
<readme>https://github.com/pluginsGLPI/telegrambot/blob/master/README.md</readme>
<authors>
<!-- Add as many author tag you want -->
<author>Truly Systems</author>
</authors>
<versions>
<!-- Add as many version tag you want -->
<version>
<num>2.0.0</num>
<!-- Add as many compatibility tag you want -->
<compatibility>9.2</compatibility>
</version>
</versions>
<langs>
<!-- Add as many lang tag you want -->
<lang>en_GB</lang>
</langs>
<license>GPL V3+</license>
<tags>
<en>
<tag>Telegram</tag>
<tag>Bot</tag>
<tag>Notification</tag>
<tag>Message</tag>
</en>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/telegrambot/master/screenshots/screenshot1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/telegrambot/master/screenshots/screenshot2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/telegrambot/master/screenshots/screenshot3.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/telegrambot/master/screenshots/screenshot4.png</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/telegrambot/master/screenshots/screenshot5.png</screenshot>
</screenshots>
</root>