]> git.sur5r.net Git - bacula/docs/blob - docs/developers/developers.tex
Update news item
[bacula/docs] / docs / 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   \begin{center}
31    \large{It comes in the night and sucks 
32           the essence from your computers. }
33   \end{center}
34 }
35
36
37 \author{Kern Sibbald}
38 \date{\vspace{1.0in}\today \\
39       This manual documents Bacula version \input{version} \\
40       \vspace{0.2in}
41       Copyright \copyright 1999-2007, Free Software Foundation Europe
42       e.V. \\
43       \vspace{0.2in}
44   Permission is granted to copy, distribute and/or modify this document under the terms of the
45   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
46   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
47   A copy of the license is included in the section entitled "GNU Free Documentation License".
48 }
49
50
51 \maketitle
52
53 \clearpage
54 \tableofcontents
55 \clearpage
56 \listoffigures
57 \clearpage
58 \listoftables
59 \clearpage
60
61 \include{generaldevel}
62 \include{platformsupport}
63 \include{daemonprotocol}
64 \include{director}
65 \include{file}
66 \include{storage}
67 \include{catalog}
68 \include{mediaformat}
69 \include{porting}
70 \include{gui-interface}
71 \include{tls-techdoc}
72 \include{regression}
73 \include{md5}
74 \include{mempool}
75 \include{netprotocol}
76 \include{smartall}
77 \include{fdl}
78
79
80 % The following line tells link_resolver.pl to not include these files:
81 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
82
83 % pull in the index
84 \clearpage
85 \printindex
86
87 \end{document}