]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - doc/help/man-subscriptions.conf.html
Final sync-up with cups.org trunk repository
[thirdparty/cups.git] / doc / help / man-subscriptions.conf.html
diff --git a/doc/help/man-subscriptions.conf.html b/doc/help/man-subscriptions.conf.html
new file mode 100644 (file)
index 0000000..94afd21
--- /dev/null
@@ -0,0 +1,96 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- SECTION: Man Pages -->
+<head>
+       <link rel="stylesheet" type="text/css" href="../cups-printable.css">
+       <title>subscriptions.conf(5)</title>
+</head>
+<body>
+<h1 class="title">subscriptions.conf(5)</h1>
+<h2 class="title"><a name="NAME">Name</a></h2>
+subscriptions.conf - subscriptions file for cups
+<h2 class="title"><a name="DESCRIPTION">Description</a></h2>
+The <i>subscriptions.conf</i> file defines the local subscriptions
+that are active. It is normally located in the <i>/etc/cups</i>
+directory and is generated automatically by the <a href='man-cupsd.html?TOPIC=Man+Pages'>cupsd(8)</a>
+program when subscriptions are created, renewed, or cancelled.
+<p>Each line in the file can be a configuration directive, a blank line,
+or a comment. Comment lines start with the # character.
+<h2 class="title"><a name="DIRECTIVES">Directives</a></h2>
+<dl>
+<dt>&lt;Subscription NNN> ... &lt;/Subscription>
+</dt>
+<dd></dd>
+<dd>Defines a subscription.
+</dd>
+<dt>Events name [ ... name ]
+</dt>
+<dd></dd>
+<dd>Specifies the events that are subscribed.
+</dd>
+<dt>ExpirationTime unix-time
+</dt>
+<dd></dd>
+<dd>Specifies the expiration time of a subscription as a UNIX time
+value in seconds since January 1st, 1970.
+</dd>
+<dt>Interval seconds
+</dt>
+<dd></dd>
+<dd>Specifies the preferred time interval for event notifications in
+seconds.
+</dd>
+<dt>JobId job-id
+</dt>
+<dd></dd>
+<dd>Specifies the job ID associated with the subscription.
+</dd>
+<dt>LeaseDuration seconds
+</dt>
+<dd></dd>
+<dd>Specifies the number of seconds that the subscription is valid
+for. If 0, the subscription does not expire.
+</dd>
+<dt>NextEventId number
+</dt>
+<dd></dd>
+<dd>Specifies the next notify-sequence-number to use for the
+subscription.
+</dd>
+<dt>NextSubscriptionId number
+</dt>
+<dd></dd>
+<dd>Specifies the next subscription-id to use.
+</dd>
+<dt>Owner username
+</dt>
+<dd></dd>
+<dd>Specifies the user that owns the subscription.
+</dd>
+<dt>PrinterName printername
+</dt>
+<dd></dd>
+<dd>Specifies the printer or class associated with the subscription.
+</dd>
+<dt>Recipient uri
+</dt>
+<dd></dd>
+<dd>Specifies the notify-recipient-uri value for push-type notifications.
+</dd>
+<dt>UserData hex-escaped-data
+</dt>
+<dd></dd>
+<dd>Specifies user data to be included in event notifications. This
+is typically the "from" address in mailto: notifications.
+</dd>
+</dl>
+<h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
+<a href='man-classes.conf.html?TOPIC=Man+Pages'>classes.conf(5)</a>, <a href='man-cupsd.html?TOPIC=Man+Pages'>cupsd(8)</a>, <a href='man-cupsd.conf.html?TOPIC=Man+Pages'>cupsd.conf(5)</a>,
+<a href='man-mime.convs.html?TOPIC=Man+Pages'>mime.convs(5)</a>, <a href='man-mime.types.html?TOPIC=Man+Pages'>mime.types(5)</a>, printers.conf(5)
+<br>
+<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.
+
+</body>
+</html>