-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.xml
More file actions
23 lines (23 loc) · 887 Bytes
/
plugin.xml
File metadata and controls
23 lines (23 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<name>
<lang name="default">Tagextender</lang>
<lang name="russian">Tagextender - расширение тегов</lang>
</name>
<author>
<lang name="default">kpoxas</lang>
<lang name="russian">kpoxas</lang>
</author>
<homepage>http://livestreet.ru</homepage>
<version>1.0.2</version>
<requires>
<livestreet>1.0.1</livestreet>
<plugins>
</plugins>
</requires>
<description>
<lang name="default">Разбивает теги на группы с возможностью подвязать их любому типу топика или блога</lang>
<lang name="russian">Adds ability to create tag groups and relate them to any blog or topic type</lang>
</description>
<settings>{admin}tagextender/</settings>
</plugin>