summaryrefslogtreecommitdiff
path: root/src/xml/printers/raw.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/printers/raw.xml')
-rw-r--r--src/xml/printers/raw.xml51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/xml/printers/raw.xml b/src/xml/printers/raw.xml
new file mode 100644
index 0000000..914fb81
--- /dev/null
+++ b/src/xml/printers/raw.xml
@@ -0,0 +1,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="raw">
+ <printer translate="name" name="RAW DATA 16 bit" driver="raw-data-16" manufacturer="" model="0" />
+ <printer translate="name" name="RAW DATA 8 bit" driver="raw-data-8" manufacturer="" model="1" />
+ </family>
+ </printdef>
+</gutenprint>