From: mike Date: Sun, 28 Sep 2008 23:04:05 +0000 (+0000) Subject: Add start of CUPS banner file spec. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ba35cab7c590e96cc8e506b2e6d902e280a76a8;p=thirdparty%2Fcups.git Add start of CUPS banner file spec. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@7991 7a7537e8-13f0-0310-91df-b6672ffda945 --- diff --git a/doc/Makefile b/doc/Makefile index 380fb57439..e130453638 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -101,6 +101,7 @@ HELPFILES = \ help/ref-snmp-conf.html \ help/ref-subscriptions-conf.html \ help/security.html \ + help/spec-banner.html \ help/spec-browsing.html \ help/spec-cmp.html \ help/spec-command.html \ diff --git a/doc/help/spec-banner.html b/doc/help/spec-banner.html new file mode 100644 index 0000000000..33de87649d --- /dev/null +++ b/doc/help/spec-banner.html @@ -0,0 +1,90 @@ + + + + + CUPS Banner File Format + + + + + + +

Introduction

+ +

This specification describes the CUPS banner file format +(application/vnd.cups-banner) which is used to generate print job cover pages. +The format itself consists of a header followed by lines of UTF-8 text +containing a comment or keyword and value:

+ +
+#CUPS-BANNER
+
+# What to show on the cover page
+Show job-id job-name requesting-user-name time-at-creation notice
+
+# The header and footer text
+Header Cover Page
+Footer Cover Page
+
+# Arbitrary "notice" text
+Notice All work and no play makes Johnny a dull boy.
+Notice All work and no play makes Johnny a dull boy.
+Notice All work and no play makes Johnny a dull boy.
+Notice All work and no play makes Johnny a dull boy.
+
+# Images to place below the rest
+Image /usr/share/doc/cups/images/cups-icon.png
+Image /usr/share/doc/cups/images/smiley.jpg
+
+ +

Standard Keywords

+ +

+ +

+

+ +

+ +

+

+ +

+ +

+

+ +

+ +

+

+ +

+ +

+

+ +

+ +

+

+ +

+ +

+

+ + +