[Pkg-owncloud-commits] [owncloud] 127/273: add indie.json for Indie App Store listing

David Prévot taffit at moszumanska.debian.org
Fri Jul 4 03:13:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit da3bcfabc7c1b927c40764ae3cc60e00bdcb44a4
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Sun Jun 29 22:03:24 2014 +0200

    add indie.json for Indie App Store listing
---
 indie.json | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 92 insertions(+)

diff --git a/indie.json b/indie.json
new file mode 100644
index 0000000..bb3fcb9
--- /dev/null
+++ b/indie.json
@@ -0,0 +1,92 @@
+{
+    "name": "ownCloud",
+    "icons": [
+        {
+            "src": "https://raw.githubusercontent.com/owncloud/www/master/assets/img/common/owncloud-square-logo.png",
+            "sizes": "500x500",
+            "type": "image/png",
+            "density": "1"
+        },
+        {
+            "src": "core/img/favicon-touch.png",
+            "sizes": "128x128",
+            "type": "image/png",
+            "density": "1"
+        },
+        {
+            "src": "core/img/favicon.png",
+            "sizes": "32x32",
+            "type": "image/png",
+            "density": "1"
+        }
+    ],
+    "start_url": "/",
+    "display": "fullscreen",
+    "orientation": "landscape",
+    "short_description": "sync & share your stuff",
+    "description": "ownCloud gives you web services under your control. It is a self-hosted open source platform with file sync & sharing at its core and available clients for desktop and mobile. The web frontend has apps for Pictures, Calendar, Contacts, News/RSS, Bookmarks, Notes, Music and much more via an open app platform.",
+    "license": "AGPLv3",
+    "license_url": "https://raw.githubusercontent.com/owncloud/core/master/COPYING-AGPL",
+    "source_url": "https://github.com/owncloud/core",
+    "version": "7.0.0",
+    "developer": {
+        "name": "ownCloud Inc.",
+        "url": "https://owncloud.org"
+    },
+    "wikipedia_url": "https://wikipedia.org/wiki/ownCloud",
+    "default_locale": "en",
+    "protocols": [
+        "SSL/TLS",
+        "WebDAV",
+        "CalDAV",
+        "CardDAV",
+        "Ampache",
+        "RSS"
+    ],
+    "categories": [
+        {
+            "name": "BSD",
+            "subcategories": [
+                "Files",
+                "Sync",
+                "Calendar",
+                "Contacts",
+                "News",
+                "Notes"
+            ]
+        },
+        {
+            "name": "GNU/Linux",
+            "subcategories": [
+                "Files",
+                "Sync",
+                "Calendar",
+                "Contacts",
+                "News",
+                "Notes"
+            ]
+        },
+        {
+            "name": "OS X",
+            "subcategories": [
+                "Files",
+                "Sync",
+                "Calendar",
+                "Contacts",
+                "News",
+                "Notes"
+            ]
+        },
+        {
+            "name": "Windows",
+            "subcategories": [
+                "Files",
+                "Sync",
+                "Calendar",
+                "Contacts",
+                "News",
+                "Notes"
+            ]
+        }
+    ]
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list