From 246ae70aef2e8a4657e333d4ce3b7cebb1fd2333 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 24 Apr 2012 09:52:31 +0200 Subject: Add first documentation in the README file --- README.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..6400c6d --- /dev/null +++ b/README.rst @@ -0,0 +1,27 @@ +Marker2sequence +========= + +:Author: Pierre-Yves Chibon + + +Provides an interface to the mongodb email storage for mailman3. + + +Get this project: +----------------- +Source: https://github.com/pypingou/mm_store + + +Dependencies: +------------- +- Ming + + + +License +------- + +.. _GPL v2.0: http://www.fsf.org/GPL + +``mm_store`` is licensed under the `GPL v2.0`_ + -- cgit