# ---------------------------------------------------------------------------
# Generic SPONG settings, specifies where files are kept, etc...
# ---------------------------------------------------------------------------
-# $Id: spong.conf,v 1.17 2000/09/18 18:36:56 sljohnson Exp $
+# $Id: spong.conf,v 1.18 2000/09/25 20:43:54 sljohnson Exp $
$SPONGSLEEP = 300; # Sleep time between check cycles. Depreciated
$WWWGIFS = "/spong/gifs"; # URL to www/gifs dir
$WWWDOCS = "/spong/docs"; # URL to www/docs dir
-$WWWHTML = "/usr/local/spong/www/html";
-$WWWSPONG = "/cgi-bin/www-spong";
-$WWWACK = "/cgi-bin/www-spong-ack";
+$WWWHTML = "/usr/local/spong/www/html"; # File path to SPONG/www dir
+$WWWSPONG = "/cgi-bin/www-spong"; # URL path to www-spong program
+$WWWACK = "/cgi-bin/www-spong-ack"; # URL path to www-spong-ack pgm
+
+$WAPSPONG = "/cgi-bin/wap-spong"; # URL path to wap-spong pgm
+ # BETA version of this feature
+
#$WWWCONTACT = "/spong/page.cgi"; # This CGI script is not provided. See
# the admin-guide for more infomation