Changeset 644 for tea4cups/trunk/README

Show
Ignore:
Timestamp:
06/12/05 22:58:48 (19 years ago)
Author:
jerome
Message:

Removed all references to 'tees' from the sample configuration file
and documentation.
Updated the license because of the Free Software Foundation's new
snail mail address.
Reworded Peter's contributions in the CREDITS file.
Added missing copyright messages.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tea4cups/trunk/README

    r642 r644  
    1717You should have received a copy of the GNU General Public License 
    1818along with this program; if not, write to the Free Software 
    19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. 
     19Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 
    2020 
    2121============================================================================= 
    2222 
    23 Tea4CUPS is the equivalent of the *nix command 'tee', but as a CUPS 
    24 backend. 
     23Tea4CUPS resembles the *nix command 'tee', but is a CUPS backend. 
    2524 
    2625Tea4CUPS behaves just like any other CUPS backend, but allows you to 
     
    3534message, all of this by printing it a single time. 
    3635 
    37 Tea4CUPS provides three ways to launch commands : 
     36Tea4CUPS allows this by permitting you to easily plug your own  
     37commands into the very last stage of CUPS' filtering chain.  
     38 
     39Tea4CUPS provides two ways to launch commands : 
    3840 
    3941        - prehooks : these are guaranteed to be launched before the  
     
    4244                     print job. 
    4345                      
    44         - tees : these are launched at the same time the job is being              
    45                  sent to the real printer, unless the job was  
    46                  previously cancelled by a prehook. 
    47                   
    4846        - posthooks : these are guaranteed to be launched after the 
    4947                      print job has been sent to the real printer, 
     
    9795        $ cp tea4cups /usr/lib/cups/backend 
    9896         
    99   2 - Restart CUPS in order for this new backend to be detected.         
     97  2 - Restart CUPS in order for this new backend to be detected. 
     98      NB : For this to work you need CUPS 1.1.15 or higher. 
     99      You can use Tea4CUPS with older versions if you want, but 
     100      without autodetection. 
    100101   
    101102  3 - Either from CUPS' web interface, add new printers with  
     
    104105      Or by directly modifying CUPS' printers.conf file, prepend     
    105106      each DeviceURI value with 'tea4cups://', and restart CUPS. 
     107      (Use this last method if autodetection doesn't work because 
     108      the version of CUPS you use is too old) 
    106109       
    107110  4 - Copy tea4cups.conf into CUPS' configuration directory (where