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

github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Alain Bandinelli <pa@bandinelli.net>2017-03-19 09:32:10 +0300
committerPierre-Alain Bandinelli <pa@bandinelli.net>2017-03-19 09:32:10 +0300
commit40b39fb62acf8ca42046e90f772ed2c5f6294015 (patch)
tree02cb42302984f5500cfc2a375e1dda19edd331a1
parented7926798d8ce4575e51b63db99f8e908ec65395 (diff)
Adding more info in README.md and info.xml
-rw-r--r--README.md5
-rw-r--r--rainloop/appinfo/info.xml8
2 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index de4d0ca..513f551 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
# rainloop-nextcloud
-rainloop-nextcloud is a plugin for Nextcloud to use the excellent Rainloop webmail.
+rainloop-nextcloud is a plugin for Nextcloud to use the excellent Rainloop webmail (http://www.rainloop.net/).
+
## How to install
+
Start within Nextcloud, and click on the "+ Apps" button in the upper-left corner dropdown menu:
![Image1](https://github.com/pierre-alain-b/rainloop-nextcloud/blob/master/screenshots/help_a1.png)
@@ -24,6 +26,7 @@ This is it, you are now free to configure Rainloop as you wish. One important po
Enjoy!
+
## How to activate Rainloop logging and find logs
You can activate Rainloop logging here: `/path/to/nextcloud/data/rainloop-storage/_data_/_default_/configs/application.ini`
diff --git a/rainloop/appinfo/info.xml b/rainloop/appinfo/info.xml
index 0b532f6..05f681a 100644
--- a/rainloop/appinfo/info.xml
+++ b/rainloop/appinfo/info.xml
@@ -7,13 +7,13 @@
<description>Simple, modern and fast web-based email client. After enabling in Nextcloud, go to Nextcloud admin panel, "Additionnal settings" and you will see a "Rainloop webmail" section. There, click on the link to go to the Rainloop admin panel. The default user/password is admin/12345.</description>
<version>4.28.0</version>
<licence>AGPL</licence>
- <author>RainLoop Team</author>
+ <author>RainLoop Team & Pierre-Alain Bandinelli</author>
<require>6.0</require>
<ocsid>165254</ocsid>
<dependencies>
<php min-version="5.4" />
<owncloud min-version="6" max-version="9.2" />
- <nextcloud min-version="10" max-version="11" />
+ <nextcloud min-version="10" max-version="12" />
</dependencies>
<documentation>
<user>https://github.com/pierre-alain-b/rainloop-nextcloud/blob/master/README.md</user>
@@ -21,6 +21,6 @@
<category>social</category>
<category>tools</category>
<screenshot>https://raw.githubusercontent.com/pierre-alain-b/rainloop-nextcloud/master/screenshots/2016.10.20-screenshot.jpg</screenshot>
- <website>http://www.rainloop.net/</website>
- <bugs>https://github.com/RainLoop/rainloop-webmail/issues</bugs>
+ <website>https://github.com/pierre-alain-b/rainloop-nextcloud</website>
+ <bugs>https://github.com/pierre-alain-b/rainloop-nextcloud/issues</bugs>
</info>