From 897faaff4691b3beadd74b5addd0981f240441be Mon Sep 17 00:00:00 2001 From: Kelson Date: Fri, 13 Sep 2019 14:04:22 +0200 Subject: [PATCH 1/2] Small README improvements --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53c869bda..547ec3f43 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Get it on Google Play - Get it on F-Droid + Get it on F-Droid # Kiwix-Android @@ -49,6 +49,7 @@ different versions of our app. Ensure your build variant is - [MockK](https://github.com/mockk/mockk) - Kotlin mocking library that allows mocking of final classes by default. - [JUnit5](https://github.com/junit-team/junit5/) - The next generation of JUnit - [AssertJ](https://github.com/joel-costigliola/assertj-core) - Fluent assertions for test code +- [Fetch](https://github.com/tonyofrancis/Fetch) - A customizable file download manager library for Android ## Contributing @@ -77,15 +78,16 @@ Please use IRC to discuss questions regarding the project: #kiwix on irc.freenode.net You can use IRC web interface on -[http://chat.kiwix.org/](http://chat.kiwix.org/). +[https://chat.kiwix.org/](https://chat.kiwix.org/). Our other sources of communications include: -- Email: contact@kiwix.org +- Email: contact+android@kiwix.org - Mailing list: kiwix-developer@lists.sourceforge.net For more information, please refer to [https://wiki.kiwix.org/wiki/Communication](https://wiki.kiwix.org/wiki/Communication). -## LEGAL & DISCLAIMER +## License -Please refer to [COPYING](COPYING). +[GPLv3](https://www.gnu.org/licenses/gpl-3.0) or later, see +[COPYINGL](COPYING) for more details. From 5b3e51cabbdca8ee694d672885cf3ed8cd16e959 Mon Sep 17 00:00:00 2001 From: Kelson Date: Fri, 13 Sep 2019 15:42:10 +0200 Subject: [PATCH 2/2] Extend a bit the info about communication channels --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 547ec3f43..46085c509 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ pieces in Java). [![codecov](https://codecov.io/gh/kiwix/kiwix-android/branch/develop/graph/badge.svg)](https://codecov.io/gh/kiwix/kiwix-android) [![CodeFactor](https://www.codefactor.io/repository/github/kiwix/kiwix-android/badge)](https://www.codefactor.io/repository/github/kiwix/kiwix-android) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) +[![Public Chat](https://img.shields.io/badge/public-chat-green)](https://chat.kiwix.org) ## Build Instructions @@ -74,15 +75,12 @@ guidelines. Pull requests not matching the style will be rejected. ## Communication -Please use IRC to discuss questions regarding the project: #kiwix on -irc.freenode.net - -You can use IRC web interface on -[https://chat.kiwix.org/](https://chat.kiwix.org/). - -Our other sources of communications include: -- Email: contact+android@kiwix.org -- Mailing list: kiwix-developer@lists.sourceforge.net +Available communication channels: +* [Web Public Chat channel](https://chat.kiwix.org) +* [Email](mailto:contact+android@kiwix.org) +* [Mailing list](kiwix-developer@lists.sourceforge.net) +* [https://kiwixoffline.slack.com]: #android channel +* IRC: #kiwix on irc.freenode.net For more information, please refer to [https://wiki.kiwix.org/wiki/Communication](https://wiki.kiwix.org/wiki/Communication).