nextcloud-printer/appinfo/info.xml

34 lines
1.5 KiB
XML
Raw Permalink Normal View History

2019-06-12 16:14:52 +02:00
<?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>
2020-04-21 17:09:02 +02:00
<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!
2019-06-12 16:14:52 +02:00
2020-04-21 17:19:09 +02:00
Allows users to print files using the CUPS/LPR printing ecosystem.
2020-04-21 17:09:02 +02:00
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.
2019-06-12 16:14:52 +02:00
</description>
2020-06-06 11:23:15 +02:00
<version>0.0.3</version>
2019-06-12 16:14:52 +02:00
<licence>agpl</licence>
<author>e-alfred</author>
<types>
<filesystem/>
</types>
<documentation>
2020-04-21 16:56:33 +02:00
<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>
2019-06-12 16:14:52 +02:00
</documentation>
<category>files</category>
<category>tools</category>
2020-04-21 16:56:33 +02:00
<website>https://github.com/e-alfred/nextcloud-printer/</website>
<bugs>https://github.com/e-alfred/nextcloud-printer/issues</bugs>
2020-04-21 17:09:02 +02:00
<screenshot>https://github.com/e-alfred/nextcloud-printer/raw/master/screenshots/printer.gif</screenshot>
<dependencies>
2020-05-30 00:35:33 +02:00
<nextcloud min-version="16" max-version="19" />
2019-06-12 16:14:52 +02:00
</dependencies>
</info>