File: xes.xml

package info (click to toggle)
foomatic 0.20020408-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 16,940 kB
  • ctags: 456
  • sloc: xml: 300,403; perl: 14,168; ansic: 2,756; makefile: 247; sh: 179
file content (20 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<driver id="driver/xes">
 <name>xes</name>
 <url>http://www.cs.wisc.edu/~ghost/doc/printer.htm</url>
 <execution>
  <ghostscript />
  <prototype>gs -q -dBATCH -dSAFER -dQUIET -dNOPAUSE -sDEVICE=xes%A%Z -sOutputFile=- -</prototype>
 </execution>
 
 <printers>
  <printer>
   <id>printer/25408</id><!-- Xerox 2700 XES -->
  </printer>
  <printer>
   <id>printer/25472</id><!-- Xerox 3700 XES -->
  </printer>
  <printer>
   <id>printer/25568</id><!-- Xerox 4045 XES -->
  </printer>
 </printers>
</driver>