swift 05/06/28 10:31:34 Modified: xml/htdocs/doc/en/handbook/draft printing-howto.xml Log: Adding pnm2ppa instructions
Revision Changes Path 1.2 +31 -2 xml/htdocs/doc/en/handbook/draft/printing-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/printing-howto.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/printing-howto.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/draft/printing-howto.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/printing-howto.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- printing-howto.xml 28 Jun 2005 09:47:36 -0000 1.1 +++ printing-howto.xml 28 Jun 2005 10:31:34 -0000 1.2 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/printing-howto.xml,v 1.1 2005/06/28 09:47:36 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/printing-howto.xml,v 1.2 2005/06/28 10:31:34 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -22,7 +22,7 @@ <license/> <version>2.0</version> -<date>2005-01-01</date> +<date>2005-06-28</date> <chapter> <title>Printing and Gentoo Linux</title> @@ -656,6 +656,7 @@ <ul> <li><uri link="#gimp-print">Gimp-Print Driver</uri></li> <li><uri link="#hplip">HPLIP Driver</uri> (deprecates HPOJ and HPIJS)</li> + <li><uri link="#pnm2ppa">PNM2PPA Driver</uri></li> </ul> </body> @@ -711,6 +712,34 @@ </body> </section> +<section id="pnm2ppa"> +<title>PNM2PPA Driver</title> +<body> + +<p> +PPA is an HP technology that focuses on sending low-level processing to the +system instead of to the printer which makes the printer cheaper but more +resource consuming. +</p> + +<p> +If the <uri +link="http://www.linuxprinting.org/printer_list.cgi">LinuxPrinting</uri> site +informs you that the <uri link="http://pnm2ppa.sourceforge.net/">pnm2ppa</uri> +driver is your best option, you need to install the <c>pnm2ppa</c> filter on +your system: +</p> + +<pre caption="Installing the pnm2ppa filter"> +# <i>emerge pnm2ppa</i> +</pre> + +<p> +Once installed, configure your printer using the steps explained above. +</p> + +</body> +</section> </chapter> <chapter id="windows"> -- [email protected] mailing list
