<?xml version="1.0" encoding="UTF-8"?>
<ajxp_plugin id="shorten.multi" enabled="false" label="CONF_MESSAGE[multi URL Shortener]" description="CONF_MESSAGE[Shorten Download Links before sending them back to the user.]"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
    <plugin_info>
        <plugin_author>Miguelon</plugin_author>
        <core_relation packaged="true" tested_version="6.4"/>
    </plugin_info>
    <client_settings>
        <resources>
            <i18n namespace="multi_shortener" path="plugins/shorten.multi/i18n" />
        </resources>
    </client_settings>
    <server_settings>
		<global_param name="SHORTEN_TYPE" type="group_switch:shorten_type" label="CONF_MESSAGE[Shorten type]" description="CONF_MESSAGE[Shorten type]" mandatory="true" default="0"/>
        <global_param group_switch_name="shorten_type" group_switch_label="adF.ly" group_switch_value="adF.ly" name="shorten_type" type="hidden" label="" description="" mandatory="false" default="0"/>
        <global_param group_switch_name="shorten_type" group_switch_label="adF.ly" group_switch_value="adF.ly" name="ADFLY_UID" type="string" label="CONF_MESSAGE[User ID]" description="CONF_MESSAGE[adF.ly account user ID. The numbers after -= ?id= =- in of your referral program's URL]" mandatory="false"/>
        <global_param group_switch_name="shorten_type" group_switch_label="adF.ly" group_switch_value="adF.ly" name="ADFLY_APIKEY" type="string" label="CONF_MESSAGE[API Key]" description="CONF_MESSAGE[adF.ly account API Key]" mandatory="false"/>
        <global_param group_switch_name="shorten_type" group_switch_label="adF.ly" group_switch_value="adF.ly" name="ADFLY_TYPE" type="select" choices="int|CONF_MESSAGE[FullScreen],banner|CONF_MESSAGE[Banner]" label="CONF_MESSAGE[Type of ADS]" description="CONF_MESSAGE[Type of AD you like to show. Select Fullscreen AD or Top banner AD]" mandatory="false"/>
        <global_param group_switch_name="shorten_type" group_switch_label="adF.ly" group_switch_value="adF.ly" name="ADFLY_DOMAIN" type="select" choices="adf.ly|adF.ly,q.gs|q.Gs" label="CONF_MESSAGE[Short domain]" description="CONF_MESSAGE[adF.ly or q.gs domains, select wich you like]" mandatory="false"/>
        <global_param group_switch_name="shorten_type" group_switch_label="bit.ly" group_switch_value="bit.ly" name="shorten_type" type="hidden" label="" description="" mandatory="false" default="1"/>
        <global_param group_switch_name="shorten_type" group_switch_label="bit.ly" group_switch_value="bit.ly" name="BITLY_USER" type="string" label="CONF_MESSAGE[User Name]" description="CONF_MESSAGE[Bit.ly account user name]" mandatory="false"/>
        <global_param group_switch_name="shorten_type" group_switch_label="bit.ly" group_switch_value="bit.ly" name="BITLY_APIKEY" type="string" label="CONF_MESSAGE[API Key]" description="CONF_MESSAGE[Bit.ly account API Key]" mandatory="false"/>
        <global_param group_switch_name="shorten_type" group_switch_label="goo.gl" group_switch_value="goo.gl" name="shorten_type" type="hidden" label="" description="" mandatory="false" default="2"/>
        <global_param group_switch_name="shorten_type" group_switch_label="goo.gl" group_switch_value="goo.gl" name="GOOGL_APIKEY" type="string" label="CONF_MESSAGE[API Key]" description="CONF_MESSAGE[API Key]" mandatory="false"/>
        <global_param group_switch_name="shorten_type" group_switch_label="po.st" group_switch_value="po.st" name="shorten_type" type="hidden" label="" description="" mandatory="false" default="3"/>
        <global_param group_switch_name="shorten_type" group_switch_label="po.st" group_switch_value="po.st" name="POST_APIKEY" type="string" label="CONF_MESSAGE[API Key]" description="CONF_MESSAGE[API Key]" mandatory="false"/>
		<global_param group_switch_name="shorten_type" group_switch_label="yourls" group_switch_value="yourls" name="shorten_type" type="hidden" label="" description="" mandatory="false" default="4"/>
		<global_param group_switch_name="shorten_type" group_switch_label="yourls" group_switch_value="yourls" name="YOURLS_DOMAIN" type="string" label="CONF_MESSAGE[Short domain]" description="CONF_MESSAGE[Yourls domain]" mandatory="false"/>
		<global_param group_switch_name="shorten_type" group_switch_label="yourls" group_switch_value="yourls" name="YOURLS_APIKEY" type="string" label="CONF_MESSAGE[API Key]" description="CONF_MESSAGE[API Key]" mandatory="false"/>
		<global_param group_switch_name="shorten_type" group_switch_label="yourls" group_switch_value="yourls" name="YOURLS_USEIDN" type="boolean" label="CONF_MESSAGE[Use IDN]" description="CONF_MESSAGE[Use IDN]" mandatory="false" default="false"/>
    </server_settings>
	<registry_contributions>
        <hooks>
            <serverCallback methodName="processShortenHook" hookName="url.shorten"/>
        </hooks>
	</registry_contributions>
	<class_definition filename="plugins/shorten.multi/MultiShortener.php" classname="Pydio\LinkShortener\MultiShortener"/>
    <dependencies>
        <activePlugin pluginName="action.share"/>
    </dependencies>
</ajxp_plugin>
