Index: README.rst
===================================================================
--- README.rst	(revision 35)
+++ README.rst	(revision 35)
@@ -0,0 +1,50 @@
+Mailjam - Mailing lists manager
+===============================
+
+.. contents::
+
+
+Introduction
+------------
+
+Mailjam is a mailing list manager. With it you will be able to create mailing
+lists and manage them.
+
+Mailjam requires a functional MTA [1]_ (Mailjam has been successfully tested
+with sendmail [2]_ and postfix [3]_ but it should work with other MTA software)
+
+Overview
+--------
+
+.. image:: mailjam/raw/b1d527287347/docs/src/mailjam_architecture.png
+   :alt: Scheme of the architecture behind Mailjam
+
+Mailjam has been designed following a **multi-component structure**. There is 
+**a daemon** that manage the mailing lists and members information in a storage
+backend and there are **different kinds of clients** (currently, three of them)
+that **interact with the daemon using a XMLRPC link**.
+
+More information here: http://readthedocs.org/docs/mailjam/en/latest/overview.html
+
+Install
+-------
+
+For installation instructions, please check the INSTALL file, or the 
+documentation inside the docs/ subdirectory.
+
+You can read the installation instructions here:
+http://readthedocs.org/docs/mailjam/en/latest/install.html
+
+Documentation
+-------------
+
+The official documentation is available in the docs/ subdirectory, and
+you can read the docs online too (thnx to readthedocs.org [4]_):
+
+http://mailjam.readthedocs.org
+
+
+.. [1] http://en.wikipedia.org/wiki/Message_transfer_agent
+.. [2] http://sendmail.org
+.. [3] http://www.postfix.org
+.. [4] http://readthedocs.org
