Skip to content

Commit 771aab4

Browse files
committed
retrieve XML and PNG from SVN (old @tsmr commit)
1 parent bafa0ad commit 771aab4

2 files changed

Lines changed: 85 additions & 0 deletions

File tree

treeview.png

1.37 KB
Loading

treeview.xml

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<root>
3+
<name>Tree View</name>
4+
<key>treeview</key>
5+
<state>stable</state>
6+
<logo>https://github.com/pluginsGLPI/treeview/blob/master/treeview.png?raw=true</logo>
7+
<description>
8+
<short>
9+
<fr><![CDATA[Vue en arborescence. Ce plugin vous permet de voir votre parc GLPI sous forme d’arborescence.]]></fr>
10+
<en><![CDATA[Tree view. This plugin allows you to see your asset with tree view.]]></en>
11+
</short>
12+
<long>
13+
<fr><![CDATA[Ce plugin vous permet de voir votre parc GLPI sous forme d’arborescence.<br />-Possibilité d'utiliser les répertoires des lieux sous forme de liens<br />-Les noeuds peuvent être en surbrillance.<br />-L'arborescence peut être dessinée avec des lignes ou des icônes.<br />-Possibilité de lancement du plugin au démarrage de GLPI]]></fr>
14+
<en><![CDATA[This plugin allows you to see your asset with tree view.<br />-Should folders be links<br />-Nodes can be highlighted.<br />-Tree can be drawn with lines or pics.<br />-The plugin can be launched when GLPI loading]]></en>
15+
</long>
16+
</description>
17+
<homepage>https://github.com/pluginsGLPI/treeview</homepage>
18+
<download>https://github.com/pluginsGLPI/treeview/releases</download>
19+
<issues>https://github.com/pluginsGLPI/treeview/issues</issues>
20+
<readme>https://github.com/pluginsGLPI/treeview/wiki</readme>
21+
<authors>
22+
<author>Xavier Caillaud</author>
23+
<author>Hussein AL-Rubeiy</author>
24+
<author>Nelly Mahu-Lasson</author>
25+
<author>Teclib'</author>
26+
</authors>
27+
<versions>
28+
<version>
29+
<num>1.6.2</num>
30+
<compatibility>0.84</compatibility>
31+
</version>
32+
<version>
33+
<num>1.6.1</num>
34+
<compatibility>0.83.3</compatibility>
35+
</version>
36+
<version>
37+
<num>1.6.0</num>
38+
<compatibility>0.83</compatibility>
39+
</version>
40+
<version>
41+
<num>1.5.0</num>
42+
<compatibility>0.80</compatibility>
43+
</version>
44+
<version>
45+
<num>1.4.0</num>
46+
<compatibility>0.78</compatibility>
47+
</version>
48+
<version>
49+
<num>1.2.1</num>
50+
<compatibility>0.72</compatibility>
51+
</version>
52+
<version>
53+
<num>1.2.0</num>
54+
<compatibility>0.72</compatibility>
55+
</version>
56+
<version>
57+
<num>1.1</num>
58+
<compatibility>0.71</compatibility>
59+
</version>
60+
<version>
61+
<num>1.0</num>
62+
<compatibility>0.70</compatibility>
63+
</version>
64+
</versions>
65+
<langs>
66+
<lang>de_DE</lang>
67+
<lang>en_GB</lang>
68+
<lang>fr_FR</lang>
69+
<lang>nl_NL</lang>
70+
<lang>ru_RU</lang>
71+
</langs>
72+
<license><![CDATA[GPL v2+]]></license>
73+
<tags>
74+
<fr>
75+
<tag>Vue</tag>
76+
<tag>Arborescence</tag>
77+
<tag>Gestion</tag>
78+
</fr>
79+
<en>
80+
<tag>View</tag>
81+
<tag>Tree</tag>
82+
<tag>Management</tag>
83+
</en>
84+
</tags>
85+
</root>

0 commit comments

Comments
 (0)