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

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-04-05 11:36:57 +0300
committerJulius Härtl <jus@bitgrid.net>2018-04-05 11:36:57 +0300
commit3309ea7e0e9fcba05085d2ea2402f8161130d076 (patch)
tree772fb666e2bc33b930f10c0b1453936ad4300800 /appinfo
parentd78bcdf826805bdb3cdf1c3f3bdc87314b4c7fd1 (diff)
Fix appinfo
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ffe370e..50ab0a4 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,23 +1,25 @@
<?xml version="1.0"?>
-<info>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>survey_client</id>
<name>Usage survey</name>
+ <summary>Sends anonymized data to Nextcloud to help us to improve Nextcloud.</summary>
<description>
Sends anonymized data to Nextcloud to help us to improve Nextcloud. You
always have full control over the content sent to Nextcloud and can disable
it again at any time.
</description>
- <namespace>Survey_Client</namespace>
- <licence>AGPL</licence>
- <author>Joas Schilling, Björn Schiessle</author>
<version>1.2.0</version>
- <category>other</category>
+ <licence>agpl</licence>
+ <author>Joas Schilling, Björn Schiessle</author>
+ <namespace>Survey_Client</namespace>
+ <category>tools</category>
+ <website>https://github.com/nextcloud/survey_client</website>
+ <bugs>https://github.com/nextcloud/survey_client/issues</bugs>
<dependencies>
- <nextcloud min-version="14" max-version="14" />
+ <nextcloud min-version="14" max-version="14" />
</dependencies>
- <default_enable/>
<settings>
- <admin>\OCA\Survey_Client\Settings\AdminSettings</admin>
- <admin-section>\OCA\Survey_Client\Settings\AdminSection</admin-section>
+ <admin>OCA\Survey_Client\Settings\AdminSettings</admin>
+ <admin-section>OCA\Survey_Client\Settings\AdminSection</admin-section>
</settings>
</info>