Index: trunk/docs/kernel/index.txt
===================================================================
--- trunk/docs/kernel/index.txt	(revision 130)
+++ trunk/docs/kernel/index.txt	(revision 135)
@@ -4,16 +4,10 @@
 ========================
 
-Here are listed all the available documentation about ZOO Kernel.
+The following sections will assist you with the ZOO Kernel:
 
-Compilation
------------
+.. toctree::
+   :maxdepth: 2
+   
+   introduction
+   installation
 
-- :ref:`How to compile and install ZOO-Kernel <kernel-installation>` 
-
-Installation
-------------
-
-- How to install ZOO-Kernel on Debian like distributions (Ubuntu 10.4)
-- How to install ZOO-Kernel on CentOS 5.5.
-- How to configure PHP support 
-
Index: trunk/docs/kernel/introduction.txt
===================================================================
--- trunk/docs/kernel/introduction.txt	(revision 135)
+++ trunk/docs/kernel/introduction.txt	(revision 135)
@@ -0,0 +1,36 @@
+.. _kernel-introduction:
+
+ZOO Kernel Introduction
+=======================
+
+ZOO Kernel is a the heart of the ZOO. It is a powerful server-side C Kernel which makes 
+it possible to manage and chain Web services, by loading dynamic libraries and handling 
+them as on-demand Web services. The ZOO Kernel is written in C language, but supports 
+several common programming languages in order to connect to numerous libraries and models.
+
+Using ZOO Kernel as a Web Processing Platform
+---------------------------------------------
+
+ZOO Kernel works with Apache and can communicate with cartographic engines and Web mapping 
+clients. It simply adds the WPS support to your spatial data infrastructure and your 
+Web mapping application !
+
+Supported Languages
+-------------------
+
+ZOO Kernel supports the following programming languages, and let you use them to create 
+new ZOO Services from new or existing code :
+
+========== =============== =======================  ============
+Language   ServiceProvider DataStructure            Return
+---------- --------------- -----------------------  ------------
+C / C++    Shared Library  maps* M 	            integer
+Fortran    Shared Library CHARACTER*(1024) M(10,30) integer
+Java 	   Class File 	   HashMap 	            integer
+Python 	   Module File 	   dictionary 	            integer
+PHP 	   Script File 	   Array 	            integer
+Perl 	   Script File 		                    integer
+JavaScript Script file 	   Object or Array 	    Array/Object 
+========== =============== ======================== ============
+
+
