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