/***************************************************************************** ** htmlcal.c = calendar generator for HTML pages ** Header file: names.h = variables that you would want to customize ** Copyright (C) 1996, Mark Livingston ** Created: 26 May 96, Mark Livingston, ** Dept. of Computer Science, Univ. of North Carolina at Chapel Hill *****************************************************************************/ /* QUITE HONESTLY, this file doesn't really do its job, since there is a header and footer for the page that is output automatically and you'll have to modify in the source code. */ char organization[] = "Group"; /* note the quotation marks */ char imagefile[] = "Images/calend1.gif"; /* This is the color scheme of the output pages - the # is in the code */ #define BKGD "80c4ff" #define LINK "0000ff" #define ALNK "ff0000" #define VLNK "664488"