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

github.com/nextcloud/jsloader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-08-13 12:39:48 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-08-13 12:39:48 +0300
commit507c519b89168b9856497e030c699ee5abccb0c5 (patch)
treeaf6699a0e8be1d8cf93a3f60c77452d23ae88cf9
parent5966389f06752df0fc7411e6e0b48f41045ae203 (diff)
Make info.xml compliant
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rwxr-xr-xappinfo/info.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 137a478..7934bfd 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,13 +2,14 @@
<info>
<id>jsloader</id>
<name>JSLoader</name>
- <description>
- This application allows the admin to include JavaScript into all Nextcloud pages for web analytics for example.
- </description>
+ <summary>Load custom javascript on all Nextcloud pages</summary>
+ <description>This application allows the admin to include JavaScript into all Nextcloud pages for web analytics for example.</description>
- <licence>AGPL</licence>
+ <version>1.0.1</version>
+ <licence>agpl</licence>
<author>Morris Jobke</author>
- <version>1.0</version>
+ <namespace>JSLoader</namespace>
+ <category>tools</category>
<website>https://github.com/nextcloud/jsloader/</website>
<bugs>https://github.com/nextcloud/jsloader/issues</bugs>
@@ -18,8 +19,6 @@
<nextcloud min-version="12" max-version="14" />
</dependencies>
- <namespace>JSLoader</namespace>
-
<settings>
<admin>OCA\JSLoader\Settings\Admin</admin>
<admin-section>OCA\JSLoader\Settings\Section</admin-section>