From 825ea91174f900409d4626514a68e20493af6c05 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk <roman@tsisyk.com> Date: Wed, 6 Nov 2013 13:20:28 +0400 Subject: [PATCH] Add links to Java, Erlang and Python/Twisted connectors to the documentation --- doc/user/connectors.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/doc/user/connectors.xml b/doc/user/connectors.xml index 9b184fd650..189bec202b 100644 --- a/doc/user/connectors.xml +++ b/doc/user/connectors.xml @@ -193,10 +193,24 @@ int main() </para> </section> + <section xml:id="connector-erlang"> + <title>Erlang</title> + <para> + Please see <link xlink:href="https://github.com/tarantool/tarantool-erlang"><filename>https://github.com/tarantool/tarantool-erlang</filename></link>. + </para> + </section> + + <section xml:id="connector-java"> + <title>Java</title> + <para> + Please see <link xlink:href="http://dgreenru.github.io/tarantool-java/"><filename>http://dgreenru.github.io/tarantool-java/</filename></link>. + </para> + </section> + <section xml:id="connector-node.js"> <title>node.js</title> <para> - <link xlink:href="https://github.com/devgru/node-tarantool"><filename>http://github.com/devgru/node-tarantool</filename></link>. + Please see <link xlink:href="https://github.com/devgru/node-tarantool"><filename>http://github.com/devgru/node-tarantool</filename></link>. </para> </section> @@ -219,8 +233,8 @@ int main() <section xml:id="connector-python"> <title>Python</title> <para> - Please see <link - xlink:href="https://github.com/mailru/tarantool-python"><filename>http://github.com/mailru/tarantool-python</filename></link>. + Please see <link xlink:href="https://github.com/mailru/tarantool-python"><filename>http://github.com/mailru/tarantool-python</filename></link> and + <link xlink:href="https://github.com/zlobspb/txtarantool"><filename>https://github.com/zlobspb/txtarantool</filename></link>. </para> </section> -- GitLab