annotate thesis/tex/0-preface.tex @ 98:1b7dba16c74a

minor stuff in preface
author meillo@marmaro.de
date Sun, 16 Nov 2008 17:28:25 +0100
parents 8db526d7a678
children 6e2eaf91e59f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
1 \cleardoublepage
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
2 \chapter*{Preface}
98
1b7dba16c74a minor stuff in preface
meillo@marmaro.de
parents: 96
diff changeset
3 \addcontentsline{toc}{section}{Preface}
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
4
93
a6f8a93abd64 new chapter 4 (split ch5); added lots of annotations
meillo@marmaro.de
parents: 92
diff changeset
5 %FIXME: write about the motivation to cover this topic: what is it I want?
a6f8a93abd64 new chapter 4 (split ch5); added lots of annotations
meillo@marmaro.de
parents: 92
diff changeset
6 % preface == target of the book, related to the reader
a6f8a93abd64 new chapter 4 (split ch5); added lots of annotations
meillo@marmaro.de
parents: 92
diff changeset
7 % make the topic more concrete and limit it
92
e050221efd38 much restructuring again
meillo@marmaro.de
parents: 55
diff changeset
8 %TODO: have text by oliver here?
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
9
96
8db526d7a678 reorganized preface and introduction (feels better now)
meillo@marmaro.de
parents: 93
diff changeset
10 preface text (about 1 page)
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
11
96
8db526d7a678 reorganized preface and introduction (feels better now)
meillo@marmaro.de
parents: 93
diff changeset
12
98
1b7dba16c74a minor stuff in preface
meillo@marmaro.de
parents: 96
diff changeset
13 Audience:
96
8db526d7a678 reorganized preface and introduction (feels better now)
meillo@marmaro.de
parents: 93
diff changeset
14
47
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 42
diff changeset
15 This document is targeted for \masqmail\ users and for people interested in mail systems in general.
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 42
diff changeset
16 Security problems in electronic mail, \unix\ and the \NAME{C} programming language will also be discussed.
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 42
diff changeset
17 Additional ones planning to take over an unmaintained software project will find real life experience in here.
33
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
18
47
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 42
diff changeset
19 In each topic, basic knowledge is preconditioned.
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 42
diff changeset
20 Nevertheless introductions are given and sources for further reading will be mentioned.
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
21
47
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 42
diff changeset
22 This work focuses on the \unix\ operating system.
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 42
diff changeset
23 Experience in usage, administration and program development is assumed.
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 42
diff changeset
24 This includes the basic toolchain (e.g.\ \name{tar}, \name{grep}, etc.), user, file and permission management, as well as writing, compiling and installing programs written in the \NAME{C} language.
33
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
25
40
81ff8b093efe fixed some FIXMEs; added some cites; stuff
meillo@marmaro.de
parents: 36
diff changeset
26 General information about \unix\ can be found in \cite{unixprogenv} %FIXME: references
33
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
27 . %FIXME: references
47
d52fa2350137 split up into one sentence per line
meillo@marmaro.de
parents: 42
diff changeset
28 explain about administrating \unix.
55
56fd50f9bbf3 reworked text; added MTA definitions; added references; more
meillo@marmaro.de
parents: 47
diff changeset
29 And developing programs in \NAME{C} may be learned from \cite{k&r} and \cite{advunixprog}. %FIXME: references
33
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
30
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
31 %TODO: should I tell them to send email to me when having questions? Or somewhere else?
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
32
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
33
36
42a2a3565b89 structural changes in preface
meillo@marmaro.de
parents: 33
diff changeset
34 \section*{Organisation}
98
1b7dba16c74a minor stuff in preface
meillo@marmaro.de
parents: 96
diff changeset
35
1b7dba16c74a minor stuff in preface
meillo@marmaro.de
parents: 96
diff changeset
36 << write about organisation of the book: parts, chapters, sections. And more thats useful to know. >> %FIXME
33
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
37
98
1b7dba16c74a minor stuff in preface
meillo@marmaro.de
parents: 96
diff changeset
38 << explain where the main part lies (theory vs. implementation) >> %FIXME:
1b7dba16c74a minor stuff in preface
meillo@marmaro.de
parents: 96
diff changeset
39
1b7dba16c74a minor stuff in preface
meillo@marmaro.de
parents: 96
diff changeset
40 << write about the bundled CD, and tell what's included >> %TODO
8
1d35768e1643 first prototype of thesis (with some sample content)
meillo@marmaro.de
parents:
diff changeset
41
33
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
42
98
1b7dba16c74a minor stuff in preface
meillo@marmaro.de
parents: 96
diff changeset
43 \section*{Acknowledgments}
33
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
44 %FIXME: write this at the very end.
b3ba69ef35ab added text about audience; added FIXMEs
meillo@marmaro.de
parents: 26
diff changeset
45 % dont forget: proove readers, suggestion makers, supporters, ...
93
a6f8a93abd64 new chapter 4 (split ch5); added lots of annotations
meillo@marmaro.de
parents: 92
diff changeset
46 % FIXME: if too long, include a file on the CD and refer on it here