Added Go to list of Tent libs. Fixed lib list while I was at it

This commit is contained in:
Steve Phillips 2012-09-28 21:47:43 -07:00
parent 01b30d3487
commit 7dd687d54f

View file

@ -55,7 +55,6 @@ Your favorite language or framework needs a Tent library. Our top priorities are
- Clojure
- Common Lisp
- Erlang
- Go
- Javascript
- Lua
- Perl
@ -64,7 +63,13 @@ Your favorite language or framework needs a Tent library. Our top priorities are
- Scala
#### Existing client libraries
Libraries for some languages have already been started (but may not be functional or complete) and need regular maintenance to keep up with Tent as it evolves. Contact the maintainers to find out how you can help.
Libraries for some languages have already been started (but may not be
functional or complete) and need regular maintenance to keep up with
Tent as it evolves. Contact the maintainers to find out how you can
help.
- [Go](https://github.com/elimisteve/go.tent)
- [Java](https://github.com/mwanji/tent-client-java)
- [Objective-C](https://github.com/dustinrue/CocoaTentClient)
- [Ruby](https://github.com/tent/tent-client-ruby)
@ -75,4 +80,4 @@ Please let us know if you begin work on a client library for another language.
Developers coming to Tent need a place to start. Blog articles, tutorials, getting started guides, and code samples are still in short supply.
#### Contribute to the Tent Core
Tent has many open source elements that need your help and accepts pull requests. Applications include [tentd](https://github.com/tent/tentd), the reference server implementation, [TentStatus](https://github.com/tent/tent-status), a Tent microblogging app, and TentAdmin, a server administration app. Most of these apps were developed to demonstrate basic functionality and shipped with a limited feature set. Additions, changes, and forks are welcome. The documentation accompanying these projects and the Tent protocol are also community curated. All can be found on the [Tent github](http://github.com/tent/).
Tent has many open source elements that need your help and accepts pull requests. Applications include [tentd](https://github.com/tent/tentd), the reference server implementation, [TentStatus](https://github.com/tent/tent-status), a Tent microblogging app, and TentAdmin, a server administration app. Most of these apps were developed to demonstrate basic functionality and shipped with a limited feature set. Additions, changes, and forks are welcome. The documentation accompanying these projects and the Tent protocol are also community curated. All can be found on the [Tent github](http://github.com/tent/).