summaryrefslogtreecommitdiff
path: root/www/WebMagick/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/WebMagick/files/patch-ab44
1 files changed, 37 insertions, 7 deletions
diff --git a/www/WebMagick/files/patch-ab b/www/WebMagick/files/patch-ab
index be0270ec8803..5d1709c9a706 100644
--- a/www/WebMagick/files/patch-ab
+++ b/www/WebMagick/files/patch-ab
@@ -2,10 +2,10 @@ Index: webmagickrc.in
===================================================================
RCS file: /cvsroot/webmagick/WebMagick/webmagickrc.in,v
retrieving revision 1.16
-retrieving revision 1.19
-diff -u -r1.16 -r1.19
+retrieving revision 1.21
+diff -u -r1.16 -r1.21
--- webmagickrc.in 4 Dec 2001 19:36:57 -0000 1.16
-+++ webmagickrc.in 19 Jan 2004 22:12:20 -0000 1.19
++++ webmagickrc.in 26 May 2004 22:56:13 -0000 1.21
@@ -83,6 +83,7 @@
# $opt_ignore = 0; # Do not webmagick this directory
# but still recurse into sub-directories
@@ -14,7 +14,21 @@ diff -u -r1.16 -r1.19
# $opt_srcdir = '.'; # Source directory path (current directory)
# $opt_verbose = 0; # Verbose flag (default off)
# $opt_forcecache = 0; # Force update of cached thumbnails
-@@ -104,8 +105,11 @@
+@@ -90,6 +91,9 @@
+ # $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
+@@ -101,19 +105,32 @@
+ # $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
@@ -24,24 +38,40 @@ diff -u -r1.16 -r1.19
# $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 = '';
-@@ -114,6 +118,9 @@
+ # $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_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
#
-@@ -200,7 +207,7 @@
+@@ -199,8 +216,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_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 +261,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