nimiux 14/11/01 12:29:26 Modified: printing-howto.xml Log: Modify link to article in the wiki translated to spanish
Revision Changes Path 1.31 xml/htdocs/doc/es/printing-howto.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/printing-howto.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/printing-howto.xml?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/printing-howto.xml?r1=1.30&r2=1.31 Index: printing-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/printing-howto.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- printing-howto.xml 9 Dec 2013 22:42:44 -0000 1.30 +++ printing-howto.xml 1 Nov 2014 12:29:26 -0000 1.31 @@ -1,10 +1,10 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/printing-howto.xml,v 1.30 2013/12/09 22:42:44 nimiux Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/printing-howto.xml,v 1.31 2014/11/01 12:29:26 nimiux Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<guide disclaimer="obsolete" redirect="https://wiki.gentoo.org/wiki/Printing" lang="es"> +<guide disclaimer="obsolete" redirect="https://wiki.gentoo.org/wiki/Printing/es" lang="es"> <title>Guía de Impresión Gentoo</title> <author title="Autor"> @@ -389,7 +389,7 @@ la impresora está conectada y funcionando antes de iniciar CUPS. </p> -<pre caption="Iniciando CUPS automáticamente"> +<pre caption="Iniciar CUPS automáticamente"> # <i>/etc/init.d/cupsd start</i> # <i>rc-update add cupsd default</i> </pre> @@ -448,7 +448,7 @@ Si queremos que otros sistemas empleen nuestra impresora a través de IPP (protocolo de impresión internet) es necesario conceder permiso para acceder a la impresora explícitamente en -<path>/etc/cups/cupsd.conf</path>. Si se quiere compartir la +<path>/etc/cups/cupsd.conf</path>. Si se quiere compartir la impresora usando SAMBA, este cambio no es necesario. </p> @@ -549,7 +549,7 @@ # <i>vim /usr/share/cups/mime/mime.convs</i> <comment>(Quitamos el comentario a la línea para que muestre:)</comment> -application/octet-stream application/vnd.cups-raw 0 - +application/octet-stream application/vnd.cups-raw 0 - </pre> <p> @@ -637,7 +637,7 @@ indicación y no un requisito. </p> -<pre caption="Obteniendo información del núcleo"> +<pre caption="Obtener información del núcleo"> <comment>(Para una impresora por el puerto paralelo)</comment> $ <i>dmesg | grep -i print</i> parport0: Printer, Hewlett-Packard HP LaserJet 2100 Series @@ -655,8 +655,8 @@ <body> <p> -Para tener la impresora instalada en el sistema, lanzamos nuestro -navegador e introducimos la dirección <uri +Para instalar la impresora en el sistema, lance su +navegador e introduzca la dirección <uri link="http://localhost:631">http://localhost:631 </uri>. Con lo cual aparecerá la interfaz web de CUPS, desde la que podremos realizar todas las tareas de administración. @@ -824,7 +824,7 @@ </path>. </p> -<pre caption="Buscando errores CUPS"> +<pre caption="Buscar errores CUPS"> # <i>tail /var/log/cups/error_log</i> <comment>(...)</comment> E [11/Jun/2005:10:23:28 +0200] [Job 102] Unable to get printer status (client-error-forbidden)! @@ -1022,7 +1022,7 @@ </chapter> <chapter id="windows"> -<title>Imprimiendo desde y hacia Microsoft Windows</title> +<title>Imprimir desde y hacia Microsoft Windows</title> <section> <body> @@ -1076,7 +1076,7 @@ una sección <c>[printers]</c> al mismo: </p> -<pre caption="Añadiendo la sección [printers]"> +<pre caption="Añadir la sección [printers]"> [printers] comment = All printers path = /var/spool/samba
