From 6d8b89b9496c18eb6ce459db1754c76774266f73 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 18 Jul 2016 11:48:49 +0200 Subject: [PATCH 1/2] Name file info.xml directly When developing apps for Nextcloud it is more usual that as a developer you can directly clone the app and enable it. The makefile is also very specific. To improve the developer experience I have renamed that file to "info.xml" directly. At least I was kinda confused why I couldn't enable the app the first time I cloned it :-) --- .gitignore | 1 - appinfo/{info.xml.in => info.xml} | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) rename appinfo/{info.xml.in => info.xml} (76%) diff --git a/.gitignore b/.gitignore index ae001ce1..24e644d7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,5 @@ webodf/* build/* online loolvm -appinfo/info.xml *.spec *.tar.gz diff --git a/appinfo/info.xml.in b/appinfo/info.xml similarity index 76% rename from appinfo/info.xml.in rename to appinfo/info.xml index 29113683..67d95fd1 100644 --- a/appinfo/info.xml.in +++ b/appinfo/info.xml @@ -2,9 +2,9 @@ richdocuments Collabora Online - An ownCloud app to work with office documents + Collabora Online allows you to to work with all kind office documents interactively direct in your browser. AGPL - @PACKAGE_VERSION@ + 1.1.0 Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk https://github.com/owncloud/richdocuments/issues https://github.com/owncloud/richdocuments.git From d48d3b4f709bf82f4ceeafff2a909148732a375c Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Mon, 18 Jul 2016 19:59:04 +0200 Subject: [PATCH 2/2] Correct spelling --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 67d95fd1..0d950840 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -2,7 +2,7 @@ richdocuments Collabora Online - Collabora Online allows you to to work with all kind office documents interactively direct in your browser. + Collabora Online allows you to to work with all kinds of office documents directly in your browser. AGPL 1.1.0 Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk