docs/diploma

view thesis/tex/0-preface.tex @ 93:a6f8a93abd64

new chapter 4 (split ch5); added lots of annotations
author meillo@marmaro.de
date Sun, 16 Nov 2008 14:44:22 +0100
parents e050221efd38
children 8db526d7a678
line source
1 \cleardoublepage
2 \chapter*{Preface}
3 \addcontentsline{toc}{chapter}{Preface}
5 \section*{Preface}
6 %FIXME: write about the motivation to cover this topic: what is it I want?
7 % preface == target of the book, related to the reader
8 % make the topic more concrete and limit it
9 %TODO: have text by oliver here?
12 \section*{Audience}
13 %TODO: maybe merge mit the intention of the document
14 This document is targeted for \masqmail\ users and for people interested in mail systems in general.
15 Security problems in electronic mail, \unix\ and the \NAME{C} programming language will also be discussed.
16 Additional ones planning to take over an unmaintained software project will find real life experience in here.
18 In each topic, basic knowledge is preconditioned.
19 Nevertheless introductions are given and sources for further reading will be mentioned.
21 This work focuses on the \unix\ operating system.
22 Experience in usage, administration and program development is assumed.
23 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.
25 General information about \unix\ can be found in \cite{unixprogenv} %FIXME: references
26 . %FIXME: references
27 explain about administrating \unix.
28 And developing programs in \NAME{C} may be learned from \cite{k&r} and \cite{advunixprog}. %FIXME: references
30 %TODO: should I tell them to send email to me when having questions? Or somewhere else?
33 \section*{Organisation}
34 %FIXME: write about organisation of the book: parts, chapters, sections. And more thats useful to know.
35 %FIXME: explain where the main part lies (theory vs. implementation)
38 \section*{Conventions used}
39 %TODO: check if this tells what is really used!
40 %FIXME: make it complete!
41 %FIXME: remove everything not needed. Maybe write only a few sentences text.
42 The following typographic conventions are used in this book:
44 \begin{tabular}{ p{0.15\textwidth} p{0.8\textwidth} }
45 \emph{Italic} &
46 is used for names, including command names, file name, hostnames, usernames and email addresses.
47 Further more it is used to emphasize text.
48 \\ &\\
50 \texttt{Constant Width} &
51 is used for source code, contents of files and output from programs.
52 \\ &\\
54 \texttt{\$} &
55 indicates the the user shell prompt.
56 \\ &\\
58 \texttt{\#} &
59 indicates the the root shell prompt.
60 \\
61 \end{tabular}
65 \section*{Additional sources}
66 %FIXME: specify the really important external documents here
67 %TODO: write about the bundled CD, and tell what's included
68 \NAME{RFC}s, other books, source code, websites
71 \section*{Acknowledgements}
72 %FIXME: write this at the very end.
73 % dont forget: proove readers, suggestion makers, supporters, ...
74 % FIXME: if too long, include a file on the CD and refer on it here