# HG changeset patch # User meillo@marmaro.de # Date 1221756979 -7200 # Node ID 9e8c0b058787b00d38bdb885a0da79560a091e02 added project planning docs diff -r 000000000000 -r 9e8c0b058787 .hgignore --- /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)$ diff -r 000000000000 -r 9e8c0b058787 plan/agreements.txt --- /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 diff -r 000000000000 -r 9e8c0b058787 plan/goals.txt --- /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 ;-) diff -r 000000000000 -r 9e8c0b058787 plan/project-plan.txt --- /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