-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrules.xml
45 lines (45 loc) · 1.33 KB
/
rules.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
<root>
<name>Rules</name>
<key>rules</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/jsamaniegog/linesmanager/master/pics/logo.gif</logo>
<description>
<short>
<es>Reglas.</es>
<en>Rules.</en>
</short>
<long>
<es>Añade nuevas reglas para los elementos de GLPI.</es>
<en>Adds new rules for the items of GLPI.</en>
</long>
</description>
<homepage>https://github.com/jsamaniegog/rules</homepage>
<download>https://github.com/jsamaniegog/rules/releases/latest</download>
<issues>https://github.com/jsamaniegog/rules/issues</issues>
<readme>https://github.com/jsamaniegog/rules/blob/master/README.md</readme>
<authors>
<author>Javier Samaniego García</author>
</authors>
<versions>
<version>
<num>0.1.0</num>
<compatibility>9.1</compatibility>
</version>
<version>
<num>0.2.0</num>
<compatibility>9.3</compatibility>
</version>
</versions>
<langs>
<lang>es_ES</lang>
<lang>en_GB</lang>
</langs>
<license>GPL v2+</license>
<tags>
<es>reglas</es>
<en>rules</en>
</tags>
<!--<screenshots>-->
<!--<screenshot></screenshot>-->
<!--</screenshots>-->
</root>