Index: webmagickrc.in =================================================================== RCS file: /cvsroot/webmagick/WebMagick/webmagickrc.in,v retrieving revision 1.16 retrieving revision 1.22 diff -u -r1.16 -r1.22 --- webmagickrc.in 4 Dec 2001 19:36:57 -0000 1.16 +++ webmagickrc.in 4 Apr 2011 00:06:12 -0000 1.22 @@ -83,6 +83,7 @@ # $opt_ignore = 0; # Do not webmagick this directory # but still recurse into sub-directories # $opt_ignorefp = 1; # Ignore /_[a-z] directories (FrontPage) +# $opt_indexinfo = 1; # Put "Index of files" # $opt_srcdir = '.'; # Source directory path (current directory) # $opt_verbose = 0; # Verbose flag (default off) # $opt_forcecache = 0; # Force update of cached thumbnails @@ -90,30 +91,48 @@ # $opt_forcemontage = 0; # Force montage (default off) # $opt_forcegif = 0; # Force GIF imagemaps (default off) # $opt_forcejpeg = 0; # Force JPEG imagemaps (default off) +# $opt_forcenouplink = 0; # Force there to be no uplink in directory index list +# $opt_forceuplink = 0; # Force there to be an uplink in directory index list + # (i.e. even if we didn't generate ../index.html) # $opt_jpegquality = 70; # Quality of JPEG imagemaps # $opt_help = 0; # Display usage message # $opt_version = 0; # Display version info # $opt_htmlext = '.html'; # Use .shtml for SSI +# $opt_bodytagins = ''; # Insert something into tag # $opt_header = '
'; # Imagemap extra page header (HTML) # $opt_footer = '
'; # Imagemap extra page footer (HTML) +# $opt_headins = ''; # Insert something into section # $opt_javascript = 1; # Enable JavaScript output # $opt_readmevisible = 0; # Make README.html be first page. # $opt_title = ''; # Page title (blank provides default title) # $opt_address = ''; # Additonal address info for bottom of # imagemap page +# $opt_centerfooter = 0; # Center the footer text # $opt_date = 1; # Output updates date # $opt_pichtml = 0; # Write separate HTML for each picture +# $opt_pichtmlaltend = ''; # Some words to append to ALT +# $opt_pichtmlaltstart = ''; # Some words to prepend to ALT # $opt_pichtmlbottom = ''; # $opt_pichtmlext = '.html'; # Use .shtml for SSI +# $opt_pichtmllink = ''; # Where to link pic # $opt_pichtmlnav = 0; # Write navigation into pic's HTML +# $opt_pichtmlupfirst = 1; # Put up button before next/prev +# $opt_edgelinksindex = 0; # End links link back to index # $opt_pichtmlputtitle = 1; # Write picture title above it +# $opt_pichtmltitletop = 1; # Put picture title at top # $opt_pichtmltarget = ''; # $opt_pichtmltitleend = '

'; # End tags for picture title # $opt_pichtmltitlestart = '

'; # Start tags for picture title # $opt_pichtmltop = '

'; # $opt_tables = 0; # use HTML tables instead of image maps +# $opt_tablebackcolor = '#000000'; # table background color +# $opt_fancytables = 0; # use a fancier table for index pages +# $opt_fancytableheight = 28; # the height of the fancy table border +# $opt_tables_bottom = ''; # HTML after table contents +# $opt_tables_params = 'WIDTH="90%"'; # table HTML parameters +# $opt_tables_top = ''; # HTML before table contents # $opt_allowconfig = 0; # allow user to configure table and framestyle # @@ -199,8 +218,7 @@ # $opt_frames = 1; # Use frames # $opt_framemarginwidth = 1; # Pixels allocated to frame margin in horizontal direction # $opt_framemarginheight = 1; # Pixels allocated to frame margin in vertical direction -# $opt_framebordersize = 3 ; # Pixels allocated to frame border -# $opt_frameborder = 'YES'; # Enable (YES) or disable (NO) decorative frame borders +# $opt_frameborder = 1; # Enable (1) or disable (0) decorative frame borders # $opt_framestyle = 1; # Frame style to use (out of those available) # @@ -245,6 +263,7 @@ # $opt_icons{'next_gray'} = 'gray_next.gif'; # Next (grayed out) # $opt_icons{'up'} = 'blue_up.gif'; # Up # $opt_icons{'help'} = 'blue_readme.gif'; # Help Readme File +# $opt_icons{'ft_top'} = 'ft_top.gif'; # Fancy table top # $opt_icons{'help'} = 'blue_help.gif'; # Help Alternative (Question) # $opt_icons{'dir'} = 'blue_dir.gif'; # Directory List Icon (See below) # $opt_icons{'ball'} = 'blue_ball.gif'; # A ball matching other icons