IPP> Re: The impact on users for "ipp:" URL notation?

Keith Moore <moore@cs.utk.edu> Fri, 03 July 1998 23:46 UTC

Delivery-Date: Fri, 03 Jul 1998 19:46:31 -0400
Return-Path: ipp-owner@pwg.org
Received: from cnri.reston.va.us (ns [132.151.1.1]) by ietf.org (8.8.5/8.8.7a) with ESMTP id TAA29319 for <ietf-archive@ietf.org>; Fri, 3 Jul 1998 19:46:30 -0400 (EDT)
Received: from lists.underscore.com (uscore-1.mv.com [199.125.85.30]) by cnri.reston.va.us (8.8.5/8.8.7a) with ESMTP id TAA25917 for <ietf-archive@cnri.reston.va.us>; Fri, 3 Jul 1998 19:48:51 -0400 (EDT)
Received: from localhost (daemon@localhost) by lists.underscore.com (8.7.5/8.7.3) with SMTP id TAA15681 for <ietf-archive@cnri.reston.va.us>; Fri, 3 Jul 1998 19:46:29 -0400 (EDT)
Received: by pwg.org (bulk_mailer v1.5); Fri, 3 Jul 1998 19:42:32 -0400
Received: (from daemon@localhost) by lists.underscore.com (8.7.5/8.7.3) id TAA15039 for ipp-outgoing; Fri, 3 Jul 1998 19:33:46 -0400 (EDT)
Message-Id: <199807032333.TAA21425@spot.cs.utk.edu>
X-URI: http://www.cs.utk.edu/~moore/
From: Keith Moore <moore@cs.utk.edu>
To: Jay Martin <jkm@underscore.com>
cc: ipp@pwg.org, moore@cs.utk.edu
Subject: IPP> Re: The impact on users for "ipp:" URL notation?
In-reply-to: Your message of "Fri, 03 Jul 1998 14:36:03 EDT." <359D2493.AA6A13FD@underscore.com>
Date: Fri, 03 Jul 1998 19:33:33 -0400
Sender: owner-ipp@pwg.org

> We have heard PWG people say things like:
> 
>   "You can put your IPP printer URL on your business card!"
> 
> But what does this really mean?  That is, how (and when and where)
> would a user enter an IPP printer URL?  We have long come to
> admit that it won't be applicable to mainstream browsers (one
> of the top three reasons we wanted to use HTTP in the first
> place, since fallen by the wayside in terms of IPP benefits).
>
> From what I can tell, IPP URLs are effectively hidden from
> end users; instead, the end user's local printing system will
> front-end any/all IPP interaction.
> 
> Is this an accurate depiction?

from UNIX, I'd expect to be able to do

% setenv PRINTER ipp://spot.cs.utk.edu/slug
% lpr filename.pdf

(much like I do now)

>From a GUI interface, I'd expect to be able to pull-down a File menu 
and select a Print option which would pop up a dialog box that gave 
me the option of entering an ipp: URL as an alternative to choosing one of 
the preconfigured printers.  (similar to the option that lets me type 
in a network printer accessed by SMB) 

In an really nice world, the printer chooser would then talk to the
printer and figure out what kind of driver it needed to print. 
If the driver were not already installed, the dialog box would then 
give me the option of either installing a driver from disk, downloading
one from the net (hopefully with adequate authenticity/integrity 
protection), or using a generic driver to talk to the printer.  
(assuming my system already has a driver for common PDLs) 

Of course, the IPP group can't dictate OS vendors' user interfaces,
but I see no reason why the IPP protocol cannot be used in this way.

Keith