forked from InfotelGLPI/tasklists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtasklists.xml
90 lines (90 loc) · 4.21 KB
/
tasklists.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Tasks List (Kanban)</name>
<key>tasklists</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/InfotelGLPI/tasklists/master/tasklists.png</logo>
<description>
<short>
<fr><![CDATA[Ajout d'une gestion de tâches & kanban. Ce plugin permet d'ajouter dans GLPI, une interface pour saisir des tâches simples et de les gérer dans un kanban.]]></fr>
<en><![CDATA[Adding a management of tasks & kanban. This plugin adds in GLPI, an interface to input simple tasks & manage them in a kanban.]]></en>
<cs><![CDATA[Přidání správy jednoduchých úkolů. Tento zásuvný modul do GLPI přidá rozhraní pro zadávání jednoduchých úkolů.]]></cs>
</short>
<long>
<fr><![CDATA[Ce plugin permet d'ajouter dans GLPI, une interface pour saisir des tâches simples et de les gérer dans un kanban.<br />- Ajout de commentaires sur les tâches.<br />- Lien avec les tickets.<br />- Utilisation de gabarits<br />- Gestion des tâches archivées.<br />- Ajout de notes possibles sur les tâches.<br />- Peut être utilisé avec le collecteur de mail pour créer des tâches.<br />- Peut être utilisé avec le plugin mydashboard d'Infotel.]]></fr>
<en><![CDATA[This plugin adds in GLPI, an interface to input simple tasks & manage them in a kanban.<br />- Can add comments on tasks.<br />- Link with tickets.<br />- Can use templates.<br />- Manage archived tasks.<br />- Can add notes on tasks.<br />- Can be used with mail collector to create tasks.<br />- Can be used with mydashboard plugin of Infotel]]></en>
<cs><![CDATA[Tento zásuvný modul do GLPI přidá rozhraní pro zadávání jednoduchých úkolů.<br />- K úkolům je možné přidávat poznámky.<br />- Je možné použít s přivaděčem e-mailů a vytvářet úkoly skrze něj.<br />- Je možné použít se zásuvným modulem Moje nástěnka]]></cs>
</long>
</description>
<homepage>https://github.com/InfotelGLPI/tasklists</homepage>
<download>https://github.com/InfotelGLPI/tasklists/releases</download>
<issues>https://github.com/InfotelGLPI/tasklists/issues</issues>
<readme>https://github.com/InfotelGLPI/tasklists/wiki</readme>
<authors>
<author>Xavier Caillaud</author>
<author>Infotel</author>
</authors>
<versions>
<version>
<num>1.5.0</num>
<compatibility>9.4</compatibility>
</version>
<version>
<num>1.4.2</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.4.1</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.4.0</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.3.1</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.3.0</num>
<compatibility>9.3</compatibility>
</version>
<version>
<num>1.2.0</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>1.1.0</num>
<compatibility>9.1</compatibility>
</version>
<version>
<num>1.0.0</num>
<compatibility>0.90</compatibility>
</version>
</versions>
<langs>
<lang>fr_FR</lang>
<lang>en_GB</lang>
<lang>cs_CZ</lang>
<lang>fi_FI</lang>
</langs>
<license><![CDATA[GPL v2+]]></license>
<tags>
<fr>
<tag>Taches</tag>
<tag>Kanban</tag>
</fr>
<en>
<tag>Tasks</tag>
<tag>Kanban</tag>
</en>
<cs>
<tag>Úkoly</tag>
</cs>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/InfotelGLPI/tasklists/master/screenshots/kanban.png</screenshot>
<screenshot>https://raw.githubusercontent.com/InfotelGLPI/tasklists/master/screenshots/addTask.png</screenshot>
<screenshot> https://raw.githubusercontent.com/InfotelGLPI/tasklists/master/screenshots/Tasks%20list%20from%20Dashboard.png</screenshot>
</screenshots>
</root>