Subversion Repositories oidplus

Rev

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

Rev Author Line No. Line
939 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>
939 daniel-mar 8
 
9
        <info>
10
                <name>RDAP</name>
11
                <author>Frdlweb</author>
12
                <license>MIT</license>
1284 daniel-mar 13
                <version>0.3.2+viathinksoft20230518</version>
939 daniel-mar 14
                <descriptionHTML>
15
                <![CDATA[
16
                <a href="https://github.com/frdl/oidplus-frdlweb-rdap" target="_blank">RDAP plugin for OIDplus 2.0</a>
17
                ]]>
18
                </descriptionHTML>
19
                <oid>1.3.6.1.4.1.37476.9000.108.1276945</oid>
20
        </info>
21
        <php>
1050 daniel-mar 22
                <mainclass>Frdlweb\OIDplus\OIDplusPagePublicRdap</mainclass>
939 daniel-mar 23
        </php>
24
 
25
 
26
</manifest>