# Specifies client width in pixels. This value must be equal to width parameter # in HTML applet definition (see p. 3.1). Default value (used in index.html) # is 650. # XSIZE=650 # Specifies client height in pixels. This value must be equal to height # parameter in HTML applet definition (see p. 3.1). Default value (used in # index.html) is 400. # YSIZE=400 # Specifies server port number. Server and client must use the same port number # to communicate. Default value is 7904. # PORT=7904 # Specifies maximum number of clients connected at once. To limit bandwidth # loss you can lower the number. Default value is 15. # MAXCLIENTS=15 # Specifies delay between two "ping" packets sended to each client. "Ping" # checks the connection and updates the people counter. Too small number can # give in effect lower performance. Suggested value: 15-180 seconds. Default # value: 30 seconds. # DELAY=30 # Specifies initial background color in RGB format - two-char hexadecimal # values for each RGB color. Remember this is importand only for a few very # first clients. Default value is A6A8F8 (kind of blue). # BGCOLOR=A6A8F8 # Indicates directory for image saving. This should be absolute path to # directory with write permissions. If this is not specified, image saving is # disabled. # IMAGEDIR=/var/www/htdocs/screenshots # Allow or disallow image e-mailing. When this option is turned on, user can # send his images through e-mail. Notice, that this option is off by default. # Please read p. 2.6. for details. # EMAIL=on|off # Defines the "From:" field in sended e-mails. Please read p. 2.6.2. and 2.6.3. # for details. The default value is nobody@localhost, but it won't work in most # cases. # FROM=nobody@localhost # Defines your SMTP host. Please read p. 2.6.2. for details. The default value # is localhost, but it won't work if current the host doesn't handle SMTP # connections. # SMTP=localhost # Defines language for outgoing e-mails. English, German and Polish are # currently supported. Notice, this option does not affect server messages nor # user interface. See also p. 3.3.13 for client language options. Default value # is en. # LANG=en|de|pl # Defines the blackboard background image. Users will see this painting at # their boards. If you define background image, Reset button will cause refresh # this image, not fill board with specified color. The only valid file format # is PNG, size of image must fit the drawing area exactly (like onlyview # applet, see p. 1.5.2.). You can specify local image file location or full # URL to image. If file is not found, has incorrect dimension or wrong format, # simple screen erase is performed. The URL must begin with the http:// protocol # definiton. bgimage.png is a sample file included in the distribution archive, # it fits the default applet size (you can try it with index.html page). If not # specified then this feature is turned off. BGIMAGE=bgimage.png