home *** CD-ROM | disk | FTP | other *** search
- # This header file is sensitive to case and spaces, so edit it with care.
- # the format is
- # paramter value
-
- # Specify the newshost, use and ip number to speed up the response.
- newshost 127.0.0.1
-
- # Groups to display as available
- # groups rec.humor,rec.humor.funny,test.one,test.two
- # This is now in the file top.tpl
-
- # Groups to actually let people read e.g. rec.*,fred.*
- allow *
-
- # Define the directory where your *.tpl TEMPLATES are
- # this is now REQUIRED. You may need to add the
- # disk drive, e.g. d:\dnews\web
- templates \dnews\web
-
- # A place where dnewsweb can write a log file, the default
- # is the current cgi-bin directory, this may cause access errors
- # on some systems
- # log_file /tmp/dnewsweb.log
-
-
- # -------------------------------------------------------------------
- # OPTIONAL SETTINGS BELOW HERE, remove comment char to implement
-
- # Debugging off, if on then you will find dnewsweb.log
- debug false
-
- # Approx number of items to return with each page
- # pagesize 100
-
- # Enable the search button, only valid if you are running the full text
- # searching XMIT process, see DNEWS install.txt for details
- # search true
-
- # Required by cgi-wrappers so that dnewsweb gets the path
- # correct, the following will usually work
- # cgi_path dnewsweb
-
- # Control posting to a limited subset of groups
- # post_groups comp.lang.c*
-
- # Limit users who can post (only ip addresses work)
- # post_users 161.29.32.*
-
- # Wrap long lines in text messages when displayed
- wrap_text 90
-
- # Wrap long lines in messages when the message is posted
- wrap_post 70