<% '-- file auto-generation -- '* must be lowercase. either "xml", "html" or "html, xml" Const AutoFileTypes = "html" '* the numerical reference for the category. enclose in quotes. seperate with comma and space- ', ' Const AutoFileCategory = "1" '* alpha-numerics and underscore character only, no extension Const AutoFileName = "auto_news" '* 0 is no limit, +ive integer is value Const AutoNoOfPosts = 8 Const AutoDaysPerPage = 0 '* -1 is none, 0 is no limit, +ive integer is value Const AutoNoOfComments = -1 '-- headlines file gen -- '* full url to the appropriate display .asp file Const HeadlineURL = "http://www.webkaos.co.uk/news.asp" '* the numerical reference for the category. enclose in quotes. seperate with comma and space- ', ' Const HeadlineCategory = "1" '* 0 is no limit, +ive integer is value Const HeadlinePosts = 8 Const HeadlineDays = 0 %>