summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 16:10:50 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 16:10:50 +0000
commiteb5718390731a9746c556317e641320b671f2091 (patch)
tree762876b4adf298c1281142328e2ae87007330904 /man
Imported Upstream version 4.2.0
Diffstat (limited to 'man')
-rw-r--r--man/.cvsignore6
-rw-r--r--man/Makefile.am39
-rw-r--r--man/cups-calibrate.8.in59
-rw-r--r--man/escputil.1.in129
-rw-r--r--man/gimpprint-config.1.in80
-rw-r--r--man/gimpprint.3.in63
6 files changed, 376 insertions, 0 deletions
diff --git a/man/.cvsignore b/man/.cvsignore
new file mode 100644
index 0000000..136ce0e
--- /dev/null
+++ b/man/.cvsignore
@@ -0,0 +1,6 @@
+Makefile
+Makefile.in
+gimpprint.3
+cups-calibrate.8
+escputil.1
+gimpprint-config.1
diff --git a/man/Makefile.am b/man/Makefile.am
new file mode 100644
index 0000000..e2ce90c
--- /dev/null
+++ b/man/Makefile.am
@@ -0,0 +1,39 @@
+## $Id: Makefile.am,v 1.6 2001/06/02 23:01:54 rleigh Exp $
+## Copyright (C) 2000 Roger Leigh
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+## Process this file with automake to produce Makefile.in.
+
+AUTOMAKE_OPTIONS = 1.4 gnu
+
+@SET_MAKE@
+
+MAINT_CHARSET = latin1
+
+
+## Data
+
+# Conditional installation of manpages is currently broken in automake...
+
+man_MANS = cups-calibrate.8 escputil.1 gimpprint.3 gimpprint-config.1
+
+
+## Clean
+
+DISTCLEANFILES = cups-calibrate.8 escputil.1 gimpprint-config.1
+MAINTAINERCLEANFILES = Makefile.in
+
+EXTRA_DIST = $(man_MANS)
diff --git a/man/cups-calibrate.8.in b/man/cups-calibrate.8.in
new file mode 100644
index 0000000..edbec1b
--- /dev/null
+++ b/man/cups-calibrate.8.in
@@ -0,0 +1,59 @@
+'\" t
+.\" $Id: cups-calibrate.8.in,v 1.2 2001/05/06 22:08:52 rleigh Exp $
+.\" Copyright (C) 2000 Roger Leigh <rl117@york.ac.uk>
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2, or (at your option)
+.\" any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.hy 0
+.TH CUPS-CALIBRATE "8" "@RELEASE_DATE@" "Version @GIMPPRINT_VERSION@" "GIMP Manual Pages"
+.SH NAME
+cups-calibrate \- ESP Printer Calibration Tool
+.SH SYNOPSIS
+.B cups-calibrate
+.SH DESCRIPTION
+
+This program allows you to calibrate the color output of printers
+using the \fIGIMP-PRINT\fP \fICUPS\fP or \fIESP Print Pro\fP drivers.
+
+Please note that this program \fBonly\fP works with the \fIGIMP-PRINT\fP \fICUPS\fP or
+\fIESP Print Pro\fP drivers. If you are using the GIMP-Print stp driver of
+GhostScript or the drivers of the GIMP-Print plug-in of GIMP, this
+calibration will not work.
+
+These drivers by the text "CUPS+GIMP-print" or "ESP Print Pro" in
+the model description displayed by the CUPS web interface, KUPS,
+the ESP Print Pro Printer Manager, or printerdrake.
+
+To make a calibration profile for all users, run this program as
+the "root" user.
+
+.SH COPYRIGHT
+Copyright \(co 2001 Michael Sweet (mike@easysw.com)
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2 of the License, or (at your option)
+any later version.
+
+This manual page was written by Roger Leigh (rl117@york.ac.uk)
+
+.SH SEE ALSO
+.BR gimp (1)
+
+.\"#
+.\"# The following sets edit modes for GNU EMACS
+.\"# Local Variables:
+.\"# mode:nroff
+.\"# fill-column:79
+.\"# End:
diff --git a/man/escputil.1.in b/man/escputil.1.in
new file mode 100644
index 0000000..f7d9d61
--- /dev/null
+++ b/man/escputil.1.in
@@ -0,0 +1,129 @@
+'\" t
+.\" $Id: escputil.1.in,v 1.4 2001/08/13 23:59:12 rlk Exp $
+.\" Copyright (C) 2000 Robert Krawitz <rlk@alum.mit.edu>
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2, or (at your option)
+.\" any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.hy 0
+.TH ESCPUTIL 1 "@RELEASE_DATE@" "Version @GIMPPRINT_VERSION@" "GIMP Manual Pages"
+.SH NAME
+escputil - maintain Epson Stylus inkjet printers
+.SH SYNOPSIS
+.B escputil [\-P printer \| \-r device] [\-m model] [\-u]
+[\-c \| \-n | \-a \| \-i] [\-q]
+
+.SH DESCRIPTION
+.PP
+\fIescputil\fP is a command line utility to perform various
+maintenance tasks on Epson Stylus inkjet printers. These tasks
+include head alignment, head cleaning, nozzle check, printer
+identification, and retrieval of ink level from the printer.
+
+.SH OPTIONS
+.l
+\fIescputil\fP accepts the following options:
+.TP 8
+.B \-P, \-\-printer-name \fI<printer>\fP
+Specify the name of the printer to operate on.
+Default is the default system printer.
+.TP 8
+.B \-r, \-\-raw-device \fI<device>\fP
+Specify the name of the device to write to directly
+rather than going through a printer queue. You must use this (rather
+than specifying a printer) when retrieving ink levels or identifying
+the printer, or if you wish to perform head alignment without
+specifying the printer model.
+.TP 8
+.B \-c, \-\-clean-head
+Clean the print head. This can also be performed from the printer
+front panel.
+.TP 8
+.B \-n, \-\-nozzle-check
+Print a nozzle test pattern. Dirty or clogged nozzles will show as
+gaps in the pattern. If you see any gaps, you should run a
+head cleaning pass or two.
+.TP 8
+.B \-a, \-\-align-head
+Align the print head. CAUTION: Misuse of this utility may result in
+poor print quality and/or damage to the printer. You must either
+specify the printer model with the \-m option, or use the raw printer
+device to allow escputil to detect the printer model.
+.TP 8
+.B \-i, \-\-ink-level
+Obtain the ink level from the printer. This requires
+read/write access to the raw printer device.
+.TP 8
+.B \-d, \-\-identify
+Query the printer for make and model information.
+This requires read/write access to the raw printer
+device.
+.TP 8
+.B \-u
+The printer is connected via USB.
+.TP 8
+.B \-h, \-\-help
+Display a list of all commandline options.
+.TP 8
+.B \-q, \-\-quiet
+Suppress the banner.
+.TP 8
+.B \-m <model>
+Specify the precise printer model for head alignment.
+
+.SH COPYRIGHT
+Copyright \(co 2000 Robert Krawitz (rlk@alum.mit.edu)
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2 of the License, or (at your option)
+any later version.
+
+.SH OTHER INFO
+
+The canonical place to find GIMP info is at http://www.gimp.org/.
+The homepage of the gimp-print project from which this utility was
+contributed is located at http://gimp-print.sourceforge.net/.
+
+.SH AUTHORS
+Robert Krawitz.
+
+.SH BUGS
+
+.PP
+USB-connected printers sometimes fail to identify or return ink
+levels. You may have to repeat the command. This is probably a
+timing issue in escputil, not a flaw in the printer.
+
+.PP
+Anything requiring bidirectional communication with the printer
+(identify, ink levels, or head alignment without specifying the
+printer model) requires read/write access to the printer port (for
+example /dev/lp0). This may require these operations to be performed
+as root.
+
+.PP
+If the printer is performing self-test or head cleaning on power
+up, the identify and ink level commands will time out, although the
+printer successfully receives the command. The command will need to
+be reissued when the printer is quiescent.
+
+.SH "SEE ALSO"
+.BR gimp (1)
+
+.\"#
+.\"# The following sets edit modes for GNU EMACS
+.\"# Local Variables:
+.\"# mode:nroff
+.\"# fill-column:79
+.\"# End:
diff --git a/man/gimpprint-config.1.in b/man/gimpprint-config.1.in
new file mode 100644
index 0000000..abf084c
--- /dev/null
+++ b/man/gimpprint-config.1.in
@@ -0,0 +1,80 @@
+'\" t
+.\" $Id: gimpprint-config.1.in,v 1.2 2001/05/06 22:08:52 rleigh Exp $
+.\" Copyright (C) 2000 Roger Leigh <rl117@york.ac.uk>
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2, or (at your option)
+.\" any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.hy 0
+.TH GIMP-PRINT 1 "@RELEASE_DATE@" "Version @GIMPPRINT_VERSION@" "GIMP Manual Pages"
+
+.SH NAME
+gimpprint-config - script to get information about the installed version of gimpprint
+
+.SH SYNOPSIS
+.B gimpprint-config
+[\-\-prefix\fI[=DIR]\fP] [\-\-exec\-prefix\fI[=DIR]\fP] [\-\-version] [\-\-libs] [\-\-cflags]
+
+.SH DESCRIPTION
+.PP
+\fIgimpprint-config\fP is a tool that is used to determine the compiler and
+linker flags that should be used to compile and link programs that use
+\fIGIMP-PRINT\fP. It is also used internally to the .m4 macros for GNU autoconf
+that are included with \fIGIMP-PRINT\fP.
+
+.SH OPTIONS
+.l
+\fIgimpprint-config\fP accepts the following options:
+.TP 8
+.B \-\-version
+Print the currently installed version of \fIGIMP-PRINT\fP on the standard output.
+.TP 8
+.B \-\-libs
+Print the linker flags that are necessary to link a \fIGIMP-PRINT\fP program.
+.TP 8
+.B \-\-cflags
+Print the compiler flags that are necessary to compile a \fIGIMP-PRINT\fP program.
+.TP 8
+.B \-\-prefix=PREFIX
+If specified, use PREFIX instead of the installation prefix that \fIGIMP-PRINT\fP
+was built with when computing the output for the \-\-cflags and
+\-\-libs options. This option is also used for the exec prefix
+if \-\-exec\-prefix was not specified. This option must be specified
+before any \-\-libs or \-\-cflags options.
+.TP 8
+.B \-\-exec\-prefix=PREFIX
+If specified, use PREFIX instead of the installation exec prefix that
+\fIGIMP-PRINT\fP was built with when computing the output for the \-\-cflags
+and \-\-libs options. This option must be specified before any
+\-\-libs or \-\-cflags options.
+
+.SH COPYRIGHT
+Copyright \(co 2001 Roger Leigh
+
+This manual page is based on the gtk-config(1) manual page by Owen Taylor.
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2 of the License, or (at your option)
+any later version.
+
+.SH SEE ALSO
+.BR autoconf (1),
+.BR gtk-config (1),
+
+.\"#
+.\"# The following sets edit modes for GNU EMACS
+.\"# Local Variables:
+.\"# mode:nroff
+.\"# fill-column:79
+.\"# End:
diff --git a/man/gimpprint.3.in b/man/gimpprint.3.in
new file mode 100644
index 0000000..5ac61b7
--- /dev/null
+++ b/man/gimpprint.3.in
@@ -0,0 +1,63 @@
+'\" t
+.\" $Id: gimpprint.3.in,v 1.1 2001/05/06 22:08:52 rleigh Exp $
+.\" Copyright (C) 2000 Roger Leigh <rl117@york.ac.uk>
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2, or (at your option)
+.\" any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.hy 0
+.TH GIMPPRINT 3 "@RELEASE_DATE@" "Version @GIMPPRINT_VERSION@" "GIMP Manual Pages"
+
+.SH NAME
+\fBgimpprint\fR - High quality bitmap printing library
+
+.SH SYNOPSIS
+\fB#include <gimp-print/gimp-print.h>\fR
+.br
+
+.SH DESCRIPTION
+The \fBgimpprint\fR library routines give programmers an interface to print
+high quality bitmap images on most modern printers. It includes drivers which
+provide printing quality for UNIX/Linux on a par with proprietary
+vendor-supplied drivers in many cases, and can be used for many of the most
+demanding printing tasks.
+
+.SH COPYRIGHT
+Copyright \(co 2001 Michael Sweet (mike@easysw.com) and Robert Krawitz (rlk@alum.mit.edu)
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the Free
+Software Foundation; either version 2 of the License, or (at your option)
+any later version.
+
+This manual page was written by Roger Leigh (rl117@york.ac.uk)
+
+.SH SEE ALSO
+The full documentation for
+.B GIMP-Print
+is maintained as a Texinfo manual. If the
+.B info
+and
+.B GIMP-Print
+programs are properly installed at your site, the command
+.IP
+.B info gimp-print
+.PP
+should give you access to the complete manual.
+
+.\"#
+.\"# The following sets edit modes for GNU EMACS
+.\"# Local Variables:
+.\"# mode:nroff
+.\"# fill-column:79
+.\"# End: