Your IP : 216.73.216.231


Current Path : /home/digilove/public_html/plugins/content/aimyindexnow/
Upload File :
Current File : /home/digilove/public_html/plugins/content/aimyindexnow/aimyindexnow.xml

<?xml version="1.0" encoding="UTF-8"?>
<extension version="3.0" type="plugin" group="content" method="upgrade">
    <name>Content - Aimy IndexNow (PRO)</name>
    <creationDate>2024-10-15</creationDate>
    <author>Aimy Extensions (Netzum Sorglos Software GmbH)</author>
    <authorEmail>info@aimy-extensions.com</authorEmail>
    <authorUrl>https://www.aimy-extensions.com/</authorUrl>
    <copyright>2022-2024 Aimy Extensions, Netzum Sorglos Software GmbH</copyright>
    <license>GNU General Public License (GPL) v2</license>
    <version>6.0</version>
    <description>IndexNow support for your website (PRO)</description>
    <dlid prefix="dl_key=" suffix="" />
    <scriptfile>install-hints.php</scriptfile>
    <files>
        <filename plugin="aimyindexnow">aimyindexnow.php</filename>
        <filename>notifier.php</filename>
        <filename>info.php</filename>
        <folder>fields</folder>
        <folder>helpers</folder>
        <filename>sitemap.php</filename>
        <filename>index.html</filename>
    </files>
    <media destination="plg_aimyindexnow" folder="media">
        <filename>aimy-logo_340x327.png</filename>
        <filename>wait.gif</filename>
        <filename>keygen.js</filename>
        <filename>submit.js</filename>
        <filename>index.html</filename>
    </media>
    <languages>
        <language tag="en-GB">i18n/en-GB.plg_content_aimyindexnow.ini</language>
        <language tag="de-DE">i18n/de-DE.plg_content_aimyindexnow.ini</language>
        <language tag="es-ES">i18n/es-ES.plg_content_aimyindexnow.ini</language>
        <language tag="fa-IR">i18n/fa-IR.plg_content_aimyindexnow.ini</language>
        <language tag="prs-AF">i18n/prs-AF.plg_content_aimyindexnow.ini</language>
    </languages>
    <config>
      <fields name="params"
        addfieldpath="/plugins/content/aimyindexnow/fields/">
        <fieldset name="basic">
          <field name="key" type="indexnowkey" default=""
            class="inputbox"
            required="true"
            label="AIMY_IN_KEY_LBL"
            description="AIMY_IN_KEY_DSC" />
          <field name="min-submit-interval"
            type="integer"
            default="10"
            class="inputbox"
            label="AIMY_IN_MIN_SUBMIT_INTERVAL_LBL"
            description="AIMY_IN_MIN_SUBMIT_INTERVAL_DSC"
            first="10"
            last="60"
            step="5" />
          <field name="mode"
            type="radio" default="ask"
            class="btn-group"
            labelclass="control-group"
            label="AIMY_IN_MODE_LBL"
            description="AIMY_IN_MODE_DSC">
              <option value="ask">AIMY_IN_MODE_ASK</option>
              <option value="auto">AIMY_IN_MODE_AUTO</option>
              <option value="off">AIMY_IN_MODE_OFF</option>
          </field>
          <field name="disable-local"
            type="radio" default="1"
            class="btn-group btn-group-yesno"
            labelclass="control-group"
            label="AIMY_IN_DISABLE_LOCAL_LBL"
            description="AIMY_IN_DISABLE_LOCAL_DSC">
              <option value="1">JYES</option>
              <option value="0">JNO</option>
          </field>
          <field name="exclude-patterns"
            type="textarea"
            class="inputbox"
            rows="10"
            cols="30"
            default="*.gif&#13;&#10;*/sampledata/*&#13;&#10;*/cache/*&#13;&#10;*/thumbs/*&#13;&#10;*/component/*&#13;&#10;*/media/system/*&#13;&#10;*/assets/*&#13;&#10;*/checkout/*"
            label="AIMY_IN_EXCLUDE_PATTERNS_LBL"
            description="AIMY_IN_EXCLUDE_PATTERNS_DSC" />
          </fieldset>
          <fieldset name="content-support"
            label="AIMY_IN_CONTENT_SUPPORT_TAB_LBL"
            description="AIMY_IN_CONTENT_SUPPORT_TAB_DSC">
          <field name="support-com_content"
            type="radio" default="1"
            class="btn-group btn-group-yesno"
            labelclass="control-group"
            label="AIMY_IN_SUPPORT_COM_CONTENT_LBL">
              <option value="1">JYES</option>
              <option value="0">JNO</option>
          </field>
          <field name="support-com_categories"
            type="radio"
            default="0"
            class="btn-group btn-group-yesno aimy-pro-feature"
            labelclass="control-group"
            label="AIMY_IN_SUPPORT_COM_CATEGORIES_LBL">
              <option value="1">JYES</option>
              <option value="0">JNO</option>
          </field>
          <field name="support-com_media"
            type="radio"
            default="1"
            class="btn-group btn-group-yesno aimy-pro-feature"
            labelclass="control-group"
            label="AIMY_IN_SUPPORT_COM_MEDIA_LBL">
              <option value="1">JYES</option>
              <option value="0">JNO</option>
          </field>
          <field name="support-com_tags"
            type="radio"
            default="0"
            class="btn-group btn-group-yesno aimy-pro-feature"
            labelclass="control-group"
            label="AIMY_IN_SUPPORT_COM_TAGS_LBL">
              <option value="1">JYES</option>
              <option value="0">JNO</option>
          </field>
        </fieldset>
        <fieldset name="sitemap-support"
            label="AIMY_IN_SITEMAP_SUPPORT_TAB_LBL"
            description="AIMY_IN_SITEMAP_SUPPORT_TAB_DSC">
          <field name="pass-to-sitemap"
            type="radio"
            default="0"
            class="btn-group btn-group-yesno aimy-pro-feature"
            labelclass="control-group"
            label="AIMY_IN_PASS_TO_SITEMAP_LBL"
            description="AIMY_IN_PASS_TO_SITEMAP_DSC">
              <option value="1">JYES</option>
              <option value="0">JNO</option>
          </field>
          <field name="write-sitemap"
            type="radio"
            default="0"
            class="btn-group btn-group-yesno"
            labelclass="control-group"
            showon="pass-to-sitemap:1"
            label="AIMY_IN_WRITE_SITEMAP_LBL"
            description="AIMY_IN_WRITE_SITEMAP_DSC">
              <option value="1">JYES</option>
              <option value="0">JNO</option>
          </field>
        </fieldset>
        <fieldset name="key" label="AIMY_IN_KEY_TAB_LBL">
          <field name="dl_key" type="aimydownloadkey" default=""
            class="inputbox"
            required="false"
            filter="cmd"
            label="AIMY_IN_DL_KEY_LBL" />
        </fieldset>
      </fields>
    </config>
    <updateservers>
      <server
        type="extension"
        priority="1"
        name="Aimy IndexNow PRO Update Server">http://updates.aimy-extensions.com/joomla/plg_aimyindexnow-pro.xml</server>
    </updateservers>
</extension>