workflow_script/appinfo/info.xml

27 строки
1.1 KiB
XML

<?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>workflow_script</id>
<name>Workflow external scripts</name>
<summary>Rule based processing of files through specified external scripts</summary>
<description>Pass files on to external scripts depending on a defined set of rules.</description>
<version>1.12.2</version>
<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de">Arthur Schiwon</author>
<namespace>WorkflowScript</namespace>
<types>
<filesystem/>
</types>
<category>files</category>
<category>tools</category>
<category>organization</category>
<category>workflow</category>
<website>https://github.com/nextcloud/workflow_script</website>
<bugs>https://github.com/nextcloud/workflow_script/issues</bugs>
<repository type="git">https://github.com/nextcloud/workflow_script.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/workflow_script/master/screenshots/flow-ui.png</screenshot>
<dependencies>
<nextcloud min-version="27" max-version="27" />
</dependencies>
</info>