Skip to content

Commit

Permalink
Fix Readme and info.xml for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred Egger committed Jul 8, 2019
1 parent b2bda9e commit 7801dee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ To install the app itself on your instance, simply navigate to »Apps« in your
Usage
-----

Just open the details view of the file (Sidebar). There should be a new tab called "Printer". Select a Orientation of your print and it will try to ececute the LPR (Line Printing Daemon) on the CLI to send the job to a printer configured in CUPS. Currently, only the printer set as default can be used for printing.
Just open the details view of the file (Sidebar). There should be a new tab called "Printer". Select the orientation the file you want to print and it will try to execute the LPR (Line Printing Daemon) command on the CLI to send the job to a printer configured in CUPS. Currently, only the printer set as default can be used for printing.

Possible orientations are "Landscape" and "Portrait". Further options will be added in the future.

Compatibility
Compatibility and limitations
-------------

- I only tested the app for the current versions of Nextcloud (14 and up).
Expand Down
11 changes: 5 additions & 6 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>printer</id>
<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>
Allows users to create a hash checksum of a file.
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".
Select a algorithm and it will try to generate a hash.
If you want an other algorithm, just click on the reload button.
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>
Expand Down

0 comments on commit 7801dee

Please sign in to comment.