]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/de/developers/developers.tex
Add new German manual
[bacula/docs] / docs / manuals / de / developers / developers.tex
1 %%
2 %%
3
4 \documentclass[11pt,a4paper]{report}
5 \usepackage{html}
6 \usepackage{float}
7 \usepackage{graphicx}
8 \usepackage{bacula}
9 \usepackage{longtable}
10 \usepackage{makeidx}
11 \usepackage{index}
12 \usepackage{setspace}
13 \usepackage{hyperref}
14 \usepackage{url}
15
16
17 \makeindex
18 \newindex{general}{idx}{ind}{General Index}
19
20 \sloppy
21
22 \begin{document}
23 \sloppy
24
25 \newfont{\bighead}{cmr17 at 36pt}
26 \parskip 10pt
27 \parindent 0pt
28
29 \title{\includegraphics{./bacula-logo.eps} \\ \bigskip
30   \Huge{Developers' Guide}
31   \begin{center}
32    \large{It comes in the night and sucks 
33           the essence from your computers. }
34   \end{center}
35 }
36
37
38 \author{Kern Sibbald}
39 \date{\vspace{1.0in}\today \\
40       This manual documents Bacula version \input{version} \\
41       \vspace{0.2in}
42       Copyright \copyright 1999-2007, Free Software Foundation Europe
43       e.V. \\
44       \vspace{0.2in}
45   Permission is granted to copy, distribute and/or modify this document under the terms of the
46   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
47   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
48   A copy of the license is included in the section entitled "GNU Free Documentation License".
49 }
50
51
52 \maketitle
53
54 \clearpage
55 \tableofcontents
56 \clearpage
57 \listoffigures
58 \clearpage
59 \listoftables
60 \clearpage
61
62 \include{generaldevel}
63 \include{platformsupport}
64 \include{daemonprotocol}
65 \include{director}
66 \include{file}
67 \include{storage}
68 \include{catalog}
69 \include{mediaformat}
70 \include{porting}
71 \include{gui-interface}
72 \include{tls-techdoc}
73 \include{regression}
74 \include{md5}
75 \include{mempool}
76 \include{netprotocol}
77 \include{smartall}
78 \include{fdl}
79
80
81 % The following line tells link_resolver.pl to not include these files:
82 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
83
84 % pull in the index
85 \clearpage
86 \printindex
87
88 \end{document}