############################################################################
#  ceilidh.conf                                Lilikoi Software, Inc.      #
#                                                                          #
#  Activate any of the options below by removing the "#" comment from      #
#  the start of the line.  Do not leave a space before or after "=".       #
#                                                                          #
############################################################################

############################################################################
#  DOCUMENT ROOT                                                           #
#                                                                          #
#  Absolute path to the DOCUMENT_ROOT directory                            #
#  This should only be specified if it is not indicated by TestCGI.        # 
#  This is the path to the server's data directory, not to the forum.      # 
#                                                                          #
############################################################################

#document_root=/usr/local/etc/httpd/htdocs

############################################################################
#  EXECUTABLE NAMES                                                        #
#                                                                          #
#  Names of the Ceilidh and Fiddler executables                            #
#  You must change the URLs in the index page if you change Ceilidh.       #
#                                                                          #
############################################################################

#ceilidh=ceilidh.cgi
#fiddler=fiddler.cgi

############################################################################
#  DATABASES                                                               #
#                                                                          #
#  path=                                                                   #
#  Absolute path to the directory containing ceilidh.dat and ceilidh.err   #
#  The default directory is the cgi-bin directory.                         #
#  This directory must exist and Ceilidh must have read/write access.      #
#                                                                          #
#  database=                                                               #
#  Store the registration information in a single [single]                 #
#  or multiple [multi] database files?                                     #
#                                                                          #
#  pool_registration=                                                      #
#  Pool registration information across forums?                            #
#                                                                          #
############################################################################

#path=/usr/local/etc/httpd/ceilidh-data
#database=single   [single/multi]
#pool_registration=no

############################################################################
#  ARCHIVE PATH                                                            #
#                                                                          #
#  archive=                                                                #
#  Absolute path to the ARCHIVE directory                                  #
#  The default is the forum directory itself.                              #
#                                                                          #
#  max_archive_size=                                                       #
#  Maximum size of the message arhive (in kilobytes).                      #
#  Messages are removed from the archive on a first in                     #
#  first out basis in order to maintain this constant size.                #
#                                                                          #
############################################################################

#archive=/usr/local/etc/httpd/ceilidh-archive
#max_archive_size=

############################################################################
#  WEB PATHS                                                               #
#                                                                          #
#  Virtual, i.e., web, path to the icons directory                         #
#  Virtual, i.e., web, path to the cgi-bin directory                       #
#  You must change the URLs on the index page if you change either one.    #
#                                                                          #
############################################################################

#icons=/ceilidh-icons/
#cgibin=/cgi-bin/

############################################################################
#  MISCELLANEOUS SETTINGS                                                  #
#                                                                          #
#  message_color=                                                          #
#  Change the color of Ceilidh's error and info messages                   #
#                                                                          #
#  title_length=                                                           #
#  Sets the maximum permissible title length                               #
#                                                                          #
#  require_text=        [yes/no]                                           #
#  Require message text be entered by the user                             #
#                                                                          #
#  caching=             [yes/no]                                           #
#  Allow Ceilidh's forms to be cached by the browser                       #
#                                                                          #
#  timestamp=           [yes/no]                                           #
#  Optionally display the message timestamp in addition to the date        #
#                                                                          #
#  lock_expiration=     [yes/no]                                           #
#  Forces all replies to expire on the same date as the root message       #
#                                                                          #
#  digest=yes           [yes/no]                                           #
#  Optional message digest option (to expand a thread)                     #
#                                                                          #
#  double_byte=         [yes/no]                                           #
#  Permits the correct interpretation of double byte character sets        #
#  but disables smart HTML conversion of e-mail addresses                  #
#                                                                          #
#  server_process=      [yes/no]                                           #
#  Allow the server to process the index page (for active server pages)    #
#                                                                          #
#  IP_binding=          [yes/no]                                           #
#  Allow user authentication based on IP addresses                         #
#                                                                          #
#  force_cookies=       [yes/no]                                           #
#  Try to use cookies for authentication without asking permission         #
#                                                                          #
#  one_minute=          [yes/no]                                           #
#  Limit posting to one minute intervals per IP address                    #
#                                                                          #
#  buttons=             [top/bottom]                                       #
#  Display message button bar on the top or bottom of the message          #
#                                                                          #
#  compatibility=       [frames,domino]                                    #
#  Accommodate various unusual configurations                              #
#                                                                          #
#  logging=             [terse/regular/verbose/suppress]                   #
#  Choice of error logging or suppress the "DIAGNOSIS" button              #
#                                                                          #
############################################################################

#message_color=red
#title_length=40
#require_text=yes     [yes/no]
#caching=yes          [yes/no]
#timestamp=no         [yes/no]
#lock_expiration=yes  [yes/no]
#digest=yes           [yes/no]
#double_byte=no       [yes/no]
#server_process=no    [yes/no]
#IP_binding=no        [yes/no]
#force_cookies=no     [yes/no]
#one_minute=yes       [yes/no]
#buttons=bottom       [top/bottom]
#compatibility=       [frames,domino]
#logging=terse        [terse/regular/verbose/suppress]

############################################################################
#  FILE ATTACHMENT SETTINGS                                                #
#                                                                          #
#  max_upload_size=                                                        #
#  Set the maximum uploadable file size (in kb)                            #
#                                                                          #
#  auto_display=                                                           #
#  Set the maximum file size (in kb) for display of images in the message  #
#                                                                          #
#  A list of permissible MIME types for attachment                         #
#  Uncommenting "upload: unrestricted" removes MIME type checking          #
#                                                                          #
############################################################################

#max_upload_size=200
#auto_display=50

#upload: unrestricted
upload: application/msword
#upload: application/octet-stream
upload: application/pdf
upload: application/rtf
upload: application/x-msword
#upload: audio/wav
#upload: audio/x-midi
#upload: audio/x-pn-realaudio
upload: image/gif
upload: image/jpeg
upload: image/pjpeg
upload: image/png
upload: text/html
upload: text/plain
upload: text/richtext
#upload: video/avi
#upload: video/msvideo
#upload: video/x-msvideo

############################################################################
#  EMAIL SETTINGS                                                          #
#                                                                          #
#  sendmail=/usr/bin/sendmail                                              #
#  Path to the sendmail program                                            #
#  This needs to be uncommented to allow email notification to work        #
#  sendmail=/usr/bin/sendmail                                              #
#  Add " -test" to the end of this line for diagnostic output              #
#                                                                          #
#  server_name=http://www.yourserver.com                                   #
#  This supplies the name of the server or virtual host.                   #
#  (this might have to be set to correct the e-mailed URLs                 #
#   but it is better not to specify it unless necessary)                   #
#                                                                          #
#  admin=webmaster@yourserver.com                                          #
#  E-mail address of the forum administrator.                              #
#                                                                          #
#  authenticate_poster=no    [yes/no]                                      #
#  Require users to authenticate their e-mail addresses.                   #
#  This prevents users from entering fake e-mail addresses.                #
#                                                                          #
#  verify_notification=yes   [yes/no]                                      #
#  Require users to verify activation of e-mail notification.              #
#  This is required to prevent users from using Ceilidh as                 #
#  an agent to generate spam e-mail.  You should only switch               #
#  this off if you trust your users, e.g., in a corporate setting.         #
#                                                                          #
#  mailfrom=admin            [admin/ceilidh]                               #
#  Have the return to address be that of the forum administrator           #
#  or "ceilidh@yourserver.com".  Note that Ceilidh is not (yet)            #
#  capable of adding posts from incoming mail.                             #
#                                                                          #
#  show_email=yes            [yes/no]                                      #
#  Display the authors' e-mail addresses in posts.                         #
#                                                                          #
############################################################################

#sendmail=/usr/bin/sendmail
#server_name=http://www.yourserver.com
#admin=webmaster@yourserver.com
authenticate_poster=no     [yes/no]
#verify_notification=yes   [yes/no]
#mailfrom=admin            [admin/ceilidh]
#show_email=yes            [yes/no]

############################################################################
#  INDEX BACKUP AND RECOVERY                                               #
#                                                                          #
#  backup=recovery   [daily/frequent/recovery]                             #
#  daily:     backup the index on auto-expiration (<= once per day)        #
#  frequent:  backup the index on every post, reply, edit and delete       #
#  recovery:  as above (frequent backups) + automatic recovery             #
#                                                                          #
############################################################################

#backup=recovery   [daily/frequent/recovery]

############################################################################
#  FORUM CONFIGURATION OPTIONS TEMPLATE                                    #
#                                                                          #
#  See the registration database page for details                          #
#  Uncommented options are propagated to newly created forums              #
#                                                                          #
############################################################################

#newest=top
#date=USA
#HTML=yes
#counters=yes
#quote=yes
#edit=yes
#show IP=no
#attach=yes
#IP_binding=no
#force_cookies=no
#IP registration=yes
#expiration=regular
#icon_style= border=0 width=90 height=13

############################################################################
#  BROWSER PRPOERTIES                                                      #
#                                                                          #
#  browser: browserID, xxxx                                                #
#  Leave a space after the colon.                                          #
#  These settings modify Ceilidh's behavior                                #
#                                                                          #
#  (, x---) Carriage return (CR) handling                                  #
#  where x=0, CR=0d; x=1, CR=0a; x=2, CR=0d0d; x=3, CR=0a0a                #
#  (, -x--) Tokenize HTML tags                                             #
#  where x=0, tokenize=no; x=1, tokenize=yes                               #
#  (, --x-) Graphics capability                                            #
#  where x=0, Lynx; x=1, normal; x=2, WebExplorer; x=3, HotJava            #
#  (, ---x) Attachment upload                                              #
#  where x=0, attachments=no; x=1, attachments=yes                         #
#                                                                          #
#                                                                          #
############################################################################

browser: Mozilla/2.02, 2010
browser: HotJava, 1130
browser: Lynx, 1100
browser: Microsoft, 0110
browser: Mosaic, 1010
browser: Mozilla/1, 0010
browser: Mozilla/2, 0010
browser: Mozilla/3, 0011
browser: Mozilla/4.04b1, 2011
browser: Mozilla/4, 0011
browser: Mozilla/5, 0011
browser: MSIE 3, 0011
browser: WebEx, 0120

