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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.hgignore Thu Sep 18 18:56:19 2008 +0200 1.3 @@ -0,0 +1,7 @@ 1.4 +syntax: glob 1.5 +*~ 1.6 +*.swp 1.7 +bu 1.8 + 1.9 +syntax: regexp 1.10 +thesis/.*\.(aux|bak|bbl|blg|dvi|idx|ilg|ind|lof|log|lot|pdf|toc)$
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/plan/agreements.txt Thu Sep 18 18:56:19 2008 +0200 2.3 @@ -0,0 +1,14 @@ 2.4 +agreements 2.5 +========== 2.6 + 2.7 +that's what I decided to do 2.8 + 2.9 +* write everything in English language 2.10 +* use LaTeX or plain-text 2.11 + 2.12 + 2.13 +try to 2.14 +------ 2.15 +* keep data in (public?) repositories 2.16 +* meeting with mentor every two or three weeks 2.17 +* write on the thesis steadily
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/plan/goals.txt Thu Sep 18 18:56:19 2008 +0200 3.3 @@ -0,0 +1,21 @@ 3.4 +goals 3.5 +===== 3.6 + 3.7 +what I want to achieve 3.8 + 3.9 +* learn as much as possible about masqmail 3.10 + 3.11 +* create a new website for it 3.12 +* build up a new community 3.13 +* write lots of documentation 3.14 +* write a wikipedia article 3.15 + 3.16 +* improve the program 3.17 +* release a new version 3.18 +* package the new version for Debian 3.19 + 3.20 +* remove autoconf stuff and use ordinary makefiles [optional] 3.21 + 3.22 +* keep contact to Oliver Kurth 3.23 + 3.24 +* get a good mark for the diploma thesis ;-)
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/plan/project-plan.txt Thu Sep 18 18:56:19 2008 +0200 4.3 @@ -0,0 +1,34 @@ 4.4 +project plan 4.5 +============ 4.6 + 4.7 +each part should last for about four weeks 4.8 + 4.9 +part I 4.10 +purpose and structure of masqmail 4.11 +--------------------------------- 4.12 +read code 4.13 +search the web 4.14 +compare to sendmail, exim, postfix, qmail 4.15 + 4.16 + 4.17 +part II 4.18 +security and safety 4.19 +------------------- 4.20 +mails in general 4.21 +MTA in general 4.22 +masqmail 4.23 + 4.24 + 4.25 +part III 4.26 +improvementes in code 4.27 +--------------------- 4.28 +bugfixes 4.29 +new features (?) 4.30 + 4.31 + 4.32 +part IV 4.33 +various stuff 4.34 +------------- 4.35 +documentation 4.36 +test 4.37 +distribution