home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-2.ISO / server / dnews52b.exe / dnewsweb.txt < prev    next >
Encoding:
Text File  |  1997-04-05  |  2.4 KB  |  61 lines

  1. Please see the file:
  2.  
  3. http://netwinsite.com/manual/dnewsweb.htm
  4.  
  5. This version of dnewsweb is significantly different
  6. to previous versions, in brief.
  7.  
  8. Header and footer files have been replaced by templates
  9. for greater flexibility.  
  10.  
  11. To install dnewsweb:
  12. Installing DNEWSWEB
  13. -------------------
  14. DNEWSWEB is a web to news gateway, it lets you merge your web pages and your
  15. news groups.
  16.  
  17. You must install it on your WEB server, in a directory that you have 
  18. already setup on your server as containing CGI programs,  you must
  19. read your server documentation if you don't currently know how to 
  20. setup a cgi program, typically you would copy the files to a directory
  21. like:
  22.  
  23. SERVER_ROOT\cgi-bin\
  24.  
  25. Two files should be coppied to this directory
  26.     copy \dnews\dnewsweb.exe \SERVER_ROOT\cgi-bin
  27.     copy \dnews\dnewsweb.ini \SERVER_ROOT\cgi-bin
  28. In some instances you will have to place the .ini file in a different
  29. directory, this is dependent on your server software, sometimes the
  30. 'SERVER_ROOT' is the right directory.  (Dnewsweb will give an error
  31. if it can't find this file, in which case just try moving it somewhere else)
  32.  
  33. Now edit dnewsweb.ini and define three things
  34.       notepad \SERVER_ROOT\cgi-bin\dnewsweb.ini
  35.         The name of your DNEWS news server
  36.         News groups to appear on the front page
  37.         News groups that you are allowing people to access.
  38.         Define the headers directory.
  39. WARNING: if you don't limit the news groups people can access, then
  40. you may find everyone in the world reading news via your web pages,
  41. this may make your site more popular than you would like :-)
  42.  
  43. Now copy the template files to the headers directory
  44. that you have defined in dnewsweb.ini if you have moved
  45. it from the default (you should do this if you
  46. plan to modify the templates)
  47.  
  48. Then try it out, point your web server at the address:
  49. (unix)    http://your.ip.name/cgi-bin/dnewsweb
  50. (nt)     http://your.ip.name/cgi-bin/dnewsweb.exe
  51.  
  52. It will run with other news servers, however it is much faster with 
  53. DNEWS and the 'list all newsgroups' function will only work with DNEWS.
  54.  
  55. HELP, It asked me where to save dnewsweb.exe ????
  56.    This means you have failed to tell your web server
  57. that the directory cgi-bin/ contains CGI programs and
  58. not WEB pages.  Go back to your web server administration
  59. window and look for help on CGI directories.  
  60. (This is the single most common question we get !!)
  61.