docs/diploma

annotate thesis/tex/0-preface.tex @ 36:42a2a3565b89

structural changes in preface
author meillo@marmaro.de
date Wed, 08 Oct 2008 13:28:47 +0200
parents b3ba69ef35ab
children 81ff8b093efe
rev   line source
meillo@8 1 \cleardoublepage
meillo@8 2 \chapter*{Preface}
meillo@8 3 \addcontentsline{toc}{chapter}{Preface}
meillo@8 4
meillo@8 5 \section*{Preface}
meillo@33 6 Lorem ipsum dolor sit amet, \cite{brooks95} consectetur\index{Daten} adipisicing elit
meillo@8 7
meillo@8 8
meillo@33 9 \section*{Audience}
meillo@33 10 This document is targeted for \masqmail\ users and for people interested in mail systems in general. Security problems in electronic mail, \unix\ and the \NAME{C} programming language will also be discussed. Additional ones planning to take over an unmaintained software project will find real life experience in here.
meillo@33 11
meillo@33 12 In each topic, basic knowledge is %FIXME: vorrausgesetzt
meillo@33 13 . Nevertheless introductions are given and sources for further reading will be mentioned.
meillo@33 14
meillo@33 15 This work focuses on the \unix\ operating system. Experience in usage, administration and program development is assumed. 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.
meillo@33 16
meillo@33 17 General information about \unix\ can be found in %FIXME: references
meillo@33 18 . %FIXME: references
meillo@33 19 explain about administrating \unix. And developing programs in \NAME{C} may be learned from %FIXME: references (``The C programming language'', ``The Unix programming environment'', ...)
meillo@33 20 .
meillo@33 21
meillo@33 22 %TODO: should I tell them to send email to me when having questions? Or somewhere else?
meillo@33 23
meillo@8 24
meillo@36 25 \section*{Organisation}
meillo@36 26 %FIXME: write about organisation of the book: parts, chapters, sections. And more thats useful to know.
meillo@36 27
meillo@36 28
meillo@8 29 \section*{How to read this document}
meillo@33 30 %TODO: what to write here??
meillo@33 31 %TODO: include this in section ``Organisation''?
meillo@33 32
meillo@8 33
meillo@36 34 \section*{Conventions used}
meillo@33 35 %TODO: check if this tells what is really used!
meillo@33 36 %FIXME: make it complete!
meillo@12 37 The following typographic conventions are used in this book:
meillo@12 38
meillo@12 39 \begin{tabular}{ p{0.15\textwidth} p{0.8\textwidth} }
meillo@12 40 \emph{Italic} &
meillo@12 41 is used for names, including command names, file name, hostnames, usernames and email addresses.
meillo@12 42 Further more it is used to emphasize text.
meillo@12 43 \\ &\\
meillo@12 44
meillo@12 45 \texttt{Constant Width} &
meillo@12 46 is used for source code, contents of files and output from programs.
meillo@12 47 \\ &\\
meillo@12 48
meillo@12 49 \texttt{\$} &
meillo@12 50 indicates the the user shell prompt.
meillo@12 51 \\ &\\
meillo@12 52
meillo@12 53 \texttt{\#} &
meillo@12 54 indicates the the root shell prompt.
meillo@12 55 \\
meillo@12 56 \end{tabular}
meillo@12 57
meillo@12 58
meillo@8 59
meillo@8 60 \section*{Additional sources}
meillo@33 61 %FIXME: specify the really important external documents here
meillo@33 62 %TODO: write about the bundled CD, and tell what's included
meillo@33 63 \NAME{RFC}s, other books, source code, websites
meillo@8 64
meillo@33 65
meillo@8 66 \section*{Acknowledgements}
meillo@33 67 %FIXME: write this at the very end.
meillo@33 68 % dont forget: proove readers, suggestion makers, supporters, ...