Subversion Repositories oidplus

Rev

Rev 1040 | Rev 1136 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
990 daniel-mar 1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<manifest
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"
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
 
1050 daniel-mar 7
        <type>ViaThinkSoft\OIDplus\OIDplusPagePluginPublic</type>
990 daniel-mar 8
 
9
        <info>
10
                <name>AltIds Tracking and Reverse Lookup</name>
11
                <author>Frdlweb</author>
12
                <license>MIT</license>
1050 daniel-mar 13
                <version>1.0.3</version>
990 daniel-mar 14
                <descriptionHTML>
15
                <![CDATA[
16
                <a href="https://github.com/frdl/oidplus-plugin-alternate-id-tracking" target="_blank">AltIds Tracking and Reverse Lookup</a><br/>
17
                Track/Cache AltIds e.g. to enable reverse look-up of original identifiers by its alternate id.
18
                ]]>
19
                </descriptionHTML>
20
                <oid>1.3.6.1.4.1.37553.8.1.8.8.53354196964.641310544</oid>
21
        </info>
22
 
23
        <php>
1050 daniel-mar 24
                <mainclass>Frdlweb\OIDplus\OIDplusPagePublicAltIds</mainclass>
990 daniel-mar 25
        </php>
26
 
27
        <css>
28
        </css>
29
 
30
        <js>     
31
        </js>
32
 
33
</manifest>