Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it: printing-howto.xml
Date: Tue, 17 Jun 2008 18:39:51
Message-Id: E1K8g5p-0007CH-Sr@stork.gentoo.org
1 scen 08/06/17 18:39:45
2
3 Modified: printing-howto.xml
4 Log:
5 Version 3.1, revision 1.72 of EN CVS
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/it/printing-howto.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/printing-howto.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/printing-howto.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/printing-howto.xml?r1=1.20&r2=1.21
13
14 Index: printing-howto.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/printing-howto.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- printing-howto.xml 7 May 2008 18:39:36 -0000 1.20
21 +++ printing-howto.xml 17 Jun 2008 18:39:45 -0000 1.21
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/printing-howto.xml,v 1.20 2008/05/07 18:39:36 scen Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/printing-howto.xml,v 1.21 2008/06/17 18:39:45 scen Exp $ -->
27
28 <guide link="/doc/it/printing-howto.xml" lang="it">
29 <title>Guida alla Stampa in Gentoo</title>
30 @@ -28,8 +28,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3.0</version>
35 -<date>2008-05-06</date>
36 +<version>3.1</version>
37 +<date>2008-06-15</date>
38
39 <chapter>
40 <title>Stampa e Gentoo Linux</title>
41 @@ -805,7 +805,7 @@
42 </p>
43
44 <ul>
45 - <li><uri link="#gimp-print">Driver Gimp-Print</uri></li>
46 + <li><uri link="#gutenprint">Driver Gutenprint</uri></li>
47 <li>
48 <uri link="#hplip">Driver HPLIP</uri> (che rende obsoleti HPOJ e HPIJS)
49 </li>
50 @@ -814,30 +814,30 @@
51
52 </body>
53 </section>
54 -<section id="gimp-print">
55 -<title>Driver Gimp-Print</title>
56 +<section id="gutenprint">
57 +<title>Driver Gutenprint</title>
58 <body>
59
60 <p>
61 -I driver <uri link="http://gimp-print.sf.net">gimp-print</uri> sono driver
62 -opensource di alta qualità per varie stampanti Canon, Epson, HP, Lexmark,
63 +I driver <uri link="http://gutenprint.sourceforge.net">gutenprint</uri> sono
64 +driver opensource di alta qualità per varie stampanti Canon, Epson, HP, Lexmark,
65 Sony, Olympus e PCL i quali supportano CUPS, ghostscript, The Gimp e altre
66 applicazioni.
67 </p>
68
69 <p>
70 -Il portage tree di Gentoo contiene un ebuild per i driver gimp-print. Basta
71 +Il portage tree di Gentoo contiene un ebuild per i driver gutenprint. Basta
72 semplicemente usare <c>emerge</c> per installarli. Notare che l'ebuild richiede
73 divrse flag USE (come <c>cups</c> e <c>ppds</c>). Queste due devono essere
74 attivate per permettere ai driver di funzionare.
75 </p>
76
77 -<pre caption="Installare i driver gimp-print">
78 -# <i>emerge gimp-print</i>
79 +<pre caption="Installare i driver gutenprint">
80 +# <i>emerge gutenprint</i>
81 </pre>
82
83 <p>
84 -Al termine del processo di installazione, i driver Gimp-print si potranno
85 +Al termine del processo di installazione, i driver gutenprint si potranno
86 utilizzare dall'interfaccia web di CUPS.
87 </p>
88
89 @@ -857,12 +857,12 @@
90 <pre caption="Installare i driver HPLIP">
91 <comment>(Controllare se la flag USE ppds è attivata)</comment>
92 # <i>emerge -vp hplip</i>
93 -These are the packages that I would merge, in order:
94 +These are the packages that would be merged, in order:
95
96 Calculating dependencies ...done!
97 -[ebuild N ] net-print/hplip-0.9.5 +X +cups +foomaticdb <comment>+ppds</comment> -qt -scanner -snmp +usb 9,255 kB
98 +[ebuild N ] net-print/hplip-2.7.10 USE="<comment>ppds</comment> -X -doc -fax -minimal -parport -scanner -snmp" 14,104 kB
99
100 -Total size of downloads: 9,255 kB
101 +Total: 1 package (1 new), Size of downloads: 14,104 kB
102
103 # <i>emerge hplip</i>
104 # <i>hp-setup</i>
105
106
107
108 --
109 gentoo-commits@l.g.o mailing list