X-Git-Url: http://git.toastfreeware.priv.at/debian/bti.git/blobdiff_plain/7a62f5f78d98fcc5ec868bd96a4db0dfec4169a5..b400ec5ad752a4475ad6821a766f218fee95b4da:/bti.xml
diff --git a/bti.xml b/bti.xml
index 0d7767e..1b20586 100644
--- a/bti.xml
+++ b/bti.xml
@@ -29,6 +29,8 @@
+
+
@@ -72,6 +74,29 @@
+
+
+
+
+ Specify a http proxy value. This is not a required option, and
+ only needed by systems that are behind a http proxy.
+
+
+ If --proxy is not specified but the environment variable
+ 'http_proxy' is set the latter will be used.
+
+
+
+
+
+
+
+ Specify a logfile for bti to write status messages to. LOGFILE
+ is in relation to the user's home directory, not an absolute
+ path to a file.
+
+
+
@@ -176,12 +201,52 @@
+
+
+
+
+ The http proxy needed to send data out to the Internet.
+
+
+
+
+
+
+
+ The logfile name for bti to write what happened to.
+ This file is relative to the user's home directory. If this
+ file is not specified here or on the command line, no logging
+ will be written to the disk.
+
+
+
There is an example config file called
bti.example in the source tree that shows
the structure of the file if you need an example to work off of.
+
+ Configuration options have the following priority:
+
+
+
+
+ command line option
+
+
+
+ config file option
+
+
+
+ environment variables
+
+
+
+ For example, command line options always override any config file
+ option, or any environment variables.
+ AUTHOR