Mercurial > docs > diploma
comparison thesis/tex/0-preface.tex @ 400:5254a119ad56
fixed all major trashing of the right margin
author | meillo@marmaro.de |
---|---|
date | Sat, 07 Feb 2009 23:47:34 +0100 |
parents | 6494832a798c |
children | e57129f57faa |
comparison
equal
deleted
inserted
replaced
399:a641bea7a087 | 400:5254a119ad56 |
---|---|
2 \chapter*{Preface} | 2 \chapter*{Preface} |
3 \addcontentsline{toc}{section}{Preface} | 3 \addcontentsline{toc}{section}{Preface} |
4 | 4 |
5 This thesis is about \masqmail, a small mail transfer agent for workstations and home networks. In October 2007 I had chosen \masqmail\ for my machines because of its small size though it was a ``real'' mail transfer agent. \masqmail\ served me well since then and I have found no reasons to change. | 5 This thesis is about \masqmail, a small mail transfer agent for workstations and home networks. In October 2007 I had chosen \masqmail\ for my machines because of its small size though it was a ``real'' mail transfer agent. \masqmail\ served me well since then and I have found no reasons to change. |
6 | 6 |
7 Unfortunately, the \masqmail\ package in \name{Debian}, which is my preferred \NAME{GNU}/Linux distribution, is unmaintained since the beginning of 2008. Unmaintained packages are likely to get dropped out of a distribution if critical bugs appear in them. Although \masqmail\ had no critical bugs, this was a situation I definitely wanted to prevent. | 7 Unfortunately, the \masqmail\ package in \name{Debian}, which is my preferred \NAME{GNU}/Li\-nux distribution, is unmaintained since the beginning of 2008. Unmaintained packages are likely to get dropped out of a distribution if critical bugs appear in them. Although \masqmail\ had no critical bugs, this was a situation I definitely wanted to prevent. |
8 | 8 |
9 Using my diploma thesis as a ``power-start'' for maintaining and developing \masqmail\ in the future was a great idea. As it came to my mind I knew this is the thing I \emph{wanted} to do. --- I did it! :-) | 9 Using my diploma thesis as a ``power-start'' for maintaining and developing \masqmail\ in the future was a great idea. As it came to my mind I knew this is the thing I \emph{wanted} to do. --- I did it! :-) |
10 | 10 |
11 \quad | 11 \quad |
12 | 12 |
63 \end{enumerate} | 63 \end{enumerate} |
64 | 64 |
65 References to external resources are marked using one of three styles, distinguished by the type of resource. | 65 References to external resources are marked using one of three styles, distinguished by the type of resource. |
66 | 66 |
67 \begin{enumerate} | 67 \begin{enumerate} |
68 \item References to books, articles, and similar documents look like this: \cite{kernighan84}. The letters represent the author(s) (here \person{Kernighan} and \person{Pike}), while the number represents the year of publication (here 1984). | 68 \item References to books, articles, and documents of similar kind, look like this: \cite{kernighan84}. The letters represent the author(s) (here \person{Kernighan} and \person{Pike}), while the number represents the year of publication (here 1984). |
69 | 69 |
70 \item Websites are different from documents as they are less some text written by some author but more a place where information is gathered. Website may also change from time to time, thus the date of access is given to indicate the version to which was referred. References to websites have such appearance: \citeweb{masqmail:homepage}. | 70 \item Websites are different from documents as they are less some text written by some author but more a place where information is gathered. Website may also change from time to time, thus the date of access is given to indicate the version to which was referred. References to websites have such appearance: \citeweb{masqmail:homepage}. |
71 | 71 |
72 \item \name{Request for Comments} are those documents that define the Internet. They are referenced directly by their unique number. For instance: \RFC\,821. | 72 \item \name{Request for Comments} are those documents that define the Internet. They are referenced directly by their unique number. For instance: \RFC\,821. |
73 \end{enumerate} | 73 \end{enumerate} |