-
Notifications
You must be signed in to change notification settings - Fork 11
/
gantt.xml
74 lines (74 loc) · 2.8 KB
/
gantt.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<root>
<name>gantt</name>
<key>gantt</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/gantt/main/gantt.png</logo>
<description>
<short>
<en>gantt GLPI plugin.</en>
<fr>Plugin GLPI gantt</fr>
</short>
<long>
<en>Add a gantt tab to GLPI projects items. The feature was removed in GLPI core from 10.0.1 version.</en>
<fr>Ajoute un onglet Gantt aux objets projet de GLPI. La fonctionnalité a été retiré du coeur de GLPI depuis la version 10.0.1.</fr>
</long>
</description>
<homepage>https://github.com/pluginsGLPI/gantt</homepage>
<download>https://github.com/pluginsGLPI/gantt/releases</download>
<issues>https://github.com/pluginsGLPI/gantt/issues</issues>
<readme>https://github.com/pluginsGLPI/gantt/blob/master/README.md</readme>
<authors>
<author>Teclib'</author>
</authors>
<versions>
<version>
<num>1.1.0</num>
<compatibility>^10.0.1</compatibility>
<download_url>https://github.com/pluginsGLPI/gantt/releases/download/1.1.0/glpi-gantt-1.1.0.tar.bz2</download_url>
</version>
<version>
<num>1.0.4</num>
<compatibility>^10.0.1</compatibility>
<download_url>https://github.com/pluginsGLPI/gantt/releases/download/1.0.4/glpi-gantt-1.0.4.tar.bz2</download_url>
</version>
<version>
<num>1.0.3</num>
<compatibility>^10.0.1</compatibility>
<download_url>https://github.com/pluginsGLPI/gantt/releases/download/1.0.3/glpi-gantt-1.0.3.tar.bz2</download_url>
</version>
<version>
<num>1.0.2</num>
<compatibility>^10.0.1</compatibility>
<download_url>https://github.com/pluginsGLPI/gantt/releases/download/1.0.2/glpi-gantt-1.0.2.tar.bz2</download_url>
</version>
<version>
<num>1.0.1</num>
<compatibility>^10.0.1</compatibility>
<download_url>https://github.com/pluginsGLPI/gantt/releases/download/1.0.1/glpi-gantt-1.0.1.tar.bz2</download_url>
</version>
<version>
<num>1.0.0</num>
<compatibility>^10.0.1</compatibility>
<download_url>https://github.com/pluginsGLPI/gantt/releases/download/1.0.0/glpi-gantt-1.0.0.tar.bz2</download_url>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>fr_FR</lang>
</langs>
<license>GPL-2.0-or-later</license>
<tags>
<en>
<tag>Project</tag>
<tag>Gantt</tag>
</en>
<fr>
<tag>Projet</tag>
<tag>Gantt</tag>
</fr>
</tags>
<screenshots>
<screenshot>https://github.com/pluginsGLPI/gantt/raw/main/screenshots/project_tab.png</screenshot>
<screenshot>https://github.com/pluginsGLPI/gantt/raw/main/screenshots/create_task.png</screenshot>
</screenshots>
</root>