# A set of directives for the site-dater.pl script # # Directives are all caps # lines which do not contain directives will get ignored # # Check file paths which match any of the below, ignore the rest # to match all files do not assign anything to KEEP # KEEP= (\.html|\.htm)$ # Of the file paths matched by KEEP, skip the ones matching any of the below # SKIP= footer header body menu Sagain Resume # The name of our output file # OUTPUT= recent/recent.html # Relative offset for URLs in the OUTPUT file # URLOFFSET= ../ # Only report the most recent MAXENTRIES pages # but include all pages younger than MINAGE days # MAXENTRIES= 25 MINAGE= 31 # Font specification for data rows # PAGEFONT= size="-1" DATEFONT= size="-1" PATHFONT= size="-1" # Table title # TITLE= Pages sorted by modification date #TITLEFONT= color="#550000" size="+1" nowrap TITLEFONT= nowrap TITLEBG= #bbdddd # Table headings # HEADINGFONT= color="#555550" size="-1" nowrap HEADINGBG= #a0b8c8 # Table body TABLEBG= #eeeeee #dddddd TABLEFONT= color="#000000" TABLE= border="1" cellSpacing="0" cellPadding="3" # Table footer # FOOTER= Generated on #date by #me FOOTERBG= #83a3b8 FOOTERFONT= color="#550000" # Modification date fonts # ONEDAY= color="#ff0000" size="-1" THREEDAY= color="#aa0000" size="-1" WEEK= color="#550000" size="-1"