]> git.sur5r.net Git - i3/i3/commitdiff
Update ipc library list documentation
authorTony Crisci <tony@dubstepdish.com>
Mon, 10 Mar 2014 01:33:26 +0000 (21:33 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 10 Mar 2014 07:40:00 +0000 (08:40 +0100)
Add a link to the new JavaScript, Python, and Lua ipc libraries.

Add notice that the older Python libraries are not maintained.

Sort the list alphabetically.

docs/ipc

index 2f3ea7e2c7ff23b279430962ef5a7204b03ce1e4..7fb9f1a0f88863daa81bc2b49cf67da1b73c4388 100644 (file)
--- a/docs/ipc
+++ b/docs/ipc
@@ -763,13 +763,19 @@ know):
 
 C::
        i3 includes a headerfile +i3/ipc.h+ which provides you all constants.
-       https://github.com/acrisci/i3-ipc (not yet ready for production use)
-Ruby::
-       http://github.com/badboy/i3-ipc
-Perl::
-       https://metacpan.org/module/AnyEvent::I3
-Python::
-       * https://github.com/whitelynx/i3ipc
-       * https://github.com/ziberna/i3-py (includes higher-level features)
+
+       https://github.com/acrisci/i3ipc-glib
 Go::
        * https://github.com/proxypoke/i3ipc
+JavaScript::
+       * https://github.com/acrisci/i3ipc-gjs
+Lua::
+       * https:/github.com/acrisci/i3ipc-lua
+Perl::
+       * https://metacpan.org/module/AnyEvent::I3
+Python::
+       * https://github.com/acrisci/i3ipc-python
+       * https://github.com/whitelynx/i3ipc (not maintained)
+       * https://github.com/ziberna/i3-py (not maintained)
+Ruby::
+       http://github.com/badboy/i3-ipc