Fix readme links and text

This commit is contained in:
Alfred Egger 2020-04-21 17:09:02 +02:00
parent c300da052b
commit 3a05bc945c

View file

@ -3,14 +3,14 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>printer</id> <id>printer</id>
<name>Printer</name> <name>Printer</name>
<summary>Creating a hash checksum of a file.</summary> <summary>Allows to print files directly inside Nextcloud to a printer.</summary>
<description> <description>
Allows users to create a hash checksum of a file. Please check the Readme on Github on how to set up this app!
Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32. 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 "Checksum". Just open the details view of the file (Sidebar). There should be a new tab called "Printer".
Select a algorithm and it will try to generate a hash. Select the orientation of your printed file and it will be sent to your printer.
If you want an other algorithm, just click on the reload button. If you want to print it again, just click on the reload button.
</description> </description>
<version>0.0.2</version> <version>0.0.2</version>
<licence>agpl</licence> <licence>agpl</licence>
@ -26,8 +26,8 @@
<category>tools</category> <category>tools</category>
<website>https://github.com/e-alfred/nextcloud-printer/</website> <website>https://github.com/e-alfred/nextcloud-printer/</website>
<bugs>https://github.com/e-alfred/nextcloud-printer/issues</bugs> <bugs>https://github.com/e-alfred/nextcloud-printer/issues</bugs>
<screenshot>https://raw.githubusercontent.com/e-alfred/nextcloud-printer/master/screenshots/print.gif</screenshot> <screenshot>https://github.com/e-alfred/nextcloud-printer/raw/master/screenshots/printer.gif</screenshot>
<dependencies> <dependencies>
<nextcloud min-version="16" max-version="18" /> <nextcloud min-version="16" max-version="18" />
</dependencies> </dependencies>
</info> </info>