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