* [Printing-architecture] Updated PPD extensions
@ 2009-07-15 18:58 Till Kamppeter
2009-07-15 20:37 ` Ira McDonald
0 siblings, 1 reply; 5+ messages in thread
From: Till Kamppeter @ 2009-07-15 18:58 UTC (permalink / raw)
To: printing-architecture@lists.linux-foundation.org, Per Hermansson,
Alexander Wauck, Lars Uebernickel, Peter Sikking
Hi,
to fulfill the needs of Peter's last dialog UI design, there is a field
in the dialog now for short descriptions of the quick presets. To allow
individual, user-friendy help texts there (and not simply list the
options which get set by the quick preset) I have added the new
*APPrinterPresetDescription <choice>: "<description>"
keyword and translations for it. I also added fallback rules for filling
the description field when the new keyword is not used or when the
presets come from a fallback (like the PrintoutMode option in Foomatic
PPDs).
For multi-function printers I have added the new widget hint
"faxnumber", so that one can tell that a string option represents a fax
number and so one can add a button to the string input field which opens
the user's address book.
See all the changes in
http://www.linuxfoundation.org/en/OpenPrinting/PPDExtensions
Click "History" at the bottom to visualize only the changes.
Please take these new extensions into account for the dialog.
Till
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Printing-architecture] Updated PPD extensions
2009-07-15 18:58 [Printing-architecture] Updated PPD extensions Till Kamppeter
@ 2009-07-15 20:37 ` Ira McDonald
2009-07-15 20:56 ` Till Kamppeter
0 siblings, 1 reply; 5+ messages in thread
From: Ira McDonald @ 2009-07-15 20:37 UTC (permalink / raw)
To: Till Kamppeter, Ira McDonald
Cc: printing-architecture@lists.linux-foundation.org
Hi Till,
Of course, a BETTER hint about a Fax number would be
for the string option to contain a 'fax:' URI (RFC 2806).
Just a thought.
Cheers,
- Ira
Ira McDonald (Musician / Software Architect)
Chair - Linux Foundation Open Printing WG
Blue Roof Music/High North Inc
email: blueroofmusic@gmail.com
winter:
579 Park Place Saline, MI 48176
734-944-0094
summer:
PO Box 221 Grand Marais, MI 49839
906-494-2434
On Wed, Jul 15, 2009 at 2:58 PM, Till Kamppeter<till.kamppeter@gmail.com> wrote:
> Hi,
>
> to fulfill the needs of Peter's last dialog UI design, there is a field
> in the dialog now for short descriptions of the quick presets. To allow
> individual, user-friendy help texts there (and not simply list the
> options which get set by the quick preset) I have added the new
>
> *APPrinterPresetDescription <choice>: "<description>"
>
> keyword and translations for it. I also added fallback rules for filling
> the description field when the new keyword is not used or when the
> presets come from a fallback (like the PrintoutMode option in Foomatic
> PPDs).
>
> For multi-function printers I have added the new widget hint
> "faxnumber", so that one can tell that a string option represents a fax
> number and so one can add a button to the string input field which opens
> the user's address book.
>
> See all the changes in
>
> http://www.linuxfoundation.org/en/OpenPrinting/PPDExtensions
>
> Click "History" at the bottom to visualize only the changes.
>
> Please take these new extensions into account for the dialog.
>
> Till
> _______________________________________________
> Printing-architecture mailing list
> Printing-architecture@lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/printing-architecture
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Printing-architecture] Updated PPD extensions
2009-07-15 20:37 ` Ira McDonald
@ 2009-07-15 20:56 ` Till Kamppeter
2009-07-15 21:12 ` Ira McDonald
0 siblings, 1 reply; 5+ messages in thread
From: Till Kamppeter @ 2009-07-15 20:56 UTC (permalink / raw)
To: Ira McDonald; +Cc: printing-architecture@lists.linux-foundation.org
Ira McDonald wrote:
> Of course, a BETTER hint about a Fax number would be
> for the string option to contain a 'fax:' URI (RFC 2806).
Do you mean the name of the string option, like "fax:number"? I do not
know whether a CUPS option name van contain a colon, probably not due to
the colon's special meaning in PPD files. Or do you mean the content of
the string should start with "fax:", like "fax:001-218-555-7777"? It
would be awkward if the user had to type "fax:" before he types the
number. We expect the user to type only the number ("001-218-555-7777"),
then CUPS gets something like "faxnumber=Custom.001-218-555-7777".
Till
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Printing-architecture] Updated PPD extensions
2009-07-15 20:56 ` Till Kamppeter
@ 2009-07-15 21:12 ` Ira McDonald
2009-07-15 21:14 ` Till Kamppeter
0 siblings, 1 reply; 5+ messages in thread
From: Ira McDonald @ 2009-07-15 21:12 UTC (permalink / raw)
To: Till Kamppeter, Ira McDonald
Cc: printing-architecture@lists.linux-foundation.org
Hi Till,
I meant that the content should be strongly typed as
a 'fax:' URI value - that guarantees normalization,
support for suffixes (post-dial numbers), etc.
Apparently that won't work.
A PPD string option can't contain a colon? Really?
There are a lot of URI in IPP and IPP extension
attributes.
Cheers,
- Ira
Ira McDonald (Musician / Software Architect)
Chair - Linux Foundation Open Printing WG
Blue Roof Music/High North Inc
email: blueroofmusic@gmail.com
winter:
579 Park Place Saline, MI 48176
734-944-0094
summer:
PO Box 221 Grand Marais, MI 49839
906-494-2434
On Wed, Jul 15, 2009 at 4:56 PM, Till Kamppeter<till.kamppeter@gmail.com> wrote:
> Ira McDonald wrote:
>>
>> Of course, a BETTER hint about a Fax number would be
>> for the string option to contain a 'fax:' URI (RFC 2806).
>
> Do you mean the name of the string option, like "fax:number"? I do not know
> whether a CUPS option name van contain a colon, probably not due to the
> colon's special meaning in PPD files. Or do you mean the content of the
> string should start with "fax:", like "fax:001-218-555-7777"? It would be
> awkward if the user had to type "fax:" before he types the number. We expect
> the user to type only the number ("001-218-555-7777"), then CUPS gets
> something like "faxnumber=Custom.001-218-555-7777".
>
> Till
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Printing-architecture] Updated PPD extensions
2009-07-15 21:12 ` Ira McDonald
@ 2009-07-15 21:14 ` Till Kamppeter
0 siblings, 0 replies; 5+ messages in thread
From: Till Kamppeter @ 2009-07-15 21:14 UTC (permalink / raw)
To: Ira McDonald; +Cc: printing-architecture@lists.linux-foundation.org
Ira McDonald wrote:
> A PPD string option can't contain a colon? Really?
> There are a lot of URI in IPP and IPP extension
> attributes.
The string which the user enters can contain a colon, the name of the
option cannot contain a colon.
Till
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-07-15 21:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-15 18:58 [Printing-architecture] Updated PPD extensions Till Kamppeter
2009-07-15 20:37 ` Ira McDonald
2009-07-15 20:56 ` Till Kamppeter
2009-07-15 21:12 ` Ira McDonald
2009-07-15 21:14 ` Till Kamppeter
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.