head	1.22;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.16
	RELEASE_6_4_0:1.16
	RELEASE_5_EOL:1.16
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.16
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.16
	RELEASE_6_1_0:1.16
	RELEASE_5_5_0:1.16
	RELEASE_6_0_0:1.16
	RELEASE_5_4_0:1.16
	RELEASE_4_11_0:1.16
	RELEASE_5_3_0:1.16
	RELEASE_4_10_0:1.15
	RELEASE_5_2_1:1.14
	RELEASE_5_2_0:1.14
	RELEASE_4_9_0:1.14
	RELEASE_4_7_0:1.12
	RELEASE_4_3_0:1.10
	RELEASE_4_2_0:1.10
	RELEASE_4_1_1:1.10
	RELEASE_4_1_0:1.10
	RELEASE_3_5_0:1.10
	RELEASE_4_0_0:1.10
	RELEASE_3_4_0:1.10
	RELEASE_3_3_0:1.7
	RELEASE_3_2_0:1.7
	RELEASE_3_1_0:1.5
	RELEASE_2_2_8:1.5
	RELEASE_3_0_0:1.5
	RELEASE_2_2_7:1.4;
locks; strict;
comment	@# @;


1.22
date	2012.04.07.06.11.06;	author ache;	state dead;
branches;
next	1.21;

1.21
date	2012.04.05.10.25.15;	author ache;	state Exp;
branches;
next	1.20;

1.20
date	2012.03.31.19.48.50;	author ache;	state Exp;
branches;
next	1.19;

1.19
date	2012.02.27.18.19.28;	author ache;	state Exp;
branches;
next	1.18;

1.18
date	2012.01.22.18.25.56;	author ache;	state Exp;
branches;
next	1.17;

1.17
date	2011.04.04.03.48.54;	author ache;	state Exp;
branches;
next	1.16;

1.16
date	2004.05.27.00.02.49;	author ache;	state Exp;
branches;
next	1.15;

1.15
date	2004.01.19.22.22.39;	author ache;	state Exp;
branches;
next	1.14;

1.14
date	2003.07.18.00.41.36;	author ache;	state Exp;
branches;
next	1.13;

1.13
date	2002.10.23.00.41.57;	author ache;	state dead;
branches;
next	1.12;

1.12
date	2002.09.07.10.07.09;	author ache;	state Exp;
branches;
next	1.11;

1.11
date	2001.08.09.03.31.18;	author ache;	state dead;
branches;
next	1.10;

1.10
date	99.11.27.04.57.46;	author ache;	state Exp;
branches;
next	1.9;

1.9
date	99.11.25.21.08.02;	author ache;	state Exp;
branches;
next	1.8;

1.8
date	99.11.21.02.59.57;	author ache;	state Exp;
branches;
next	1.7;

1.7
date	99.03.25.03.29.08;	author ache;	state Exp;
branches;
next	1.6;

1.6
date	99.02.21.20.30.19;	author ache;	state Exp;
branches;
next	1.5;

1.5
date	98.09.25.01.21.46;	author ache;	state Exp;
branches;
next	1.4;

1.4
date	98.05.22.00.33.23;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	98.05.21.19.00.30;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	98.05.20.22.17.18;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	98.05.20.22.03.39;	author ache;	state Exp;
branches;
next	;


desc
@@


1.22
log
@1) Remove patches reflecting the project CVS and update to equivalent
just released 2.03pre4 beta.
2) Use autotools.
3) Add LICENSE.

Feature safe: yes
@
text
@Index: webmagickrc.in
===================================================================
RCS file: /cvsroot/webmagick/WebMagick/webmagickrc.in,v
retrieving revision 1.16
retrieving revision 1.27
diff -u -r1.16 -r1.27
--- webmagickrc.in	4 Dec 2001 19:36:57 -0000	1.16
+++ webmagickrc.in	5 Apr 2012 09:12:18 -0000	1.27
@@@@ -15,6 +15,7 @@@@
 				# Relative path under rootpath / prefixpath
 # $opt_iconbase = '';
 				# Global icons base URL, if not empty
+# $opt_imgprefixpath    = '';   # Add to any image URL
 
 #
 # Server-side imagemap settings
@@@@ -83,6 +84,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 +92,51 @@@@
 # $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_unsharp          = '0.64x0.64'; # Unsharp for all images
 # $opt_help		= 0;	# Display usage message
 # $opt_version		= 0;	# Display version info
 # $opt_htmlext            = '.html'; # Use .shtml for SSI
+# $opt_bodytagins       = '';   # Insert something into <BODY> tag
 # $opt_header           = '<CENTER>';   # Imagemap extra page header (HTML)
 # $opt_footer           = '</CENTER>';   # Imagemap extra page footer (HTML)
+# $opt_prepend          = '';   # Prepend to the very top of each HTML
+# $opt_headins          = '';   # Insert something into <HEAD> 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      = '</CENTER>';
 # $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    = '</P>'; # End tags for picture title
 # $opt_pichtmltitlestart  = '<P>';  # Start tags for picture title
 # $opt_pichtmltop         = '<CENTER>';
 
+# $opt_divs               = 0;  # use HTML divs instead of image maps
 # $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 +222,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 +267,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
@


1.21
log
@1) Update to the latest version from the project CVS
2) Don't overwrite user-changed /usr/local/etc/webmagickrc

Feature safe: yes
@
text
@@


1.20
log
@Update to the latest version from the project CVS

Feature safe: yes
@
text
@d5 2
a6 2
retrieving revision 1.25
diff -u -r1.16 -r1.25
d8 1
a8 1
+++ webmagickrc.in	31 Mar 2012 19:07:43 -0000	1.25
d25 1
a25 1
@@@@ -90,30 +92,50 @@@@
d33 1
d77 1
a77 1
@@@@ -199,8 +221,7 @@@@
d87 1
a87 1
@@@@ -245,6 +266,7 @@@@
@


1.19
log
@Update to the latest version from the project CVS
@
text
@d5 2
a6 2
retrieving revision 1.24
diff -u -r1.16 -r1.24
d8 1
a8 1
+++ webmagickrc.in	27 Feb 2012 17:59:21 -0000	1.24
d25 1
a25 1
@@@@ -90,30 +92,49 @@@@
d65 1
d76 1
a76 1
@@@@ -199,8 +220,7 @@@@
d86 1
a86 1
@@@@ -245,6 +265,7 @@@@
@


1.18
log
@Update to the latest version from the project CVS
(--prepend added)
@
text
@d5 2
a6 2
retrieving revision 1.23
diff -u -r1.16 -r1.23
d8 10
a17 2
+++ webmagickrc.in	22 Jan 2012 16:46:16 -0000	1.23
@@@@ -83,6 +83,7 @@@@
d25 1
a25 1
@@@@ -90,30 +91,49 @@@@
d75 1
a75 1
@@@@ -199,8 +219,7 @@@@
d85 1
a85 1
@@@@ -245,6 +264,7 @@@@
@


1.17
log
@Sync with latest project cvs
@
text
@d5 2
a6 2
retrieving revision 1.22
diff -u -r1.16 -r1.22
d8 1
a8 1
+++ webmagickrc.in	4 Apr 2011 00:06:12 -0000	1.22
d17 1
a17 1
@@@@ -90,30 +91,48 @@@@
d31 1
d67 1
a67 1
@@@@ -199,8 +218,7 @@@@
d77 1
a77 1
@@@@ -245,6 +263,7 @@@@
@


1.16
log
@Update to latest variant from project's CVS

PR:             67070 (partially)
Submitted by:   Vladimir I. Chukharev <chu@@h33.erkki.ton.tut.fi>
@
text
@d5 2
a6 2
retrieving revision 1.21
diff -u -r1.16 -r1.21
d8 1
a8 1
+++ webmagickrc.in	26 May 2004 22:56:13 -0000	1.21
d17 1
a17 1
@@@@ -90,6 +91,9 @@@@
d27 7
a33 1
@@@@ -101,19 +105,32 @@@@
d66 1
a66 1
@@@@ -199,8 +216,7 @@@@
d76 1
a76 1
@@@@ -245,6 +261,7 @@@@
@


1.15
log
@Upgrade to latest variant from project CVS
@
text
@d5 2
a6 2
retrieving revision 1.19
diff -u -r1.16 -r1.19
d8 1
a8 1
+++ webmagickrc.in	19 Jan 2004 22:12:20 -0000	1.19
d17 15
a31 1
@@@@ -104,8 +105,11 @@@@
d41 2
d44 1
d46 2
a47 1
@@@@ -114,6 +118,9 @@@@
d51 3
d60 2
a61 1
@@@@ -200,7 +207,7 @@@@
d64 1
a64 1
 # $opt_framebordersize	= 3 ;		# Pixels allocated to frame border
d70 8
@


1.14
log
@Update to the latest version from project CVS
@
text
@d1 17
a17 3
--- webmagickrc.in.old	Sat Dec  1 03:18:37 2001
+++ webmagickrc.in	Fri Jul 18 01:32:01 2003
@@@@ -104,6 +104,8 @@@@
d25 1
d27 13
a39 1
@@@@ -200,7 +202,7 @@@@
@


1.13
log
@Upgrade to 2.03pre2
@
text
@d1 4
a4 30
Index: webmagick.js
===================================================================
RCS file: /cvsroot/webmagick/WebMagick/webmagick.js,v
retrieving revision 1.42
retrieving revision 1.44
diff -u -r1.42 -r1.44
--- webmagick.js	17 Aug 2002 00:29:58 -0000	1.42
+++ webmagick.js	7 Sep 2002 09:37:26 -0000	1.44
@@@@ -1,5 +1,5 @@@@
 //
-// $Id: webmagick.js,v 1.42 2002/08/17 00:29:58 clindell Exp $
+// $Id: webmagick.js,v 1.44 2002/09/07 09:37:26 ache Exp $
 //
 // JavaScript routines to display a set of images
 // Part of the WebMagick package
@@@@ -767,7 +767,7 @@@@
 	      //PMF: the images of a given resolution are in a subdirectory with that name
 	      if (resolution != "") {
 		  //		  result += '<P ALIGN="center"><A HREF ="javascript:oldres = parent.webmagick.resolution;parent.webmagick.resolution='+"'';"+'parent.webmagick.displayImage();parent.webmagick.resolution=oldres;"><IMG SRC="' + resolution + escapeURL(image) + '" ALT=""></A></P>\n';
-		  		  result += '<P ALIGN="center"><A HREF ="javascript:parent.webmagick.displayFullImage();"><IMG SRC="' + resolution + image + '" ALT=""></A></P>\n';	      
+				  result += '<P ALIGN="center"><A HREF ="javascript:parent.webmagick.displayFullImage();"><IMG SRC="' + resolution + image + '.jpeg" ALT=""></A></P>\n';
 } else {
 		  result += '<P ALIGN="center"><IMG SRC="' + resolution + escapeURL(image) + '" ALT=""></P>\n';
 	      }
@@@@ -1132,7 +1132,7 @@@@
 //PMF: helper function to find the value of the selection
 function choseResolution(numChoice){
     var choice;
-  alert("HOLA RADIOLA (2)!");
+  //alert("HOLA RADIOLA (2)!");
d6 15
a20 2
     if (selectDisabled) {
 	selectDisabled = 0;
@


1.12
log
@Update from latest project CVS
@
text
@@


1.11
log
@Upgrade to 2.0pre4
@
text
@d1 30
a30 8
--- 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
d32 2
a33 26
 #
 # 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      = '';
@


1.10
log
@add iconbase option
@
text
@@


1.9
log
@add --nodate option
@
text
@d2 11
a12 2
+++ webmagickrc.in	Thu Nov 25 23:48:03 1999
@@@@ -41,6 +41,7 @@@@
d20 1
a20 1
@@@@ -83,6 +84,7 @@@@
d28 1
a28 1
@@@@ -93,6 +95,7 @@@@
@


1.8
log
@upgrade to 1.46
@
text
@d1 2
a2 2
--- webmagickrc.in.bak	Sun Oct 17 18:43:44 1999
+++ webmagickrc.in	Sun Nov 21 05:41:33 1999
d19 8
@


1.7
log
@add an option to set jpeg imagemaps quality
@
text
@d1 2
a2 2
--- webmagickrc.in.orig	Sun Dec 20 01:03:42 1998
+++ webmagickrc.in	Thu Mar 25 05:13:47 1999
@


1.6
log
@upgrade to 1.45
@
text
@d2 1
a2 1
+++ webmagickrc.in	Sun Feb 21 21:59:18 1999
d11 8
@


1.5
log
@customize indexdir extension
@
text
@d1 10
a10 53
*** webmagickrc.in.orig	Tue Mar 24 07:45:52 1998
--- webmagickrc.in	Thu Sep 24 08:32:41 1998
***************
*** 32,38 ****
  # Name of per-directory rc file
  # $opt_webmagickrc	= '.webmagickrc';
  # global rc files
! @@global_option_files	= ("/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}");
  
  
  # File naming
--- 32,38 ----
  # Name of per-directory rc file
  # $opt_webmagickrc	= '.webmagickrc';
  # global rc files
! @@global_option_files    = ("@@prefix@@/etc/webmagickrc", "$ENV{'HOME'}/${opt_webmagickrc}");
  
  
  # File naming
***************
*** 41,46 ****
--- 41,47 ----
  # $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
  
  #
***************
*** 82,94 ****
--- 83,103 ----
  # $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_htmlext          = '.html'; # Use .shtml for SSI
  # $opt_header		= '';	# Imagemap extra page header (HTML)
+ # $opt_footer           = '';   # 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_pichtml          = 0;    # Write separate HTML for each picture
+ # $opt_pichtmlext       = '.html'; # Use .shtml for SSI
+ # $opt_pichtmltarget    = '';
+ # $opt_pichtmltop       = '';
+ # $opt_pichtmlbottom    = '';
  
  #				
  # ImageMagick Montage settings
@


1.4
log
@Options fixes
@
text
@d2 1
a2 1
--- webmagickrc.in	Fri May 22 02:51:00 1998
d21 10
d32 1
a32 1
--- 82,102 ----
@


1.3
log
@Add few options for more flexibility
@
text
@d2 1
a2 1
--- webmagickrc.in	Thu May 21 19:58:45 1998
d21 2
a22 2
*** 82,87 ****
--- 82,88 ----
d28 1
d30 1
d32 1
a32 3
***************
*** 89,94 ****
--- 90,100 ----
@


1.2
log
@Swap patch-aa and patch-ab, order is sufficient
@
text
@d1 2
a2 2
*** webmagickrc.in.bak	Tue Mar 24 07:45:52 1998
--- webmagickrc.in	Wed May 20 02:38:55 1998
d20 24
@


1.1
log
@Add @@prefix@@ to /etc/webmagickrc
@
text
@d1 2
a2 2
*** webmagick.in.bak	Tue Mar 24 07:45:45 1998
--- webmagick.in	Thu May 21 02:06:06 1998
d4 1
a4 1
*** 249,255 ****
d6 1
a6 1
  $opt_webmagickrc	= '.webmagickrc';
d12 1
a12 1
--- 249,255 ----
d14 1
a14 1
  $opt_webmagickrc	= '.webmagickrc';
@
