]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/man-notifier.html
Initial work on man page modernization (STR #4372)
[thirdparty/cups.git] / doc / help / man-notifier.html
index fc9ae82835e9712f4f337eff1f85040b53900356..548677e944ad8549dc1516cd0e1ed0450e44c512 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE HTML>
 <html>
 <!-- SECTION: Man Pages -->
 <head>
 <h2 class="title"><a name="NAME">Name</a></h2>
 notifier - cups notification interface
 <h2 class="title"><a name="SYNOPSIS">Synopsis</a></h2>
-<b>notifier
-</b><i>recipient
-</i>[
-<i>user-data
-</i>]
+<b>notifier</b>
+<i>recipient</i>
+[
+<i>user-data</i>
+]
 <h2 class="title"><a name="DESCRIPTION">Description</a></h2>
 The CUPS notifier interface provides a standard method for adding support for
 new event notification methods to CUPS. Each notifier delivers one or more IPP
@@ -27,145 +27,122 @@ the first message or stay running until an error is seen.
 Messages sent to stderr are generally logged to the current <i>ErrorLog</i>.
 Each line begins with a standard prefix:
 
-<dl>
-<dt>ALERT: message
-</dt>
-<dd></dd>
-<dd>Sets the printer-state-message attribute and adds the specified
+<p style="margin-left: 5.0em; text-indent: -5.0em">ALERT: message
+<br>
+<br>
+Sets the printer-state-message attribute and adds the specified
 message to the current <i>ErrorLog</i> using the "alert" log level.
 
-</dd>
-<dt>CRIT: message
-</dt>
-<dd></dd>
-<dd>Sets the printer-state-message attribute and adds the specified
+<p style="margin-left: 5.0em; text-indent: -5.0em">CRIT: message
+<br>
+<br>
+Sets the printer-state-message attribute and adds the specified
 message to the current <i>ErrorLog</i> using the "critical" log level.
 
-</dd>
-<dt>DEBUG: message
-</dt>
-<dd></dd>
-<dd>Sets the printer-state-message attribute and adds the specified
+<p style="margin-left: 5.0em; text-indent: -5.0em">DEBUG: message
+<br>
+<br>
+Sets the printer-state-message attribute and adds the specified
 message to the current <i>ErrorLog</i> using the "debug" log level.
 
-</dd>
-<dt>DEBUG2: message
-</dt>
-<dd></dd>
-<dd>Sets the printer-state-message attribute and adds the specified
+<p style="margin-left: 5.0em; text-indent: -5.0em">DEBUG2: message
+<br>
+<br>
+Sets the printer-state-message attribute and adds the specified
 message to the current <i>ErrorLog</i> using the "debug2" log level.
 
-</dd>
-<dt>EMERG: message
-</dt>
-<dd></dd>
-<dd>Sets the printer-state-message attribute and adds the specified
+<p style="margin-left: 5.0em; text-indent: -5.0em">EMERG: message
+<br>
+<br>
+Sets the printer-state-message attribute and adds the specified
 message to the current <i>ErrorLog</i> using the "emergency" log level.
 
-</dd>
-<dt>ERROR: message
-</dt>
-<dd></dd>
-<dd>Sets the printer-state-message attribute and adds the specified
+<p style="margin-left: 5.0em; text-indent: -5.0em">ERROR: message
+<br>
+<br>
+Sets the printer-state-message attribute and adds the specified
 message to the current <i>ErrorLog</i> using the "error" log level.
 
-</dd>
-<dt>INFO: message
-</dt>
-<dd></dd>
-<dd>Sets the printer-state-message attribute. If the current <i>LogLevel</i>
+<p style="margin-left: 5.0em; text-indent: -5.0em">INFO: message
+<br>
+<br>
+Sets the printer-state-message attribute. If the current <i>LogLevel</i>
 is set to "debug2", also adds the specified message to the
 current <i>ErrorLog</i> using the "info" log level.
 
-</dd>
-<dt>NOTICE: message
-</dt>
-<dd></dd>
-<dd>Sets the printer-state-message attribute and adds the specified
+<p style="margin-left: 5.0em; text-indent: -5.0em">NOTICE: message
+<br>
+<br>
+Sets the printer-state-message attribute and adds the specified
 message to the current <i>ErrorLog</i> using the "notice" log level.
 
-</dd>
-<dt>WARNING: message
-</dt>
-<dd></dd>
-<dd>Sets the printer-state-message attribute and adds the specified
+<p style="margin-left: 5.0em; text-indent: -5.0em">WARNING: message
+<br>
+<br>
+Sets the printer-state-message attribute and adds the specified
 message to the current <i>ErrorLog</i> using the "warning" log level.
 
-</dd>
-</dl>
 <h2 class="title"><a name="ENVIRONMENT_VARIABLES">Environment Variables</a></h2>
 The following environment variables are defined by the CUPS server when
 executing the notifier:
 
-<dl>
-<dt>CHARSET
-</dt>
-<dd></dd>
-<dd>The default text character set, typically utf-8.
-
-</dd>
-<dt>CUPS_CACHEDIR
-</dt>
-<dd></dd>
-<dd>The directory for semi-persistent cache files can be found.
-
-</dd>
-<dt>CUPS_DATADIR
-</dt>
-<dd></dd>
-<dd>The directory where data files can be found.
-
-</dd>
-<dt>CUPS_FILETYPE
-</dt>
-<dd></dd>
-<dd>The type of file being printed: "job-sheet" for a banner page and "document"
+<p style="margin-left: 5.0em; text-indent: -5.0em">CHARSET
+<br>
+<br>
+The default text character set, typically utf-8.
+
+<p style="margin-left: 5.0em; text-indent: -5.0em">CUPS_CACHEDIR
+<br>
+<br>
+The directory for semi-persistent cache files can be found.
+
+<p style="margin-left: 5.0em; text-indent: -5.0em">CUPS_DATADIR
+<br>
+<br>
+The directory where data files can be found.
+
+<p style="margin-left: 5.0em; text-indent: -5.0em">CUPS_FILETYPE
+<br>
+<br>
+The type of file being printed: "job-sheet" for a banner page and "document"
 for a regular print file.
 
-</dd>
-<dt>CUPS_SERVERROOT
-</dt>
-<dd></dd>
-<dd>The root directory of the server.
-
-</dd>
-<dt>LANG
-</dt>
-<dd></dd>
-<dd>The default language locale (typically C or en).
-
-</dd>
-<dt>PATH
-</dt>
-<dd></dd>
-<dd>The standard execution path for external programs that may be run by
+<p style="margin-left: 5.0em; text-indent: -5.0em">CUPS_SERVERROOT
+<br>
+<br>
+The root directory of the server.
+
+<p style="margin-left: 5.0em; text-indent: -5.0em">LANG
+<br>
+<br>
+The default language locale (typically C or en).
+
+<p style="margin-left: 5.0em; text-indent: -5.0em">PATH
+<br>
+<br>
+The standard execution path for external programs that may be run by
 the filter.
 
-</dd>
-<dt>SOFTWARE
-</dt>
-<dd></dd>
-<dd>The name and version number of the server (typically CUPS/1.2).
-
-</dd>
-<dt>TZ
-</dt>
-<dd></dd>
-<dd>The timezone of the server.
-
-</dd>
-<dt>USER
-</dt>
-<dd></dd>
-<dd>The user executing the filter, typically "lp"; consult the <a href='man-cupsd.conf.html?TOPIC=Man+Pages'>cupsd.conf(5)</a>
+<p style="margin-left: 5.0em; text-indent: -5.0em">SOFTWARE
+<br>
+<br>
+The name and version number of the server (typically CUPS/1.2).
+
+<p style="margin-left: 5.0em; text-indent: -5.0em">TZ
+<br>
+<br>
+The timezone of the server.
+
+<p style="margin-left: 5.0em; text-indent: -5.0em">USER
+<br>
+<br>
+The user executing the filter, typically "lp"; consult the <i>cupsd.conf(5)</i>
 file for the current setting.
 
-</dd>
-</dl>
 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
-<a href='man-backend.html?TOPIC=Man+Pages'>backend(7)</a>, <a href='man-cupsd.html?TOPIC=Man+Pages'>cupsd(8)</a>, <a href='man-filter.html?TOPIC=Man+Pages'>filter(7)</a>,
+<i>backend(7)</i>, <i>cupsd(8)</i>, <i>filter(7)</i>,
 <br>
-<a href='http://localhost:631/help'>http://localhost:631/help</a>
+<a href="http://localhost:631/help">http://localhost:631/help</a>
 <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2>
 Copyright 2007-2013 by Apple Inc.