From 65a8e6ba3ed5a031941e672b90605babfa778bc8 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 27 Jul 2009 20:46:57 +0000 Subject: [PATCH] ebl Add file to build html doc --- docs/manuals/en/main.tex | 169 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 docs/manuals/en/main.tex diff --git a/docs/manuals/en/main.tex b/docs/manuals/en/main.tex new file mode 100644 index 00000000..aa4a1953 --- /dev/null +++ b/docs/manuals/en/main.tex @@ -0,0 +1,169 @@ +%% +%% +%% The following characters must be preceded by a backslash +%% to be entered as printable characters: +%% +%% # $ % & ~ _ ^ \ { } +%% + +\documentclass[10pt,a4paper]{book} + +\topmargin -0.5in +\oddsidemargin 0.0in +\evensidemargin 0.0in +\textheight 10in +\textwidth 6.5in + + +\usepackage{html} +\usepackage{float} +\usepackage{graphicx} +\usepackage{bacula} +\usepackage{longtable} +\usepackage{makeidx} +\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{\idir bacula-logo.eps} \\ \bigskip + \Huge{Bacula}$^{\normalsize \textregistered}$ \Huge{Manual} + \begin{center} + \large{It comes in the night and sucks + the essence from your computers. } + \end{center} +} + + +\author{Kern Sibbald} +\date{\vspace{1.0in}\today \\ + This manual documents Bacula version \fullversion \\ + \vspace{0.2in} Copyright {\copyright} 1999-2009, 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; with no Invariant Sections, no + Front-Cover Texts, and no Back-Cover Texts. A copy of the license is + included in the section entitled "GNU Free Documentation License". } + +\maketitle + +\clearpage +\pagenumbering{roman} +\tableofcontents +\clearpage + +\pagestyle{myheadings} +\markboth{Bacula Version \version}{Bacula Version \version} +\pagenumbering{arabic} + +\part{Concepts and Overview Guide} +\label{part:conceptandoverview} +\include{concepts/general} +\include{concepts/newfeatures} +\include{concepts/pluginAPI} +\include{concepts/state} +\include{concepts/requirements} +\include{concepts/supportedoses} +\include{concepts/supporteddrives} +\include{concepts/tutorial} +\include{concepts/restore} +\include{concepts/recycling} +\include{concepts/disk} +\include{concepts/pools} +\include{concepts/migration} +\include{concepts/strategies} +\include{concepts/autochangers} +\include{concepts/supportedchangers} +\include{concepts/spooling} +\include{concepts/statistics} +\include{concepts/python} +\include{concepts/ansi-labels} +\include{concepts/win32} +\include{concepts/rescue} +\include{concepts/tls} +\include{concepts/dataencryption} +\include{concepts/verify} +\include{concepts/bootstrap} +\include{concepts/projects} +\include{concepts/thanks} +\include{concepts/bugs} +\include{concepts/vars} +\include{concepts/stunnel} +\include{concepts/dvd} + +\part{Bacula Installation and Configuration Guide} +\label{part:install} + +\include{install/quickstart} +\include{install/installation} +\include{install/critical} +\include{install/configure} +\include{install/dirdconf} +\include{install/filedconf} +\include{install/storedconf} +\include{install/messagesres} +\include{install/consoleconf} +\include{install/monitorconf} +\include{install/security} + +\part{Bacula Console and Operators Guide} +\label{part:console} + +\include{console/bconsole} +\include{console/gui} + +\part{Bacula Utility Programs} +\label{part:utility} + +\include{utility/progs} +\include{utility/bimagemgr-chapter} +\include{utility/rpm-faq} + + +\part{Bacula Catalog Database Guide} +\label{part:catalogdatabase} + +\include{catalog/catmaintenance} +\include{catalog/mysql} +\include{catalog/postgresql} +\include{catalog/sqlite} +\include{catalog/internaldb} + + +\appendix +\part{Appendix} +\include{concepts/license} +\include{concepts/fdl} +\include{concepts/gpl} +\include{concepts/lesser} + + +% pull in the index +\clearpage +\printindex[general] +\printindex[dir] +\printindex[fd] +\printindex[sd] +\printindex[console] + +\end{document} -- 2.39.5