Subversion Repositories oidplus

Rev

Rev 1050 | View as "text/xml" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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"
  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">
  6.  
  7.         <type>ViaThinkSoft\OIDplus\OIDplusCaptchaPlugin</type>
  8.  
  9.         <info>
  10.                 <name>ViaThinkSoft Client Challenge</name>
  11.                 <author>ViaThinkSoft</author>
  12.                 <license>Apache 2.0</license>
  13.                 <version />
  14.                 <descriptionHTML>
  15.                 <![CDATA[
  16.                 <a href="https://github.com/danielmarschall/php_clientchallenge" target="_blank">Server requests using client challenges</a>, based on version 1.1.1<br/>
  17.                 ]]>
  18.                 </descriptionHTML>
  19.                 <oid>1.3.6.1.4.1.37476.2.5.2.4.11.3</oid>
  20.         </info>
  21.  
  22.         <php>
  23.                 <mainclass>ViaThinkSoft\OIDplus\OIDplusCaptchaPluginVtsClientChallenge</mainclass>
  24.         </php>
  25.        
  26.         <css>
  27.         </css>
  28.  
  29.         <js>
  30.                 <file>OIDplusCaptchaPluginVtsClientChallenge.js</file>
  31.         </js>
  32.  
  33.         <cssSetup>
  34.         </cssSetup>
  35.  
  36.         <jsSetup>
  37.                 <file>OIDplusCaptchaPluginVtsClientChallengeSetup.js</file>
  38.         </jsSetup>
  39.  
  40. </manifest>
  41.