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

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrew@comminos.com>2015-10-25 00:28:55 +0300
committerAndrew Comminos <andrew@comminos.com>2015-10-25 00:28:55 +0300
commit9505e8a28d49f0fd11d5b2df323348b8ece9f699 (patch)
tree62cc3312cedde16286c04ba6adf5f1e9a3b5f241
parent36b4678a43060075f3a7d0e50ffbeacb57914596 (diff)
Update README with fixed links and information on getting started
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8cb8d9a..a06f776 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Jumble
======
-An Android service implementation of the Mumble protocol, designed as the backend of [Plumble](https://www.github.com/Morlunk/Plumble).
+An Android service implementation of the Mumble protocol, designed as the backend of [Plumble](https://www.github.com/acomminos/Plumble).
About
-----
@@ -10,21 +10,21 @@ The primary goal of the Jumble project is to encourage developers to embrace the
Prior to the release of Jumble, all implementations of the Mumble protocol on Android have been using the same non-free code developed by @pcgod. To ensure the unencumbered use of Jumble, no sources or derivatives will be copied from that project.
-As Jumble becomes more stable, new releases will start getting versioned and tagged.
-
Projects using Jumble
---------------------
-[Plumble 3.0+](https://www.github.com/Morlunk/Plumble)
+[Plumble 3.0+](https://www.github.com/acomminos/Plumble)
Including in your project
-------------------------
Jumble is a standard Android library project using the gradle build system. [See here for instructions on how to include it into your gradle project](http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Referencing-a-Library).
+Currently, there is no tutorial to integrate Jumble with your project. In the mean time, please examine the exposed interface IJumbleService as well as Plumble's implementation.
+
License
-------
Jumble is now licensed under the GNU GPL v3+. See LICENSE.
-If you wish to incorporate Jumble into your proprietary project, please email me to discuss licensing. \ No newline at end of file
+If you wish to incorporate Jumble into your proprietary project, please email me to discuss licensing.