summaryrefslogtreecommitdiff
path: root/src/xml/printers/ps.xml
blob: 52b58e2f7b77c581abda6a44729c45722bedf925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>

<!--

   XML description of printers known to libgutenprint
   You can add additional printers here, but the underlying driver has
   to know about the model number.  You can have different printers
   with the same model number but different parameters; this means
   printers that are functionally identical but have different ink
   characteristics.

   Each printer must have a unique driver name (even if the underlying
   driver is identical) to allow a unique mapping between driver
   name and printer name (the mapping is done both ways).

   NOTE TO TRANSLATORS: Printer names should not be translated into
   their equivalents (the same printer sold under a different name)
   in other countries.  The correct way to handle this is to add
   another printer to this list.  Translations should be done for
   e. g. character sets.

   For example, a Japanese printer will have the same model name wherever
   it is used and with whatever language the user speaks.
-->

<gutenprint xmlns="http://gimp-print.sourceforge.net/xsd/gp.xsd-1.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://gimp-print.sourceforge.net/xsd/gp.xsd-1.0 gutenprint.xsd">
<copyright>
 *   Copyright 2008 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 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, see https://www.gnu.org/licenses/.
</copyright>
  <printdef>
    <family name="ps">
      <printer translate="name" name="PostScript Level 1" driver="ps" manufacturer="Adobe" model="0" />
      <printer translate="name" name="PostScript Level 2" driver="ps2" manufacturer="Adobe" model="1" />
    </family>
  </printdef>
</gutenprint>