diff options
Diffstat (limited to 'debian/htdig/htdig-3.2.0b6/htdoc/htnotify.html')
-rw-r--r-- | debian/htdig/htdig-3.2.0b6/htdoc/htnotify.html | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/debian/htdig/htdig-3.2.0b6/htdoc/htnotify.html b/debian/htdig/htdig-3.2.0b6/htdoc/htnotify.html new file mode 100644 index 00000000..6bce3623 --- /dev/null +++ b/debian/htdig/htdig-3.2.0b6/htdoc/htnotify.html @@ -0,0 +1,120 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> +<html> + <head> + <title> + ht://Dig: htnotify + </title> + </head> + <body bgcolor="#eef7ff"> + <h1> + htnotify + </h1> + <p> + ht://Dig Copyright © 1995-2004 <a href="THANKS.html">The ht://Dig Group</a><br> + Please see the file <a href="COPYING">COPYING</a> for + license information. + </p> + <hr size="4" noshade> + <dl> + <dd> + <h2> + Synopsis + </h2> + </dd> + <dd> + htnotify [-b <em>database</em>][-c <em>configfile</em>][-v] + </dd> + </dl> + <dl> + <dd> + <h2> + Description + </h2> + </dd> + <dd> + Htnotify scans the document database created by + <a href="htmerge.html">htmerge</a> and sends an email message for + every page that is out of date. Look in the + <a href="notification.html">notification</a> manual for + instructions to set up this service. + </dd> + </dl> + <dl> + <dd> + <h2> + Options + </h2> + </dd> + <dd> + <dl compact> + <dt> + -b <em>database</em> + </dt> + <dd> + Specifies an alternative database than what is + specified in the configuration file. + </dd> + <dt> + -c <em>configfile</em> + </dt> + <dd> + Use the specified configuration file instead of the + default. + </dd> + <dt> + -v + </dt> + <dd> + Verbose mode. This increases the verbosity of the + program. Used once will display a log of what email + messages were sent. Used more than once will display + information about each document that has email + notification set. + </dd> + </dl> + </dd> + </dl> + <dl> + <dd> + <h2> + Files + </h2> + </dd> + <dd> + <dl> + <dt> + <a href="attrs.html#config_dir">CONFIG_DIR</a>/htdig.conf + </dt> + <dd> + The default configuration file. + </dd> + </dl> + <dl> + <dt> + <a href="attrs.html#database_dir">DATABASE_DIR</a>/db.docdb + </dt> + <dd> + Stores data about each document (title, url, etc.). + </dd> + </dl> + </dd> + </dl> + <dl> + <dd> + <h2> + See Also + </h2> + </dd> + <dd> + <a href="htdig.html">htdig</a>, + <a href="htmerge.html">htmerge</a>, + <a href="notification.html">Email notification service</a> and + <a href="attrs.html">Configuration file format</a>. + </dd> + </dl> + <hr size="4" noshade> + + Last modified: $Date: 2004/06/12 13:39:13 $ + + </body> +</html> |