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