From b72a612a8f6a0ec9171d88b32e90d55f7e25fd11 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 19 Oct 2003 09:08:13 +0000 Subject: Prev. update was incomplete --- www/WebMagick/files/patch-aa | 59 +++++++++++++++++++++++++++++++------------- 1 file changed, 42 insertions(+), 17 deletions(-) (limited to 'www/WebMagick/files/patch-aa') diff --git a/www/WebMagick/files/patch-aa b/www/WebMagick/files/patch-aa index 92b814fdaa88..59d209fb74bf 100644 --- a/www/WebMagick/files/patch-aa +++ b/www/WebMagick/files/patch-aa @@ -2,15 +2,15 @@ Index: webmagick.in =================================================================== RCS file: /cvsroot/webmagick/WebMagick/webmagick.in,v retrieving revision 1.117 -retrieving revision 1.126 -diff -u -r1.117 -r1.126 +retrieving revision 1.127 +diff -u -r1.117 -r1.127 --- webmagick.in 23 Oct 2002 16:14:47 -0000 1.117 -+++ webmagick.in 19 Oct 2003 08:12:35 -0000 1.126 ++++ webmagick.in 19 Oct 2003 09:06:14 -0000 1.127 @@ -1,6 +1,6 @@ #! @PERL@ # -# $Id: webmagick.in,v 1.117 2002/10/23 16:14:47 clindell Exp $ -+# $Id: webmagick.in,v 1.126 2003/10/19 08:12:35 ache Exp $ ++# $Id: webmagick.in,v 1.127 2003/10/19 09:06:14 ache Exp $ # # You are looking at the main PERL script for WebMagick, a package to # intelligently create HTML and JavaScript index files and imagemaps @@ -192,7 +192,17 @@ diff -u -r1.117 -r1.126 close( INDEX ); -@@ -2242,17 +2244,14 @@ +@@ -2224,7 +2226,8 @@ + print( INDEX " \n" ); + + # Meta tags +- print( INDEX " \n" ); ++ print( INDEX " \n" ) ++ if (!$opt_anonymous); + print( INDEX " \n" ) + if( "$opt_metaauthor" ne '' ); + print( INDEX " \n" ) +@@ -2242,17 +2245,14 @@ print( INDEX "\n" ); print( INDEX "\n"); print( INDEX $pagedirhtml ); print( INDEX "\n" ); -@@ -2379,16 +2378,13 @@ +@@ -2361,7 +2361,8 @@ + if ($opt_frames); + + # Meta tags +- print( INDEX " \n" ); ++ print( INDEX " \n" ) ++ if (!$opt_anonymous); + print( INDEX " \n" ) + if( "$opt_metaauthor" ne '' ); + print( INDEX " \n" ) +@@ -2379,16 +2380,13 @@ print( INDEX "\n" ); print( INDEX "\n"); print( INDEX "${opt_header}\n" ) if ("$opt_header" ne ''); -@@ -2397,8 +2393,12 @@ +@@ -2397,8 +2395,12 @@ if( $numimages > 0 ) { # Total HACK!!! if( !$opt_frames || $opt_framestyle == 1 ) { @@ -257,7 +277,7 @@ diff -u -r1.117 -r1.126 } print( INDEX "$indexbar
\n" ); -@@ -2433,22 +2433,30 @@ +@@ -2433,25 +2435,34 @@ my $pic = $imageNames[$pageNumber - 1][$imageNum]; my $pichtml; @@ -289,8 +309,13 @@ diff -u -r1.117 -r1.126 + print( PICHTML " ${altlabel}\n" ); # Meta tags - print( PICHTML " \n" ); -@@ -2469,28 +2477,19 @@ +- print( PICHTML " \n" ); ++ print( PICHTML " \n" ) ++ if (!$opt_anonymous); + print( PICHTML " \n" ) + if( "$opt_metaauthor" ne '' ); + print( PICHTML " \n" ) +@@ -2469,28 +2480,19 @@ print( PICHTML "\n" ); print( PICHTML "
"); } @@ -365,7 +390,7 @@ diff -u -r1.117 -r1.126 } print( PICHTML "$opt_pichtmlbottom\n") if ("$opt_pichtmlbottom" ne ''); -@@ -2601,12 +2600,16 @@ +@@ -2601,12 +2603,16 @@ # TODO: make sure the thumbnails are created, and get some image sizes # TODO: save the labels in a new array, maybe same with sizes if ( $thumbImageSizes{$pic}) { @@ -385,7 +410,7 @@ diff -u -r1.117 -r1.126 if ($imageNum%$opt_columns == ($opt_columns - 1)) { -@@ -4156,25 +4159,29 @@ +@@ -4156,25 +4162,29 @@ --footer Page footer (imagemap frame) (default to ) --header Page header (imagemap frame) (default to
) --[no]javascript Enable JavaScript output (default off) @@ -420,7 +445,7 @@ diff -u -r1.117 -r1.126 --framestyle Frame style to use (out of those available) --[no]allowconfig Allow user to configure framestyle, columns and rows (requires javascript and tables) (default off) -@@ -4296,6 +4303,7 @@ +@@ -4296,6 +4306,7 @@ s/&/&/g; s/>/>/g; s/