You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.4 KiB

<?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>
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.1</version>
<licence>agpl</licence>
<author>e-alfred</author>
<types>
<filesystem/>
</types>
<documentation>
<user>https://github.com/westberliner/owncloud-checksum/blob/master/README.md</user>
<admin>https://github.com/westberliner/owncloud-checksum/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/westberliner/nextcloud-printer/issues</bugs>
<screenshot>https://raw.githubusercontent.com/e-alfred/nextcloud-printer/master/screenshots/print.gif</screenshot>
<dependencies>
<nextcloud min-version="14" max-version="17" />
</dependencies>
</info>