diff --git a/README.md b/README.md index fbc75d8bb..73662dd55 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ This basically means that you can link it (unmodified) with any kind of software release its source code. * Mailing list: + * Archives: * Website: * API documentation: * Usage guide: @@ -75,30 +76,47 @@ Language Bindings Here are the bindings to libgit2 that are currently available: -* Rugged (Ruby bindings) -* objective-git (Objective-C bindings) -* pygit2 (Python bindings) -* libgit2sharp (.NET bindings) -* php-git (PHP bindings) -* luagit2 (Lua bindings) -* GitForDelphi (Delphi bindings) -* node-gitteh (Node.js bindings) -* nodegit (Node.js bindings) -* go-git (Go bindings) -* libqgit2 (C++ Qt bindings) -* libgit2-ocaml (ocaml bindings) -* Geef (Erlang bindings) -* libgit2net (.NET bindings, low level) -* parrot-libgit2 (Parrot Virtual Machine bindings) -* hgit2 (Haskell bindings) -* git-xs-pm (Perl bindings) -* libgit2.vapi (Vala bindings) -* libgit2-glib (GObject bindings) +* C++ + * libqgit2, Qt bindings +* Delphi + * GitForDelphi +* Erlang + * Geef +* Go + * go-git +* GObject + * libgit2-glib +* Haskell + * hgit2 +* Lua + * luagit2 +* .NET + * libgit2net, low level bindings + * libgit2sharp +* Node.js + * node-gitteh + * nodegit +* Objective-C + * objective-git +* OCaml + * libgit2-ocaml +* Parrot Virtual Machine + * parrot-libgit2 +* Perl + * git-xs-pm +* PHP + * php-git +* Python + * pygit2 +* Ruby + * Rugged +* Vala + * libgit2.vapi If you start another language binding to libgit2, please let us know so we can add it to the list. -How Can I Contribute +How Can I Contribute? ================================== Fork libgit2/libgit2 on GitHub, add your improvement, push it to a branch