From bc587bdb48b4a0f4808c42e54248bb895bd02f33 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Mon, 3 Sep 2012 18:38:54 +0400
Subject: [PATCH] Update links to programming language drivers on the download
 page.

---
 doc/www-data.in/download.cmake | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/www-data.in/download.cmake b/doc/www-data.in/download.cmake
index 320922ca02..c55a666d0d 100644
--- a/doc/www-data.in/download.cmake
+++ b/doc/www-data.in/download.cmake
@@ -132,9 +132,12 @@ href="http://tarantool.org/dist">http://tarantool.org/dist</a>.
 
 #### Connectors
 
-- Perl driver, [CPAN home](http://search.cpan.org/~yuran/MR-Tarantool/)
+- Perl driver, [MR:Tarantool](http://search.cpan.org/~yuran/MR-Tarantool/)
+- An alternative Perl driver implementation, [DR:Tarantool](http://search.cpan.org/~unera/DR-Tarantool-0.22/lib/DR/Tarantool.pm)
 - [Ruby driver](https://github.com/mailru/tarantool-ruby)
 - Python driver, [hosted at pypi.python.org](http://pypi.python.org/pypi/tarantool)
+- PHP driver [https://github.com/mailru/tarantool-php](https://github.com/mailru/tarantool-php)
+- Java driver, [Maven repository](http://dgreenru.github.com/tarantool-java)
 
 {% page download ru %}
 
@@ -273,6 +276,9 @@ href="http://tarantool.org/dist">http://tarantool.org/dist</a>.
 
 ### Доступ из языков программирования
 
-- Perl driver, [CPAN home](http://search.cpan.org/~yuran/MR-Tarantool/)
+- Perl driver, [MR:Tarantool](http://search.cpan.org/~yuran/MR-Tarantool/)
+- An alternative Perl driver implementation, [DR:Tarantool](http://search.cpan.org/~unera/DR-Tarantool-0.22/lib/DR/Tarantool.pm)
 - [Ruby driver](https://github.com/mailru/tarantool-ruby)
 - Python driver, [hosted at pypi.python.org](http://pypi.python.org/pypi/tarantool)
+- PHP driver [https://github.com/mailru/tarantool-php](https://github.com/mailru/tarantool-php)
+- Java driver, [Maven repository](http://dgreenru.github.com/tarantool-java)
-- 
GitLab