##-----------------------------------------------------------------------------
## cups.txt - fli4l configuration parameters                         3.0.1
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     02.01.2006  chb
## Last Update:  $Id: cups.txt,v 0.02 2006/06/20 08:15:00 christian
##
## Copyright (c) 2006 Christian Brggemann <christian.brueggemann@web.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# General settings:
#------------------------------------------------------------------------------
OPT_CUPS='no'		        # Please read the docu carefully!!!

CUPS_LISTEN_N='1'               # number off interfaces to listen on
CUPS_LISTEN_1='IP_NET_1_IPADDR:631'
				 # use an ip adress or a symbolic name like
				 # IP_NET_1_IPADDR followed by a port number

CUPS_ALLOWED_NET=''  		# allowed networks for OPT_CUPS,
                                # if empty all internal nets

#------------------------------------------------------------------------------
# Local parallel ports
#------------------------------------------------------------------------------
OPT_CUPS_PARPORT='no'           # use local parallel ports: yes or no

CUPS_PARPORT_N='1'              # how many parallel ports are used
CUPS_PARPORT_1_NAME='LP1'       # printer name in cups
                                # if empty -> 'parpr1', 'parpr2' and so on
CUPS_PARPORT_1_IO='0x378'       # io-adress for printer on 1st port
CUPS_PARPORT_1_IRQ='no'         # use interrupt: yes or no
CUPS_PARPORT_1_DMA='no'         # use dma: yes or no
                                # yes needs CUPS_PARPORT_1_IRQ='yes'

#------------------------------------------------------------------------------
# Local usb ports
#------------------------------------------------------------------------------
OPT_CUPS_USBPORT='no'           # use local usb ports: yes or no

CUPS_USBPORT_N='1'              # how many local usb ports are used
CUPS_USBPORT_1_NAME='USB'       # printer name in cups
                                # if empty -> 'usbpr1', 'usbpr2' and so on

#------------------------------------------------------------------------------
# CUPS WEB FRONTEND
#------------------------------------------------------------------------------
CUPS_WEB='no'			# enable the CUPS-WebConfig
				# reachable over: http://fli4l:631
CUPS_WEB_LANG='de'		# the language of the WebConfig
				# possible are: 'de' and 'en'

#------------------------------------------------------------------------------
# EPSON TOOL (from 'gutenprint'-Project)
#------------------------------------------------------------------------------
CUPS_EPSON_TOOL='no'		# ONLY usefull for Epson Printers
CUPS_EPSON_WEBVIEW='no'		# will retrieve the ink information
CUPS_EPSON_PRINTER_DEV='/dev/usblp0' 
				# the device of the epson printer (ONLY local)
				# for Kernel 2.6: /dev/usb/lp0

#------------------------------------------------------------------------------
# CUPS LPD
#------------------------------------------------------------------------------
OPT_CUPS_LPD='no'		# install the cups-lpd binary's
				# needed if you will print from the console or
				# some other applikations, like opt_faxprint
				# not really working, need some additional work!
				
