/etc/webmagickrc is in webmagick 2.02-11.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 | #
# Copy the webmagickrc file to your home directory under the name
# .webmagickrc. Any default definitions you want to override should be
# uncommented in this file and modified.
#
# Navigation Icon Paths and URLs
# Specify the path and file name for the navigation icons.
# !!!MUST EDIT OR OVERRIDE!!!
#
# $opt_rootpath = '/usr/share'; # Directory Path to top of html tree
# Needed to determine relative paths to images
# $opt_prefixpath = ''; # Path or URL to prepend to root URL
# Not used if local relative paths used
# $opt_iconpath = 'doc/webmagick/icons';
# Relative path under rootpath / prefixpath
# $opt_iconbase = '';
# Global icons base URL, if not empty
#
# Server-side imagemap settings
# !!!MAY NEED TO EDIT OR OVERRIDE!!!
#
# $opt_htimage=''; # Base URL to server-side imagemap CGI
# On some systems this is /cgi-bin/imagemap
# Set to '' to use a ".map" URL with relative
# URLs (latest NCSA & Apache)
# $opt_maptype='ncsa'; # Maptype must be 'cern' or 'ncsa'. If you are
# using Apache, specify 'ncsa'.
# $opt_serversidemap = 0; # Enable server-side maps writting
#
# RC files
#
#
# Name of per-directory rc file
# $opt_webmagickrc = '.webmagickrc';
# global rc files
@global_option_files = ("/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}");
# File naming
# $opt_indexname = 'index.html'; # Per-directory master index file
# $opt_readme = 'README.html';# Name of welcome page README file ('' = none)
# $opt_pageindexname = '.index'; # Base name of secondary index files
# $opt_dirindexname = '.dirindex'; # Subdirectory Title cross-reference
# dirname Directory Title
# $opt_dirhtmlext = '.html'; # Use .shtml for SSI
# $opt_imgindexname = '.imgindex'; # Image name to label cross-reference file
#
# HTML color and background image related options
#
# X11 RBG color database (rgb.txt) location
# Entries in this file have the form:
# Red Green Blue Color-name
# where color intensities are specified in decimal.
# e.g. 250 240 230 linen
# $opt_rgbdb='';
#
# Page Frame & non-framed pages
# $opt_colorback = '#CCCCCC'; # Color -- Background
# $opt_colorfore = 'black'; # Color -- Foreground
# $opt_coloralink = '#FF0000'; # Color -- Active link
# $opt_colorlink = '#0000EE'; # Color -- Link
# $opt_colorvlink = '#551A8B'; # Color -- Visited link
#
# Directory frame (Leave options empty ('') to use page frame colors
# $opt_dircolorback = '#B2B2B2'; # Color -- Background
# $opt_dircolorfore = 'black'; # Color -- Foreground
# $opt_dircoloralink = ''; # Color -- Active link
# $opt_dircolorlink = ''; # Color -- Link
# $opt_dircolorvlink = ''; # Color -- Visited link
# $opt_stylesheet = '/styles/my_style.css'; # stylesheet to use instead
# of specifying colors
# General options
# $opt_anonymous = 0; # Don't show address & copyright info on pages
# $opt_debug = 0; # Debug flag (default off)
# $opt_recurse = 0; # Recursivally apply webmagick (default off)
# $opt_prune = 0; # Do Not recurse into subdirectories (off)
# $opt_ignore = 0; # Do not webmagick this directory
# but still recurse into sub-directories
# $opt_ignorefp = 1; # Ignore /_[a-z] directories (FrontPage)
# $opt_srcdir = '.'; # Source directory path (current directory)
# $opt_verbose = 0; # Verbose flag (default off)
# $opt_forcecache = 0; # Force update of cached thumbnails
# $opt_forcehtml = 0; # Force HTML files to be generated (default off)
# $opt_forcemontage = 0; # Force montage (default off)
# $opt_forcegif = 0; # Force GIF imagemaps (default off)
# $opt_forcejpeg = 0; # Force JPEG imagemaps (default off)
# $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_header = '<CENTER>'; # Imagemap extra page header (HTML)
# $opt_footer = '</CENTER>'; # Imagemap extra page footer (HTML)
# $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_date = 1; # Output updates date
# $opt_pichtml = 0; # Write separate HTML for each picture
# $opt_pichtmlbottom = '</CENTER>';
# $opt_pichtmlext = '.html'; # Use .shtml for SSI
# $opt_pichtmlnav = 0; # Write navigation into pic's HTML
# $opt_pichtmlputtitle = 1; # Write picture title above it
# $opt_pichtmltarget = '';
# $opt_pichtmltitleend = '</P>'; # End tags for picture title
# $opt_pichtmltitlestart = '<P>'; # Start tags for picture title
# $opt_pichtmltop = '<CENTER>';
# $opt_tables = 0; # use HTML tables instead of image maps
# $opt_allowconfig = 0; # allow user to configure table and framestyle
#
# ImageMagick Montage settings
#
# $opt_maxgif = 30000; # Maximum GIF imagemap size before
# trying JPEG
# $opt_columns = 6; # Max number of columns in montage grid
# $opt_rows = 4; # Max number of rows in montage grid
# $opt_mapnetscape = 0; # Map GIFs to Netscape 216-color cube
# $opt_thumbtexture = 'false'; # Texture to tile onto the image background
# $opt_thumbbackground = '#CCCCCC'; # Montage background color
# $opt_thumbborderwidth = 0; # Thumbnail border width (pixels)
# $opt_thumbframebgcolor = 'black'; # Inside of Frame color. Unused if no frame
# $opt_thumbframecolor = '#CCCCCC'; # Color -- Frame Color
# $opt_thumbtransparent = $opt_thumbbackground; # Color -- Image Transparency
# $opt_thumbcompose = 'Copy'; # Thumbnail image composition operation
# $opt_thumbfont = 'fixed'; # Label font
# $opt_thumbforeground = 'black'; # Montage foreground color
# $opt_thumbframe = 'false'; # Geometry of frame around thumbnail
# (default false)
# $opt_thumbgeometry = '106x80+2+2>'; # Size of thumbnail images (width x height)
# $opt_thumbgravity = 'Center'; # Direction thumbnail gravitates to
# (default Center)
# $opt_thumblabel = '%f\n%wx%h\n%b'; # Default format for thumbnail text label
# $opt_thumblabelwidth = 13; # Label width past which truncation occurs
# $opt_thumbshadow = 'false'; # Enable decorative shadow under thumbnail
# (default disabled)
# $opt_zoomfilter = 'Mitchell'; # Zoom (size reduction) filter
# (Box/Triangle/Mitchell)
#
# Hooks to add code to key places in WebMagick
#
# $opt_thumbprehook = ''; # PerlMagick commands to execute on original
# prior reducing to thumbnail size
# $opt_thumbposthook = ''; # PerlMagick commands to execute on image
# after reduction to thumbnail size
# $opt_readfailhook = ''; # PERL commands to execute if reading image
# fails due to image corruption
#
# Caching related options
#
# Note: See below about sharing cache with 'xv'
# If caching is turned on, the montage grid will continue to be
# controlled by opt_thumbgeometry but the thumbnail size will be
# controlled by opt_cachegeom
# $opt_cache = 1; # Cache thumbnails
# $opt_cachedir = '.cache'; # Subdirectory to cache thumbnails in
# $opt_cacheformat = 'JPEG'; # Format to use for thumbnails
# $opt_cachegeom = $opt_thumbgeometry; # Thumbnail geometry
# $opt_cachemin = 300*200; # Smallest image to cache in total pixels
# (width * height). Images smaller than
# this size will not be cached.
# Uncomment these options to share cache with John Bradley's 'xv'
# (Visual Schnauzer format) NOTE: The 'xv' thumbnail format only
# supports 128 absolute colors so expect some montage thumbnail
# degradation when using 'xv' thumbnails.
#
#
# $opt_cacheformat = 'P7'; # 'xv's thumbnail format
# $opt_cachegeom = '80x60'; # 'xv's default thumbnail geometry is 80x60
# $opt_cachedir = '.xvpics'; # 'xv's thumbnail cache directory
# $opt_cachemin = 0; # Cache all thumbnails
#
# Uncomment remaining to obtain 'xv's Visual Schnauzer "look and feel"
#
# $opt_thumbgeometry = '92x72+2+2>';
# $opt_thumblabel = '%f';
# $opt_thumblabelwidth = 12;
# $opt_thumbgravity = 'South';
#
# Frame related options
#
# $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_framestyle = 1; # Frame style to use (out of those available)
#
# Meta-tag defaults
#
# $opt_metaauthor = ''; # Page author
# $opt_metacharset = ''; # Page character set
# $opt_metaclassification = ''; # Page classification
# $opt_metadescription = ''; # Page description
# $opt_metaexpires = ''; # Date page expires (e.g "Tue, 20 Aug 1996 14:25:27 GMT")
# $opt_metakeywords = 'WebMagick'; # Key words
#
# Messages customization defaults
#
# $opt_msg_copyright = 'Copyright ';
# $opt_msg_date_format = '%B %e, %Y'; # See strftime(3)
# $opt_msg_directories = 'Directories';
# $opt_msg_directory_navigator = 'Directory Navigator';
# $opt_msg_images = 'Images';
# $opt_msg_index_of_directory = 'Index of directory';
# $opt_msg_index_of_files = 'Index of files ';
# $opt_msg_index_through = 'through';
# $opt_msg_next = 'Next';
# $opt_msg_page_navigator = 'Page Navigator';
# $opt_msg_page_updated_on = 'Page updated on';
# $opt_msg_prev = 'Prev';
# $opt_msg_produced_by = 'Produced by';
# $opt_msg_readme = 'ReadMe';
# $opt_msg_up = 'Up';
#
# Hash table of images used -- image size read internally by webmagick
#
# $opt_icons{'background'} = 'thumbs.jpg'; # Thumbnail frame background image
# $opt_icons{'dirbackground'} = 'dir.jpg'; # Directory frame background image
# $opt_icons{'prev'} = 'blue_prev.gif'; # Previous
# $opt_icons{'prev_gray'} = 'gray_prev.gif'; # Previous (grayed out)
# $opt_icons{'next'} = 'blue_next.gif'; # Next
# $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{'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
# $opt_icons{'config'} = 'blue_c.gif'; # Configuration button
#
|