Mercurial > docs > diploma
changeset 0:9e8c0b058787
added project planning docs
author | meillo@marmaro.de |
---|---|
date | Thu, 18 Sep 2008 18:56:19 +0200 |
parents | |
children | 7b2a5fe2aedd |
files | .hgignore plan/agreements.txt plan/goals.txt plan/project-plan.txt |
diffstat | 4 files changed, 76 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Thu Sep 18 18:56:19 2008 +0200 @@ -0,0 +1,7 @@ +syntax: glob +*~ +*.swp +bu + +syntax: regexp +thesis/.*\.(aux|bak|bbl|blg|dvi|idx|ilg|ind|lof|log|lot|pdf|toc)$
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plan/agreements.txt Thu Sep 18 18:56:19 2008 +0200 @@ -0,0 +1,14 @@ +agreements +========== + +that's what I decided to do + +* write everything in English language +* use LaTeX or plain-text + + +try to +------ +* keep data in (public?) repositories +* meeting with mentor every two or three weeks +* write on the thesis steadily
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plan/goals.txt Thu Sep 18 18:56:19 2008 +0200 @@ -0,0 +1,21 @@ +goals +===== + +what I want to achieve + +* learn as much as possible about masqmail + +* create a new website for it +* build up a new community +* write lots of documentation +* write a wikipedia article + +* improve the program +* release a new version +* package the new version for Debian + +* remove autoconf stuff and use ordinary makefiles [optional] + +* keep contact to Oliver Kurth + +* get a good mark for the diploma thesis ;-)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plan/project-plan.txt Thu Sep 18 18:56:19 2008 +0200 @@ -0,0 +1,34 @@ +project plan +============ + +each part should last for about four weeks + +part I +purpose and structure of masqmail +--------------------------------- +read code +search the web +compare to sendmail, exim, postfix, qmail + + +part II +security and safety +------------------- +mails in general +MTA in general +masqmail + + +part III +improvementes in code +--------------------- +bugfixes +new features (?) + + +part IV +various stuff +------------- +documentation +test +distribution