mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
--- webmagickrc.in.orig Sun Oct 17 18:43:44 1999
|
|
+++ webmagickrc.in Sat Nov 27 07:29:56 1999
|
|
@@ -13,6 +13,8 @@
|
|
# Not used if local relative paths used
|
|
# $opt_iconpath = '@ICONPATH@';
|
|
# Relative path under rootpath / prefixpath
|
|
+# $opt_iconbase = '';
|
|
+ # Global icons base URL, if not empty
|
|
|
|
#
|
|
# Server-side imagemap settings
|
|
@@ -41,6 +43,7 @@
|
|
# $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
|
|
|
|
#
|
|
@@ -83,6 +86,7 @@
|
|
# $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
|
|
@@ -93,6 +97,7 @@
|
|
# $opt_title = ''; # Page title (blank provides default title)
|
|
# $opt_address = ''; # Additonal address info for bottom of
|
|
# imagemap page
|
|
+# $opt_nodate = 0; # Don't show updates date
|
|
# $opt_pichtml = 0; # Write separate HTML for each picture
|
|
# $opt_pichtmlext = '.html'; # Use .shtml for SSI
|
|
# $opt_pichtmltarget = '';
|