]> git.sur5r.net Git - bacula/bacula/commitdiff
A start at some help files???
authorDirk H Bartley <dbartley@schupan.com>
Fri, 3 Aug 2007 21:01:27 +0000 (21:01 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Fri, 3 Aug 2007 21:01:27 +0000 (21:01 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5281 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/help/console.html [new file with mode: 0644]
bacula/src/qt-console/help/index.html

diff --git a/bacula/src/qt-console/help/console.html b/bacula/src/qt-console/help/console.html
new file mode 100644 (file)
index 0000000..8521b0c
--- /dev/null
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<HTML>
+<HEAD>
+<TITLE>Bat User's Guide</TITLE>
+<META NAME="description" CONTENT="Bat User's Guide">
+<META NAME="keywords" CONTENT="bacula">
+<META NAME="resource-type" CONTENT="document">
+<META NAME="distribution" CONTENT="global">
+<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
+</HEAD>
+
+<BODY>
+<h1 align="center">Bat User's Guide</h1>
+<br>
+
+<h4>The Console</h4>
+
+<p>The Console is the interface that displays all of the text that would 
+normally be displayed in bconsole.  Use the command window that by default is
+at the bottom of the window to manually enter in any command like would be done
+with bconsole.
+
+<p>An alphabetic list of the commands can be found on the following web url
+http://www.bacula.org/rel-manual/Bacula_Console.html 
+
+</BODY>
+</HTML>
index 1496deb70042c6f9fc2c0c7961311e0ec5171158..38e7ec9a930be05cfd4c2a985c55d3296518dc35 100644 (file)
 <BODY>
 <h1 align="center">Bat User's Guide</h1>
 <br>
-Test Bacula Administration Tool (bat) User's guide.
-<br>
+The User's guide, for the Bacula Administration Tool.
 
 <br>
-Sorry no contents yet. Maybe someone would like to write this?
+
+<h4>Contents.</h4>
+
+<p>The <a href=console.html>Console</a>
+
+<h4>Welcome and What is The BAT.</h4>
+
+<p>Welcome to the bacula administration tool.  The bat is a graphical interface 
+to communicate with and administer the bacula director daemon.  If you have been
+using bacula for a while, your familiar with bconsole, the text based interface
+to administer bacula.  With bat, the user can use the console class to perform
+any command that can be done from bconsole, and more.
+
+<p>The bat is bconsole with extra communication capabilities and a set of 
+graphical user interfaces that utilize those capabilities.  A bat programmer is 
+able to design interfaces interact with the director in all ways that a user
+can, by executing commands.  When a command is entered by the interface, bat
+will type in the command in the console and will often times change the
+interface visible to the console so that the user can see the command as well
+as the resulting output from the director.  Bat can also do some requests of the
+daemon, that the user normally would not do.   These would be the ability to
+retrieve lists of various resources and also to perform requests of the director
+to query the sql server the daemon is using and return the results to bat.
 
 </BODY>
 </HTML>