]> git.sur5r.net Git - bacula/docs/blob - docs/bacula-web/bacula-web.tex
Tweak bacula.org html meta data
[bacula/docs] / docs / bacula-web / bacula-web.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
35 \author{Kern Sibbald}
36 \date{\vspace{1.0in}\today \\
37       This manual documents Bacula-web version \input{version} \\
38       The Bacula-web program was written by Juan Luis Frances\\
39       \vspace{0.2in}\\
40       Copyright \copyright 2005-2008, Free Software Foundation Europe e.V.
41       \\
42       \vspace{0.2in}\\
43   Permission is granted to copy, distribute and/or modify this document under the terms of the \\
44   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; \\ 
45   with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. \\
46   A copy of the license is included in the section entitled "GNU Free Documentation License".
47 }
48
49 \maketitle
50
51 \clearpage
52 \tableofcontents
53 \clearpage
54 \listoffigures
55 \clearpage
56 \listoftables
57 \clearpage
58
59 \include{general}
60 \include{fdl}
61
62 % The following line tells link_resolver.pl to not include these files:
63 % nolinks developersi baculai-dir baculai-fd baculai-sd baculai-console baculai-main
64
65 % pull in the index
66 \clearpage
67 \printindex
68
69 \end{document}