# File: SiteIndex.cfg # Author: Angus McIntyre # Date: 16.10.95 # Updated: 20.10.95 # # Configuration file for "Site Index" script # ----------------------------------------------------------------- # SETTINGS VARIABLES # ----------------------------------------------------------------- # directory_path # # Path to the directory to be indexed. set directory_path /home/cyberk/webdocs/ubbs/archive # index_file_path # # Path to the file to which the index is to be written set index_file_path /home/cyberk/webdocs/ubbs/archive/testSiteIndex.html # page_header_path # # Path to the file which will be used as the page header. This # can either be a text file or a Perl file. If it is a Perl # file, it will be executed to generate the header. set page_header_path SiteIndexHeader.pl # page_footer_path # # Path to the file which will be used as the page footer. This # can either be a text file or a Perl file. If it is a Perl # file, it will be executed to generate the footer. set page_footer_path SiteIndexFooter.pl # url_base # # Base for URLs used to refer to pages in the index. set url_base http://www.cyber-kitchen.com/ubbs/archive/ # depth # # Depth to which the directory tree is to be searched # (set to 0 to search the entire tree). set depth 0 # text_lines_to_show # # Number of lines of sample text from the file to be included # in the index. The default value is 0, which means that no # text will be included - the index will consist only of titles. set text_lines_to_show 2 # html_extension # # The filename extension that identifies HTML files on this # system. This option is not generally needed (so it's commented # out below). If you're running on a crippled filesystem that # only allows three-letter extensions, however, you may want # to restore this setting appropriately. A default value of # 'html' is hard-coded in the script, but will be overridden # if the next line is uncommented. # set html_extension htm # date_style # # Controls whether the date is printed in US or European # format. The two possible settings are 'us' or 'european'; set date_style us # debug # # Determines whether debugging information should be printed # or not. Set this to 1 to show debugging information on # STDERR set debug 0 # ----------------------------------------------------------------- # EXCLUSIONS # ----------------------------------------------------------------- # Directories or files matching the following patterns will not be # included in the index. exclude \.jpgs exclude \.gifs exclude \.maps exclude \.dbs exclude scripts exclude templates exclude Misc/Links exclude Done.html exclude SRT