workflow_pdf_converter/appinfo/info.xml

33 строки
1.8 KiB
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>workflow_pdf_converter</id>
<name>Automated PDF conversion</name>
<summary>Rule based conversion of Documents into the PDF format</summary>
<description>An app to trigger automatic conversion of documents to PDF. Based on admin defined rules, a background job file be set up when a matching file was created or written, or was assigned a tag. Then, LibreOffice is being utilized for converting the document.</description>
<version>2.0.0</version>
<licence>agpl</licence>
<author mail="coding@schilljs.com">Joas Schilling</author>
<author mail="blizzz@arthur-schiwon.de">Arthur Schiwon</author>
<namespace>WorkflowPDFConverter</namespace>
<types>
<filesystem/>
</types>
<category>files</category>
<category>tools</category>
<category>organization</category>
<category>workflow</category>
<website>https://github.com/nextcloud/workflow_pdf_converter</website>
<bugs>https://github.com/nextcloud/workflow_pdf_converter/issues</bugs>
<repository type="git">https://github.com/nextcloud/workflow_pdf_converter.git</repository>
<screenshot>https://raw.githubusercontent.com/nextcloud/workflow_pdf_converter/master/screenshots/flow-settings-ui.png</screenshot>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/workflow_pdf_converter/master/screenshots/management-apps_small.png">https://raw.githubusercontent.com/nextcloud/workflow_pdf_converter/master/screenshots/management-apps.png</screenshot>
<dependencies>
<nextcloud min-version="31" max-version="31" />
</dependencies>
</info>