diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-21 19:00:30 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-05-21 19:00:30 +0000 |
commit | a3e1acb52912069582e966de93f3d49b00bbf4e3 (patch) | |
tree | 06b7666efc170e8d0f9cecd92693b5194a9745ac /www/WebMagick/files/patch-ab | |
parent | upgrade to beta 11 (diff) |
Add few options for more flexibility
Notes
Notes:
svn path=/head/; revision=11091
Diffstat (limited to 'www/WebMagick/files/patch-ab')
-rw-r--r-- | www/WebMagick/files/patch-ab | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/www/WebMagick/files/patch-ab b/www/WebMagick/files/patch-ab index a82e2fdd8bc5..0e383c677ecd 100644 --- a/www/WebMagick/files/patch-ab +++ b/www/WebMagick/files/patch-ab @@ -1,5 +1,5 @@ -*** webmagickrc.in.bak Tue Mar 24 07:45:52 1998 ---- webmagickrc.in Wed May 20 02:38:55 1998 +*** webmagickrc.in.orig Tue Mar 24 07:45:52 1998 +--- webmagickrc.in Thu May 21 19:58:45 1998 *************** *** 32,38 **** # Name of per-directory rc file @@ -17,3 +17,27 @@ # File naming +*************** +*** 82,87 **** +--- 82,88 ---- + # $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_help = 0; # Display usage message + # $opt_header = ''; # Imagemap extra page header (HTML) + # $opt_javascript = 1; # Enable JavaScript output +*************** +*** 89,94 **** +--- 90,100 ---- + # $opt_title = ''; # Page title (blank provides default title) + # $opt_address = ''; # Additonal address info for bottom of + # imagemap page ++ # $opt_pichtml = 0; # Write separate HTML for each picture ++ # $opt_pichtmlext = '.html'; # Use .shtml for SSI ++ # $opt_pichtmltarget = ''; ++ # $opt_pichtmltop = ''; ++ # $opt_pichtmlbottom = ''; + + # + # ImageMagick Montage settings |