Howdy xjohnson:
 
> Does anyone know how to add a footer to all  the pages on a
> web site?  This is as far as I've gotten.

  Another pretty simple way to do HTML footers is to use the
  REBOL Apache Module.  Using this REBOL server side scripting
  solution, you can add custom footers and headers to web
  pages, do access control, server side html processing, and
  much much more-- at vastly greater speeds than via CGI. I
  hear they're running a pre beta testing program for various
  UNIXes right now.  I also have heard that the software is
  actually more stable than you would expect for a "prebeta"!
  (-: If you're running Apache on some form of UNIX, you might
  consider sending mail to [EMAIL PROTECTED] to see if you
  too can get a hold of one of these new versions of REBOL!
  If not, just ignore my rantings.  The other people gave you
  great suggestions for footers as it were..  :-)

  -jeff
 
  P.S. Oh yeah-- I think they want you to have version 1.3.6
  through the present version 1.3.9 of Apache with mod_so
  compiled in (you can verify by doing a:
  /path/to/apache/bin/httpd -l).  

  That's about all the rumors I know on that subject for now.

Reply via email to