]> git.sur5r.net Git - bacula/docs/blobdiff - docs/manuals/en/developers/developers.tex
Commit two patches from Philippe to cleanup the manuals
[bacula/docs] / docs / manuals / en / developers / developers.tex
index 840b1a0a59c5356261f669343267b1f166726b44..16f3086917b37a55cb6dc8b4978335aef655b7a8 100644 (file)
@@ -1,7 +1,21 @@
 %%
 %%
+%%  The following characters must be preceded by a backslash
+%%    to be entered as printable characters:
+%%
+%%   # $ % & ~ _ ^ \ { }
+%%
+
+\documentclass[10pt,a4paper,english,titlepage]{borgmanual}
+%\documentclass[10pt,a4paper]{book}
+
+\topmargin -0.5in
+\oddsidemargin 0.0in
+\evensidemargin 0.0in
+\textheight 10in
+\textwidth 6.5in
+
 
-\documentclass[11pt,a4paper]{report}
 \usepackage{html}
 \usepackage{float}
 \usepackage{graphicx}
 \usepackage{index}
 \usepackage{setspace}
 \usepackage{hyperref}
+% \usepackage[linkcolor=black,colorlinks=true]{hyperref}
 \usepackage{url}
 
-
 \makeindex
+\newindex{dir}{ddx}{dnd}{Director Index}
+\newindex{fd}{fdx}{fnd}{File Daemon Index}
+\newindex{sd}{sdx}{snd}{Storage Daemon Index}
+\newindex{console}{cdx}{cnd}{Console Index}
 \newindex{general}{idx}{ind}{General Index}
 
 \sloppy
 
 \begin{document}
 \sloppy
-
 \newfont{\bighead}{cmr17 at 36pt}
 \parskip 10pt
 \parindent 0pt
 
-\title{\includegraphics{./bacula-logo.eps} \\ \bigskip
-  \Huge{Developers' Guide}
-  \begin{center}
-   \large{It comes in the night and sucks 
-          the essence from your computers. }
-  \end{center}
-}
-
+\title{Bacula$^{\normalsize \textregistered}$ Developer's Guide}
 
 \author{Kern Sibbald}
 \date{\vspace{1.0in}\today \\
       This manual documents Bacula version \input{version} \\
       \vspace{0.2in}
-      Copyright \copyright 1999-2007, Free Software Foundation Europe
+      Copyright {\copyright} 1999-2010, Free Software Foundation Europe
       e.V. \\
+      Bacula {\textregistered}  is a registered trademark of Kern Sibbald.\\
       \vspace{0.2in}
   Permission is granted to copy, distribute and/or modify this document under the terms of the
   GNU Free Documentation License, Version 1.2 published by the Free Software Foundation; 
   A copy of the license is included in the section entitled "GNU Free Documentation License".
 }
 
-
 \maketitle
-
 \clearpage
+\pagenumbering{roman}
 \tableofcontents
 \clearpage
-\listoffigures
-\clearpage
-\listoftables
-\clearpage
 
+\pagestyle{myheadings}
+\markboth{Bacula Version \version}{Bacula Version \version}
+\pagenumbering{arabic}
 \include{generaldevel}
+\include{git}
+\include{pluginAPI}
 \include{platformsupport}
 \include{daemonprotocol}
 \include{director}