Installing DNEWSWEB
-------------------
DNEWSWEB is a web to news gateway, it lets you merge your web pages and your
news groups.

You must install it on your WEB server, in a directory that you have 
already setup on your server as containing CGI programs,  you must
read your server documentation if you don't currently know how to 
setup a cgi program, typically you would copy the files to a directory
like:

SERVER_ROOT\cgi-bin\

Two files should be coppied to this directory
	copy \dnews\dnewsweb.exe \SERVER_ROOT\cgi-bin
	copy \dnews\dnewsweb.ini \SERVER_ROOT\cgi-bin
In some instances you will have to place the .ini file in a different
directory, this is dependent on your server software, sometimes the
'SERVER_ROOT' is the right directory.  (Dnewsweb will give an error
if it can't find this file, in which case just try moving it somewhere else)

Now edit dnewsweb.ini and define three things
  	notepad \SERVER_ROOT\cgi-bin\dnewsweb.ini
		The name of your DNEWS news server
		News groups to appear on the front page
		News groups that you are allowing people to access.
WARNING: if you don't limit the news groups people can access, then
you may find everyone in the world reading news via your web pages,
this may make your site more popular than you would like :-)

Then try it out, point your web server at the address:
(unix)	http://your.ip.name/cgi-bin/dnewsweb
(nt) 	http://your.ip.name/cgi-bin/dnewsweb.exe

It will run with other news servers, however it is much faster with 
DNEWS and the 'list all newsgroups' function will only work with DNEWS.

