From ff7f3eaf811f597b94aa2a93a6bc349d2bec8dfd Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Sat, 22 May 2010 08:38:12 +0200 Subject: Imported Upstream version 3.0.2-20050114 --- TODO | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100755 index 0000000..448af45 --- /dev/null +++ b/TODO @@ -0,0 +1,26 @@ +See also the bugtracker at foomatic.sourceforge.net. + + - 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. + + - Fold foomatic-gswrapper into the foomatic-rip + + - 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. + + - PDQ file versioning is still unsatisfactory. I changed from a + checksum to the current timestamp. So now it's sequential, but + changes all every time. Other spoolers' code needs a version story + in the first place. + -- cgit v1.2.3