Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: printing-howto.xml
Date: Tue, 28 Nov 2006 19:22:25
Message-Id: 20061128192209.5DAF464971@smtp.gentoo.org
1 nightmorph 06/11/28 19:21:12
2
3 Modified: printing-howto.xml
4 Log:
5 Lots o' printing-howto updates for the new stabilized CUPS 1.2, thanks to genstef for answering a few questions on IRC
6
7 Revision Changes Path
8 1.63 xml/htdocs/doc/en/printing-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.63&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?rev=1.63&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/printing-howto.xml?r1=1.62&r2=1.63
13
14 Index: printing-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v
17 retrieving revision 1.62
18 retrieving revision 1.63
19 diff -u -r1.62 -r1.63
20 --- printing-howto.xml 28 Nov 2006 18:10:50 -0000 1.62
21 +++ printing-howto.xml 28 Nov 2006 19:21:12 -0000 1.63
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.62 2006/11/28 18:10:50 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.63 2006/11/28 19:21:12 nightmorph Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -8,7 +8,7 @@
31 <title>Gentoo Printing Guide</title>
32
33 <author title="Author">
34 - <mail link="swift@g.o">Sven Vermeulen</mail>
35 + <mail link="sven.vermeulen@××××××.be">Sven Vermeulen</mail>
36 </author>
37 <author title="Editor">
38 <mail link="nightmorph@g.o">Joshua Saddler</mail>
39 @@ -24,7 +24,7 @@
40 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
41 <license/>
42
43 -<version>2.94</version>
44 +<version>2.95</version>
45 <date>2006-11-28</date>
46
47 <chapter>
48 @@ -236,6 +236,14 @@
49 <th>Impact on CUPS</th>
50 </tr>
51 <tr>
52 + <ti>dbus</ti>
53 + <ti>Adds support for the <c>dbus</c> system message bus.</ti>
54 +</tr>
55 +<tr>
56 + <ti>jpeg</ti>
57 + <ti>Adds support for printing JPEG images.</ti>
58 +</tr>
59 +<tr>
60 <ti>nls</ti>
61 <ti>
62 Enable National Language Support. With nls in place, CUPS is able to deliver
63 @@ -251,6 +259,21 @@
64 </ti>
65 </tr>
66 <tr>
67 + <ti>php</ti>
68 + <ti>Adds support for php scripting.</ti>
69 +</tr>
70 +<tr>
71 + <ti>png</ti>
72 + <ti>Adds support for printing PNG images.</ti>
73 +</tr>
74 +<tr>
75 + <ti>ppds</ti>
76 + <ti>
77 + Adds support for automatically generated ppd (printing driver) files. See
78 + <uri link="#installing_best">Installing the Best Driver</uri>.
79 + </ti>
80 +</tr>
81 +<tr>
82 <ti>samba</ti>
83 <ti>
84 If you want to be able to share locally attached printers to Windows systems
85 @@ -275,6 +298,17 @@
86 SSL must be available on all participating systems in your network.
87 </ti>
88 </tr>
89 +<tr>
90 + <ti>tiff</ti>
91 + <ti>Adds support for printing TIFF images.</ti>
92 +</tr>
93 +<tr>
94 + <ti>X</ti>
95 + <ti>
96 + Allows you to use your desktop menu to load the CUPS configuration webpage
97 + into your preferred browser.
98 + </ti>
99 +</tr>
100 </table>
101
102 <p>
103 @@ -285,10 +319,10 @@
104
105 <pre caption="USE flag settings for CUPS">
106 # <i>emerge -pv cups</i>
107 -[ebuild N ] net-print/cups-1.1.23-r1 +nls +pam -samba -slp +ssl 0 kB
108 +[ebuild N ] net-print/cups-1.2.6 "X dbus jpeg nls pam png ppds ssl -php -samba -slp -tiff" 0 kB
109
110 <comment>(For instance, to enable SAMBA support for CUPS)</comment>
111 -# <i>vim /etc/portage/package.use</i>
112 +# <i>nano -w /etc/portage/package.use</i>
113 net-print/cups samba
114 </pre>
115
116 @@ -398,6 +432,15 @@
117 </p>
118
119 <pre caption="Port configuration in /etc/cups/cupsd.conf">
120 +Listen *:631
121 +</pre>
122 +
123 +<note>
124 +If you are still using CUPS 1.1 (which is now deprecated), then you will need to
125 +use a different syntax for remote printing requests:
126 +</note>
127 +
128 +<pre caption="Deprecated CUPS 1.1 configuration">
129 Port 631
130 <comment>(make sure the next two lines are commented out)</comment>
131 #Listen 127.0.0.1:631
132 @@ -699,7 +742,7 @@
133
134 </body>
135 </section>
136 -<section>
137 +<section id="installing_best">
138 <title>Installing the Best Driver</title>
139 <body>
140
141
142
143
144 --
145 gentoo-doc-cvs@g.o mailing list