-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
18 lines (18 loc) · 786 Bytes
/
plugin.xml
File metadata and controls
18 lines (18 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<e107Plugin name="KBase" lan="KBase" version="2.0" date="2015-07-06" compatibility="2.0" installRequired="true" >
<author name="Barry Keal G4HDU" url="http://www.keal.me.uk" />
<summary>Knowledgebase plugin</summary>
<description lan="LAN_KBASE_DESC">A knowledgebase plugin to file and retrieve knowledgebase articles.</description>
<category>General</category>
<keywords>
<word>kbase</word>
<word>information</word>
<word>help</word>
</keywords>
<adminLinks>
<link url='admin_config.php' description='Configure Knowledgebase Plugin' icon='images/kbase_32.png' iconSmall='images/kbase_16.png' primary='true' >LAN_CONGIGURE</link>
</adminLinks>
<pluginPrefs>
<pref name="kbase_userclass">255</pref>
</pluginPrefs>
</e107Plugin>