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-21 00:05:08 +0300
committerGitHub <noreply@github.com>2018-03-21 00:05:08 +0300
commited3e82992b6db6da4e7ef1b5771f25e4efaded5a (patch)
tree44da2c3bd2f5e797961cbf2b1cb1c9be336856d1
parent8ea8173f8b5d2b697a5276964e78fbf73f1317a0 (diff)
parente363e0a72975278109a0875f9956d2fa0d39792d (diff)
Merge pull request #68 from nextcloud/12_info
Fix info.xml
-rw-r--r--appinfo/info.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 12f5376..044eac9 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,15 +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.1.2</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="12" max-version="12" />
</dependencies>
- <shipped>true</shipped>
- <default_enable/>
- <ocsid>166049</ocsid>
</info>