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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-03-20 23:38:08 +0300
committerGitHub <noreply@github.com>2018-03-20 23:38:08 +0300
commit4862a697db4dca6489715589185702a22ec3d74c (patch)
tree1a7210c003c4886619b92084d5c50c0b4ac6b012
parentfb45b2a0553487692f6aaba6562181c8f43be8b9 (diff)
parent253e6f162f738461ee18797b7ddd51adc65fd752 (diff)
Merge pull request #66 from nextcloud/fix_info.xml
Fix info.xml
-rw-r--r--appinfo/info.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c43872d..a938315 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,8 +2,8 @@
<info>
<id>files_pdfviewer</id>
<name>PDF viewer</name>
- <description>
-This application integrates the PDF.js library into Nextcloud. Using this
+ <summary>A pdf viewer for Nextcloud</summary>
+ <description><![CDATA[This application integrates the PDF.js library into Nextcloud. Using this
application users can view their PDF files online without the need to
download the file.
@@ -13,14 +13,15 @@ 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/](https://mozilla.github.io/pdf.js/)
- </description>
- <licence>AGPL</licence>
- <author>Thomas Müller, Lukas Reschke</author>
+about the PDF.js project at [https://mozilla.github.io/pdf.js/](https://mozilla.github.io/pdf.js/)]]></description>
<version>1.2.1</version>
+ <licence>agpl</licence>
+ <author>Thomas Müller, Lukas Reschke</author>
+ <default_enable/>
+ <category>files</category>
+ <category>office</category>
+ <bugs>https://github.com/nextcloud/files_pdfviewer/issues</bugs>
<dependencies>
<nextcloud min-version="13" max-version="13" />
</dependencies>
- <shipped>true</shipped>
- <default_enable/>
</info>