diff --git a/doc/_build/doctrees/environment.pickle b/doc/_build/doctrees/environment.pickle
index 8b51551..db482ee 100644
--- a/doc/_build/doctrees/environment.pickle
+++ b/doc/_build/doctrees/environment.pickle
Binary files differ
diff --git a/doc/_build/doctrees/index.doctree b/doc/_build/doctrees/index.doctree
index 6f2e1f4..e949e66 100644
--- a/doc/_build/doctrees/index.doctree
+++ b/doc/_build/doctrees/index.doctree
Binary files differ
diff --git a/doc/_build/doctrees/license.doctree b/doc/_build/doctrees/license.doctree
new file mode 100644
index 0000000..1a8d5fc
--- /dev/null
+++ b/doc/_build/doctrees/license.doctree
Binary files differ
diff --git a/doc/_build/doctrees/setup.doctree b/doc/_build/doctrees/setup.doctree
index f53d2ae..a5953d5 100644
--- a/doc/_build/doctrees/setup.doctree
+++ b/doc/_build/doctrees/setup.doctree
Binary files differ
diff --git a/doc/_build/doctrees/using.doctree b/doc/_build/doctrees/using.doctree
new file mode 100644
index 0000000..63f040c
--- /dev/null
+++ b/doc/_build/doctrees/using.doctree
Binary files differ
diff --git a/doc/_build/html/_sources/index.txt b/doc/_build/html/_sources/index.txt
index aacb00c..d6dcb21 100644
--- a/doc/_build/html/_sources/index.txt
+++ b/doc/_build/html/_sources/index.txt
@@ -13,5 +13,6 @@
setup.rst
using.rst
+ license.rst
* :ref:`search`
diff --git a/doc/_build/html/_sources/license.txt b/doc/_build/html/_sources/license.txt
new file mode 100644
index 0000000..d14f097
--- /dev/null
+++ b/doc/_build/html/_sources/license.txt
@@ -0,0 +1,28 @@
+Contributions:
+==============
+Mailman is licensed unter *GPL*
+-----------------------------
+Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
+
+This file is part of GNU Mailman.
+
+GNU Mailman is free software: you can redistribute it and/or modify it under
+the terms of the GNU General Public License as published by the Free
+Software Foundation, either version 3 of the License, or (at your option)
+any later version.
+
+GNU Mailman is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+more details.
+
+You should have received a copy of the GNU General Public License along with
+GNU Mailman. If not, see
Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
+This file is part of GNU Mailman.
+GNU Mailman is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation, either version 3 of the License, or (at your option) +any later version.
+GNU Mailman is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details.
+You should have received a copy of the GNU General Public License along with +GNU Mailman. If not, see <http://www.gnu.org/licenses/>.
+CreativeCommons Licence
+The RRZE Icon Set is licenced under a Creative Commons Licence. +Please see the website for the current licence text.
+During our development we started a Django Site based on the 1.2 Version which is included into Ubuntu’s repositorys. This made the installation easy but we ended up having some points which would get a much better code when using some elements introducing in 1.3. -As Mailman is supposed to be long-time stable - or however you call it - we decided that we should stick to the latest stable version right away. For this reason you’re required to install Django 1.3+ which is descriped on their Website. (https://www.djangoproject.com/download/) -.. note:
-Please be Aware that it's not recommended to run both 1.2 and 1.3 at the same time
+As Mailman is supposed to be long-time stable - or however you call it - we decided that we should stick to the latest stable version right away. For this reason you’re required to install Django 1.3+ which is descriped on their Website. (https://www.djangoproject.com/download/)
+Note
+Please be Aware that it’s not recommended to run both 1.2 and 1.3 at the same time
In Django you’ve got 3 different levels of data. - Django Installation Files @@ -297,6 +302,9 @@
Welcome to mailman_django’s documentation!
+Using the Django App - Developers Resource