forked from tomolimo/processmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprocessmaker.xml
53 lines (53 loc) · 2.07 KB
/
processmaker.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
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Processmaker</name>
<key>processmaker</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/tomolimo/processmaker/master/processmaker.png</logo>
<description>
<short>
<fr>Ce plugin fournit la possibilité d'intégrer un processus (workflow) aux tickets.</fr>
<en>This plugin provides a process (workflow) management linked to tickets.</en>
</short>
<long>
<en>This plugin is dedicated to provide a process (workflow) management linked to tickets. This goal is achieved using ProcessMaker (URL: http://www.processmaker.com/). ProcessMaker will provide Process design and Workflow execution. This plugin is the glue between GLPI and ProcessMaker.</en>
<fr>Ce plugin est dédié à la gestion de processus (workflows) liés à des tickets. Ce but est atteint par l'utilisation de ProcessMaker (URL: http://www.processmaker.com/). ProcessMaker fournit un outil graphique de création de processus et permet l'exécution de ceux-ci. Ce plugin sert de glue entre GLPI et ProcessMaker.</fr>
</long>
</description>
<homepage>https://github.com/tomolimo/processmaker</homepage>
<download>https://github.com/tomolimo/processmaker/releases</download>
<issues>https://github.com/tomolimo/processmaker/issues</issues>
<readme>https://github.com/tomolimo/processmaker/wiki</readme>
<authors>
<author>Olivier Moron</author>
</authors>
<versions>
<version>
<num>3.2.8</num>
<compatibility>9.2</compatibility>
</version>
<version>
<num>3.2.8</num>
<compatibility>9.1</compatibility>
</version>
</versions>
<langs>
<lang>en_gb</lang>
<lang>fr_fr</lang>
</langs>
<license>GPL v2+</license>
<tags>
<fr>
<tag>Processus</tag>
<tag>Workflow</tag>
<tag>Helpdesk</tag>
<tag>Tickets</tag>
</fr>
<en>
<tag>Processes</tag>
<tag>Helpdesk</tag>
<tag>Workflows</tag>
<tag>Tickets</tag>
</en>
</tags>
</root>