Subversion Repositories oidplus

Rev

Rev 838 | Rev 1055 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 838 Rev 1050
Line 2... Line 2...
2
<manifest
2
<manifest
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1"
3
        xmlns="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_page.xsd">
5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.2.1 https://oidplus.viathinksoft.com/oidplus/plugins/manifest_plugin_page.xsd">
6
 
6
 
7
        <type>OIDplusPagePluginPublic</type>
7
        <type>ViaThinkSoft\OIDplus\OIDplusPagePluginPublic</type>
8
 
8
 
9
        <info>
9
        <info>
10
                <name>UITweaks</name>
10
                <name>UITweaks</name>
11
                <author>tushev.org</author>
11
                <author>tushev.org</author>
12
                <license>MIT</license>
12
                <license>MIT</license>
13
                <version>1.1</version>
13
                <version>1.1.1</version>
14
                <descriptionHTML>
14
                <descriptionHTML>
15
                <![CDATA[
15
                <![CDATA[
16
                <a href="https://github.com/tushev/uitweaks-oidplus-plugin" target="_blank">UITweaks plugin for OIDplus 2.0</a>:
16
                <a href="https://github.com/tushev/uitweaks-oidplus-plugin" target="_blank">UITweaks plugin for OIDplus 2.0</a>:
17
                <ul>
17
                <ul>
18
                <li>Fully expand Objects tree on page reload</li>
18
                <li>Fully expand Objects tree on page reload</li>
Line 26... Line 26...
26
                </descriptionHTML>
26
                </descriptionHTML>
27
                <oid>1.3.6.1.4.1.37476.9000.146.2.109.2000</oid>
27
                <oid>1.3.6.1.4.1.37476.9000.146.2.109.2000</oid>
28
        </info>
28
        </info>
29
 
29
 
30
        <php>
30
        <php>
31
                <mainclass>OIDplusPagePublicUITweaks</mainclass>
31
                <mainclass>TushevOrg\OIDplus\OIDplusPagePublicUITweaks</mainclass>
32
        </php>
32
        </php>
33
 
33
 
34
        <css>
34
        <css>
35
        </css>
35
        </css>
36
 
36