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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2019-05-28 12:17:53 +0300
committerGeorg Ehrke <developer@georgehrke.com>2019-05-28 12:17:53 +0300
commit85d75809d50d077c6cb786411ee99744684f7544 (patch)
tree81ca2d29f13d84cf8ebab92e720282749111a2b2
parentcaed28852f3eb431ab345061932cae22582e60d3 (diff)
add app description to readme and appinfo
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
-rw-r--r--README.md9
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index de08b89..4347f64 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
-# Privacy
-Place this app in **nextcloud/apps/**
+# :key: Privacy
+
+The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.
+
+## Installation
+
+This app is shipped and enabled by default in every Nextcloud instance starting with Nextcloud 16. If you wish to disable this app, go to `Apps`, `Active Apps`, scroll down to find `Privacy` and click `Disable`.
## Building the app
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 292560b..816f347 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<id>privacy</id>
<name>Privacy</name>
<summary>-</summary>
- <description><![CDATA[-]]></description>
+ <description><![CDATA[The privacy center shows you where your data is stored and who can access it, either because you shared with them or because they are administrators.]]></description>
<version>1.1.0</version>
<licence>agpl</licence>
<author mail="georg.ehrke@nextcloud.com" >Georg Ehrke</author>