File: TODO

package info (click to toggle)
foomatic-db-engine 4.0.13-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,172 kB
  • sloc: perl: 12,170; ansic: 6,958; python: 1,139; makefile: 248; sh: 215; xml: 83
file content (20 lines) | stat: -rw-r--r-- 987 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
See also the bugtracker at http://bugs.linux-foundation.org/, product
"OpenPrinting".

 - Possibility for users to have their personal default options
   (.lpoptions file as in CUPS, due to the Foomatic options having the same
   names as the CUPS-O-MATIC options one can even use an .lpoptions file
   with exactly the same format as the CUPS file and it will be used by
   both Foomatic and CUPS)

 - Write a few key lint-like and transforming tools for the xml data.

 - Improve ascii support to lpdomatic and pdq files.  ASCII should
   simply be a matter of observing the ascii bit in the printer $dat
   and sending either crlf-ed text or postscriptifying and running
   through the ps driver.  Right now text is always translated to
   PostScript (with the advantage of more nicely-looking text
   output (with head line, page numbers, ...). When one implements
   the possibility to pass text directly to the printer, one should
   consider the optional use or the "pr" filter.