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 . + +RRZE Icon Set +------------- + +*CreativeCommons Licence* + +The RRZE Icon Set is licenced under a Creative Commons Licence. +Please see the website for the current licence text. diff --git a/doc/_build/html/_sources/setup.txt b/doc/_build/html/_sources/setup.txt index 48b0e03..f5ef626 100644 --- a/doc/_build/html/_sources/setup.txt +++ b/doc/_build/html/_sources/setup.txt @@ -46,6 +46,7 @@ ---------- 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 diff --git a/doc/_build/html/_sources/using.txt b/doc/_build/html/_sources/using.txt new file mode 100644 index 0000000..def91d5 --- /dev/null +++ b/doc/_build/html/_sources/using.txt @@ -0,0 +1,4 @@ +Using the Django App - Developers Resource +========================================== + +.. automodule:: tests.tests diff --git a/doc/_build/html/index.html b/doc/_build/html/index.html index 9aaf566..79ad466 100644 --- a/doc/_build/html/index.html +++ b/doc/_build/html/index.html @@ -65,6 +65,11 @@
  • Test suite for the Mailman UI.
  • +
  • Contributions: +