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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-07-18 12:48:49 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-07-18 13:07:09 +0300
commit6d8b89b9496c18eb6ce459db1754c76774266f73 (patch)
tree4c140945e8b085aa6f984eff3ccf72f2c7d31369
parente906c47ef5204882bf1ad9931a7c6d38ad6ef47a (diff)
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 :-)
-rw-r--r--.gitignore1
-rw-r--r--appinfo/info.xml (renamed from appinfo/info.xml.in)4
2 files changed, 2 insertions, 3 deletions
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
index 29113683..67d95fd1 100644
--- a/appinfo/info.xml.in
+++ b/appinfo/info.xml
@@ -2,9 +2,9 @@
<info>
<id>richdocuments</id>
<name>Collabora Online</name>
- <description>An ownCloud app to work with office documents</description>
+ <description>Collabora Online allows you to to work with all kind office documents interactively direct in your browser.</description>
<licence>AGPL</licence>
- <version>@PACKAGE_VERSION@</version>
+ <version>1.1.0</version>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<bugs>https://github.com/owncloud/richdocuments/issues</bugs>
<repository type="git">https://github.com/owncloud/richdocuments.git</repository>