Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-01-17 03:10:04 +0300
committerLukas Reschke <lukas@owncloud.com>2015-01-17 03:10:04 +0300
commit481f8590e0b2583e9854970e3e7a7a2086f7435b (patch)
treed05e238950d3ba8d8088f9400fc5fe95efd8b110 /appinfo
parent85e55b460292f4264dfba20052964be1219e6d2f (diff)
Make description little bit more verbose
So that it looks nicer in the App settings.
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 814978b..8b569a1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,10 +2,22 @@
<info>
<id>files_pdfviewer</id>
<name>PDF Viewer</name>
- <description>Inline PDF viewer (pdfjs-based)</description>
+ <description>
+ This application integrates the PDF.js library into ownCloud. Using this
+ application users can view their PDF files online without the need to
+ download the file.
+
+ When this application is enabled publicly shared PDF documents will also
+ get shown in the PDF Viewer instead of only showing a single static
+ snapshot of the document. The PDF viewer requires a modern browser and
+ will not work with Microsoft® Internet Explorer® versions below 9.
+
+ PDF.js is a JavaScript library developed by Mozilla, you can learn more
+ about the PDF.js project at https://mozilla.github.io/pdf.js/
+ </description>
<licence>Apache 2.0</licence>
- <author>Thomas Müller (ownCloud), Lukas Reschke (ownCloud), pdf.js: Andreas Gal, Chris G Jones, Shaon Barman, Vivien Nicolas, Justin D'Arcangelo, Yury Delendik, Kalervo Kujala, Adil Allawi, Jakob Miland, Artur Adib, Brendan Dahl, David Quintana, Julian Viereck</author>
- <require>7.0</require>
+ <author>Thomas Müller, Lukas Reschke</author>
+ <require>8.0</require>
<shipped>true</shipped>
<default_enable/>
<ocsid>166049</ocsid>