nextcloud-printer/appinfo/info.xml
2020-06-06 11:23:15 +02:00

34 lines
1.5 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>printer</id>
<name>Printer</name>
<summary>Allows to print files directly inside Nextcloud to a printer.</summary>
<description>
Please check the Readme on Github on how to set up this app!
Allows users to print files using the CUPS/LPR printing ecosystem.
Just open the details view of the file (Sidebar). There should be a new tab called "Printer".
Select the orientation of your printed file and it will be sent to your printer.
If you want to print it again, just click on the reload button.
</description>
<version>0.0.3</version>
<licence>agpl</licence>
<author>e-alfred</author>
<types>
<filesystem/>
</types>
<documentation>
<user>https://github.com/e-alfred/nextcloud-printer/blob/master/README.md</user>
<admin>https://github.com/e-alfred/nextcloud-printer/blob/master/README.md</admin>
</documentation>
<category>files</category>
<category>tools</category>
<website>https://github.com/e-alfred/nextcloud-printer/</website>
<bugs>https://github.com/e-alfred/nextcloud-printer/issues</bugs>
<screenshot>https://github.com/e-alfred/nextcloud-printer/raw/master/screenshots/printer.gif</screenshot>
<dependencies>
<nextcloud min-version="16" max-version="19" />
</dependencies>
</info>