home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / server / dnews52b.exe / dnewsweb.ini < prev    next >
Encoding:
Text File  |  1998-02-05  |  1.6 KB  |  53 lines

  1. # This header file is sensitive to case and spaces, so edit it with care.
  2. # the format is 
  3. # paramter value
  4.  
  5. # Specify the newshost, use and ip number to speed up the response.
  6. newshost 127.0.0.1
  7.  
  8. # Groups to display as available
  9. # groups rec.humor,rec.humor.funny,test.one,test.two
  10. #       This is now in the file top.tpl
  11.  
  12. # Groups to actually let people read  e.g. rec.*,fred.*
  13. allow *
  14.  
  15. # Define the directory where your *.tpl TEMPLATES are
  16. # this is now REQUIRED.  You may need to add the 
  17. # disk drive, e.g. d:\dnews\web
  18. templates \dnews\web
  19.  
  20. # A place where dnewsweb can write a log file, the default
  21. # is the current cgi-bin directory, this may cause access errors
  22. # on some systems
  23. # log_file /tmp/dnewsweb.log
  24.  
  25.  
  26. # -------------------------------------------------------------------
  27. # OPTIONAL SETTINGS BELOW HERE, remove comment char to implement
  28.  
  29. # Debugging off, if on then you will find dnewsweb.log
  30. debug false
  31.  
  32. #    Approx number of items to return with each page
  33. # pagesize 100
  34.  
  35. #    Enable the search button, only valid if you are running the full text 
  36. #    searching XMIT process, see DNEWS install.txt for details
  37. # search true
  38.  
  39. #    Required by cgi-wrappers so that dnewsweb gets the path
  40. #    correct, the following will usually work
  41. # cgi_path dnewsweb
  42.  
  43. #     Control posting to a limited subset of groups
  44. # post_groups comp.lang.c*
  45.  
  46. #     Limit users who can post (only ip addresses work)
  47. # post_users 161.29.32.*
  48.  
  49. # Wrap long lines in text messages when displayed
  50. wrap_text 90
  51.  
  52. # Wrap long lines in messages when the message is posted
  53. wrap_post 70