nightmorph 06/03/20 20:21:46 Modified: printing-howto.xml Log: Fixed ipp syntax for bug 116189. thanks to betelgeuse for reporting and flameeyes for verification and some other helpful stuff
Revision Changes Path 1.58 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.58&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.58&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.57&r2=1.58&cvsroot=gentoo Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- printing-howto.xml 19 Mar 2006 17:29:59 -0000 1.57 +++ printing-howto.xml 20 Mar 2006 20:21:46 -0000 1.58 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.57 2006/03/19 17:29:59 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/printing-howto.xml,v 1.58 2006/03/20 20:21:46 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>2.8</version> -<date>2006-03-19</date> +<version>2.9</version> +<date>2006-03-20</date> <chapter> <title>Printing and Gentoo Linux</title> @@ -619,8 +619,13 @@ An HP JetDirect printer requires a <c>socket://hostname</c> syntax </li> <li> - An IPP printer requires a <c>http://hostname:631/ipp/queue</c> or - <c>ipp://hostname/ipp/queue</c> syntax + An IPP printer requires a <c>ipp://hostname/printers/printername</c> or + <c>http://hostname:631/ipp/queue</c> syntax. + <!-- If for some reason a user wants to use HP's internal ipp syntax, + they'd use ipp://hostname/ipp/<name> , which used to be mentioned here. + However, this document describes using CUPS' ipp syntax, so that one was + dropped in favor of the correct working syntax, which is the first + example. --> </li> </ul> -- [email protected] mailing list
