# ---------------------------
# Start of configuration data

# path - list of pathes to scan
# fields:
#	1 - full path to file area (use / instead of \)
#	2 - area description
#	3 - WWW path to file area, if missed, this area will not be included to
#		Table Of Contents html file.
lappend path {//server/share/FILES/WIN95 "Windows95" /FILES/WIN95}
lappend path {z:/Unix-to-NT "Unix software on NT? It's easy :-)" /FILES/Unix-to-NT}
lappend path {c:/autoexec.bat/files "Unsorted Inbound"}

# ignorenames - list of filenames to ignore. This files will not be 
# 	automatically added to files.bbs with addlist command

lappend ignorenames files.bbs FILES.BBS FILES.BAK Files.html

# This variable contains the name of file with file descriptions. 
# Usually, files.bbs
set fileslist files.bbs

# outputfile - mane of generated output filelist
set outputfile c:/filelist/Cool.txt;	#output filelist

# filename of filelist header
set header header.txt;		#text to add to filelist head

# right margin for generated filelist
set rmargin 79

# left margin for wrapped file descriptions
set lmargin 30

# width of file name and file size fields in output filelist. This values will
# be increased automatically if necessary.
set FNlength 12;        #filename length
set FSlength 6;         #filesize length

# Name of generated list of requestable directories
set requestlist d:/mailer/dirs.frq       
# translate / to \ in requestlist?
set translateslashes 1;         

# Make HTML version of Files.bbs?
set makehtml 1;
set htmlname Files.html
set TOC //wwwserver/files/Default.htm;   # Hypertext list of file areas

# End of configuration data
# -------------------------
