/
roa/
roa/lib/boards/
roa/lib/config/
roa/lib/edits/
roa/lib/help/
roa/lib/misc/
roa/lib/plrobjs/
roa/lib/quests/
roa/lib/socials/
roa/lib/www/
roa/lib/www/LEDSign/
roa/lib/www/LEDSign/fonts/
roa/lib/www/LEDSign/scripts/
roa/src/s_inc/
roa/src/sclient/
roa/src/sclient/binary/
roa/src/sclient/text/
roa/src/util/
/************************************************************************
	Realms of Aurealis 		James Rhone aka Vall of RoA

www.h					Header file for www RoA code.

		******** 100% Completely Original Code ********
		*** BE AWARE OF ALL RIGHTS AND RESERVATIONS ***
		******** 100% Completely Original Code ********
		        All rights reserved henceforth. 

    Please note that no guarantees are associated with any code from
Realms of Aurealis.  All code which has been released to the general
public has been done so with an 'as is' pretense.  RoA is based on both
Diku and CircleMUD and ALL licenses from both *MUST* be adhered to as well
as the RoA license.   *** Read, Learn, Understand, Improve ***
*************************************************************************/
#ifndef ROA_WWW_H
#define ROA_WWW_H

// use www link to whereever the files are... (hopefully you put a link
// from lib/www to whereever the files are)

#define HTML_WHO_FILE	   "www/who.html" /* for webpage who */
#define HTML_STATS_FILE	   "www/roastats.html" /* for stats */
#define HTML_LOG_FILE	   "www/roalog.html" /* for mortlog */
#define HTML_GOSS_FILE	   "www/goss.html" /* web gossip */ 
#define HTML_GOSS_LED_FILE "www/LEDSign/scripts/goss.led" 

#endif /* ROA_WWW_H */