Subversion Repositories oidplus

Rev

Rev 1050 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
709 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.12.1"
4
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1439 daniel-mar 5
        xsi:schemaLocation="urn:oid:1.3.6.1.4.1.37476.2.5.2.5.12.1 https://hosted.oidplus.com/viathinksoft/plugins/manifest_plugin_captcha.xsd">
709 daniel-mar 6
 
1050 daniel-mar 7
        <type>ViaThinkSoft\OIDplus\OIDplusCaptchaPlugin</type>
709 daniel-mar 8
 
9
        <info>
10
                <name>ViaThinkSoft Client Challenge</name>
11
                <author>ViaThinkSoft</author>
828 daniel-mar 12
                <license>Apache 2.0</license>
709 daniel-mar 13
                <version />
1022 daniel-mar 14
                <descriptionHTML>
15
                <![CDATA[
1023 daniel-mar 16
                <a href="https://github.com/danielmarschall/php_clientchallenge" target="_blank">Server requests using client challenges</a>, based on version 1.1.1<br/>
1022 daniel-mar 17
                ]]>
18
                </descriptionHTML>
709 daniel-mar 19
                <oid>1.3.6.1.4.1.37476.2.5.2.4.11.3</oid>
20
        </info>
21
 
22
        <php>
1050 daniel-mar 23
                <mainclass>ViaThinkSoft\OIDplus\OIDplusCaptchaPluginVtsClientChallenge</mainclass>
709 daniel-mar 24
        </php>
25
 
26
        <css>
27
        </css>
28
 
29
        <js>
1018 daniel-mar 30
                <file>OIDplusCaptchaPluginVtsClientChallenge.js</file>
709 daniel-mar 31
        </js>
32
 
33
        <cssSetup>
34
        </cssSetup>
35
 
36
        <jsSetup>
37
                <file>OIDplusCaptchaPluginVtsClientChallengeSetup.js</file>
38
        </jsSetup>
39
 
40
</manifest>