From 0325b070f75699af1c7d3eed20f43b4444275ba9 Mon Sep 17 00:00:00 2001 From: Floens Date: Sat, 24 May 2014 17:33:04 +0200 Subject: [PATCH 1/3] Update readme with irc and todo list. --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 24eb3b87..3cb3ebda 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,28 @@ [Website](http://floens.github.io/Clover/) -All the code for the Clover app. +Clover is a fast Android app for browsing 4chan. +This repo contains all the code for Clover. -## Downloads -See the [website](http://floens.github.io/Clover/) for downloads. +[Google Play](https://play.google.com/store/apps/details?id=org.floens.chan) +[APK downloads](https://github.com/Floens/Clover/releases) + + +## Contact +IRC: #Clover @ freenode + + +## TODO +[Clover todo list](https://gist.github.com/Floens/cd7937a1d8f06f5540bc) ## Bugs / feature requests -See the [issues](https://github.com/Floens/Clover/issues) section to report any bugs or feature requests. Be sure to search for existing issues before reporting anything. +[The issues page](https://github.com/Floens/Clover/issues) is for reporting bugs and feature requests. +Be sure to search for existing items on the todo list and issues page before reporting anything. ## License -* [GPLv3](https://github.com/Floens/Clover/blob/master/COPYING.txt) - -Licenses of the libraries are [here](https://github.com/Floens/Clover/blob/master/Clover/assets/html/licences.html). +* Clover is [GPLv3](https://github.com/Floens/Clover/blob/master/COPYING.txt) +* [Licenses of the used libraries](https://github.com/Floens/Clover/blob/master/Clover/assets/html/licences.html). From ee18838a7b6980dad8ff0bc0e9297a029be7a8c6 Mon Sep 17 00:00:00 2001 From: Floens Date: Sat, 24 May 2014 17:36:13 +0200 Subject: [PATCH 2/3] Fix used libraries license location in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cb3ebda..95e075dc 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,4 @@ Be sure to search for existing items on the todo list and issues page before rep ## License * Clover is [GPLv3](https://github.com/Floens/Clover/blob/master/COPYING.txt) -* [Licenses of the used libraries](https://github.com/Floens/Clover/blob/master/Clover/assets/html/licences.html). +* [Licenses of the used libraries](https://rawgit.com/Floens/Clover/master/Clover/app/src/main/assets/html/licences.html). From 873431eb932e5cf16722c5948465d119d61b674e Mon Sep 17 00:00:00 2001 From: Floens Date: Sat, 24 May 2014 17:37:37 +0200 Subject: [PATCH 3/3] Move website link down with the other links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e075dc..5212f285 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ [![Get it on Google Play](https://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=org.floens.chan) -[Website](http://floens.github.io/Clover/) Clover is a fast Android app for browsing 4chan. This repo contains all the code for Clover. +[Website](http://floens.github.io/Clover/) [Google Play](https://play.google.com/store/apps/details?id=org.floens.chan) [APK downloads](https://github.com/Floens/Clover/releases)