<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  <id>ownpad</id>
  <name>Ownpad</name>
  <summary><![CDATA[Create and open Etherpad and Ethercalc documents.]]></summary>
  <description><![CDATA[Ownpad is a Nextcloud application that allows to create and open Etherpad and Ethercalc documents.

This application requires to have access to an instance of <a href="https://etherpad.org/">Etherpad</a> and/or <a href="https://ethercalc.net/">Ethercalc</a> to work properly.]]></description>
  <version>0.13.2</version>
  <licence>agpl</licence>
  <author mail="olivier.tetard@miskin.fr">Olivier Tétard</author>
  <documentation>
    <user>https://github.com/otetard/ownpad/blob/master/README.md#mimetype-detection</user>
  </documentation>
  <category>office</category>
  <bugs>https://github.com/otetard/ownpad/issues</bugs>
  <repository>https://github.com/otetard/ownpad</repository>
  <screenshot small-thumbnail="https://raw.githubusercontent.com/otetard/ownpad/main/screenshots/1-small.png">https://raw.githubusercontent.com/otetard/ownpad/main/screenshots/1.png</screenshot>
  <dependencies>
    <nextcloud min-version="29" max-version="31" />
  </dependencies>
  <repair-steps>
    <post-migration>
      <step>OCA\Ownpad\Migration\MigrateSettings</step>
      <step>OCA\Ownpad\Migration\ConfigPublicEnable</step>
      <step>OCA\Ownpad\Migration\RegisterMimeType</step>
    </post-migration>
    <uninstall>
      <step>OCA\Ownpad\Migration\UnregisterMimeType</step>
    </uninstall>
  </repair-steps>
  <settings>
    <admin>OCA\Ownpad\Settings\AdminSettings</admin>
  </settings>
  <ocsid>174679</ocsid>
</info>
