swift 05/07/02 12:24:16 Modified: xml/htdocs/doc/en printing-howto.xml Log: #97622 - Add information on gtklp
Revision Changes Path 1.50 +42 -3 xml/htdocs/doc/en/printing-howto.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml?rev=1.50&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml?rev=1.50&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/printing-howto.xml.diff?r1=1.49&r2=1.50&cvsroot=gentoo Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- printing-howto.xml 29 Jun 2005 14:33:11 -0000 1.49 +++ printing-howto.xml 2 Jul 2005 12:24:16 -0000 1.50 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.49 2005/06/29 14:33:11 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.50 2005/07/02 12:24:16 swift Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -21,8 +21,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.0</version> -<date>2005-06-29</date> +<version>2.1</version> +<date>2005-07-02</date> <chapter> <title>Printing and Gentoo Linux</title> @@ -888,4 +888,43 @@ </section> </chapter> +<chapter> +<title>Printing-related Applications</title> +<section> +<title>Introduction</title> +<body> + +<p> +Many tools exist that help you configure a printer, use additional printing +filters, add features to your printing capabilities, etc. This chapter lists a +few of them. The list is not exhaustive and not meant to discuss each tool in +great detail. +</p> + +</body> +</section> +<section> +<title>Gtk-LP - A Gtk-powered Printer Configuration Tool</title> +<body> + +<p> +With <uri link="http://gtklp.sourceforge.net/index.shtml">Gtk-LP</uri> you can +install, modify and configure your printer from a stand-alone Gtk application. +It uses CUPS and provides all standard CUPS capabilities as well. Definitely +worth checking out if you dislike the CUPS Web interface or want a stand-alone +application for your day-to-day printing routines. +</p> + +<p> +To install it, emerge <c>gtklp</c>: +</p> + +<pre caption="Installing Gtk-LP"> +# <i>emerge gtklp</i> +</pre> + +</body> +</section> +</chapter> + </guide> -- [email protected] mailing list
