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