# $Id: httpd-tt.itcl,v 1.8 2001/09/19 23:54:43 lightn Exp $ namespace eval TT_HTTPD { variable NAME "TiVo Web Project - TCL" variable VERSION "1.9.2-J" variable AUTHOR "SFR,TivoTechie,Lightn,MbM" variable URL "http://tivo.lightn.org/" variable NOTICE "The program comes with ABSOLUTELY NO WARRANTY. This program is licensed under the GPL. See the 'copyright' and 'README' files for copyright and credit information." variable STARTUP_MESSAGE "$TT_HTTPD::NAME - v$TT_HTTPD::VERSION\n$TT_HTTPD::NOTICE" variable EXIT_MESSAGE "Web Server Terminated" variable OPTIONS_MENU "" variable MAIN_MENU "" variable STYLE "technophobe" variable STYLE2 "2" }