2013-01-08 Andrey Chernov a.k.a. ache
contentURL -> contentUrl per specs.
Use itemprop="url" for pichtml thumbnails.
Move /usr/local/lib first for configure's X11/rgb.txt.
Release 2.03pre18
2012-12-17 Andrey Chernov a.k.a. ache
Use softer unsharp default parameters to avoid oversharp.
2012-11-27 Andrey Chernov a.k.a. ache
Use Sort::Naturally if available
Release 2.03pre17
2012-08-26 Andrey Chernov a.k.a. ache
Be more strict in escaping URL according to RFC 3986
Release 2.03pre16
2012-08-02 Andrey Chernov a.k.a. ache
Put up button on secondary index pages.
Don't use rel=start links as they are not part of HTML5
Release 2.03pre15
2012-07-23 Andrey Chernov a.k.a. ache
Fix diagnostic which cause fatal error for perl 5.14.2
Release 2.03pre14
2012-06-14 Andrey Chernov a.k.a. ache
Fix missing quote in itemprop
Release 2.03pre13
2012-05-27 Andrey Chernov a.k.a. ache
Add --[no]microformat to use schema.org/ImageObject, default on
Release 2.03pre12
2012-05-25 Andrey Chernov a.k.a. ache
Implement schema.org/ImageObject microformat for pichtml and thumbnails
2012-05-23 Andrey Chernov a.k.a. ache
Fix processing image names with ':' inside by specifying known format or
"implicit:" for PerlMagick 'Read' and 'Ping'.
Output WIDTH and HEIGHT for pichtml images.
Remove dead code for obsoleted ImageMagick versions.
Small cleanup, remove unneded evals for PerlMagick methods.
2012-05-21 Andrey Chernov a.k.a. ache
Add --defsiteindex option (default "index.html") to specify default
site index to avoid linking to "../index.html" and "index.html" but
link to "../" and "./" instead.
Implement --[no]userelnav to put rel=(prev|next|start) into
,
default 1
Implement rel=(prev|next|start) links for search engines (Google)
and Opera.
Implement --relnextadd to add to rel=next, can be Chrome's "prerender"
for example (default '').
Release 2.03pre11
2012-05-20 Andrey Chernov a.k.a. ache
Split pages list and navigation buttons for indexes, looks better,
especially when this list is too long.
Repeat buttons navigation under thumbnails too, as for pichtml
navigation.
2012-05-19 Andrey Chernov a.k.a. ache
For --noframes make 'up' navigation from subindexes pointing to the
main index, not to the upper index, use 'first' icon for that and
new option for TITLE= translation: --msg_first
Rename --pichtmlupfirst to --idxbtnfirst and apply it to indexes too.
2012-05-18 Andrey Chernov a.k.a. ache
Add opt_htmltagins to insert attributes (like "lang", "dir", etc.) into
tag itself.
Metion "./bootstrap" in the INSTALL* files.
Release 2.03pre10
2012-05-14 Andrey Chernov a.k.a. ache
Allowing more fine-grined control of , remove hardcoded tags
and add them into default opt_header, opt_footer, opt_pichtmltop and
opt_pichtmlbottom instead.
2012-05-12 Andrey Chernov a.k.a. ache
Make empty all navigation ALTs, left only TITLEs. It seems search engines
likes to take ALTs from navigation as keywords, adding them to a
search snippet, which looks confusing.
Don't put irrelevant to the page content keyword 'WebMagick' into
META NAME=keywords by default, it violates HTML5, make it empty instead.
META NAME=classification not present in the HTML5, so remove that
option.
Remove autotools-pregenerated files, this method can't be upgraded
to the new autotools, so now autotools are required again.
Release 2.03pre9
2012-05-09 Andrey Chernov a.k.a. ache
Don't use and , according to HTML 5 specs:
"The element can thus be used to annotate illustrations, diagrams,
photos, code listings, etc, that are referred to from the main
content of the document, but that could, without affecting the
flow of the document, be moved away from that primary content."
"Moved away" here is not the right thing to assume for WebMagick.
Don't use where it is not needed.
Release 2.03pre8
2012-05-03 Andrey Chernov a.k.a. ache
is obsoleted in HTML5, replace with "font-size: larger;"
2012-05-01 Andrey Chernov a.k.a. ache
Put and inside for thumbs pages,
for per-picture HTML pages too.
Put before and right after
to cover user-inserted content too (can be escaped by user-inserted
)
Release 2.03pre7
2012-04-25 Andrey Chernov a.k.a. ache
Set default $opt_cachemin to 0 (cache all) to make uniform-looking
thumbnails for tables and divs.
2012-04-22 Andrey Chernov a.k.a. ache
Output section if it is non-empty only.
Remove generated manpage from the dist, it can be easily regenerated
on the fly without additional tools.
2012-04-21 Andrey Chernov a.k.a. ache
Switch doctype to HTML5 default for all excepting
framesets.
Since is obsoleted in HTML5, replace it with
.
Print embedded default style for .wm_center class and body styles
for each page affected for compatibility with old way
(before styles.css, so it can be overriden).
Since
is obsoleted in HTML5, replace it with
, and .
Since all used attributes are obsoleted in HTML5, place them
to the default embedded style instead.
BORDER is obsoleted in HTML5, use embedded style
Use HTML5 , , , , and
since we have default HTML5 doctype.
FF renders strange, add embedded style for it.
Add .wm_piccap and .wm_thcap classes to style captions.
Add ./missing to configure without autotools
Turn off frames by default since frames are entirely obsolete.
Small JS code cleanup in the generator.
Release 2.03pre6
2012-04-08 Andrey Chernov a.k.a. ache
Allow to build without makeinfo and texi2html.
Remove all e-mails from ChangeLog (possible SPAM source since
visible through the WWW), replace them with SF nicks.
When recursive, skip cache directories.
Improve generation of PostScript documentation (tex interprets
'--' as wider dash, breaking --option), patch from Dmitry Sivachenko.
Add 'no locale; to any [a-z] matching (z can be not last for some
languages).
2012-04-07 Andrey Chernov a.k.a. ache
Release 2.03pre4
2012-04-05 Andrey Chernov a.k.a. ache
Don't write .html and .js if contents is actually unchanged.
It saves a lot of uploading time based on file modification time
comparison (especially with --forcehtml).
Add $opt_unsharp for unsharping all images written.
Sort options alphabetically in several places.
Detect changes required to re-do cache and montage
Add $opt_thumblabelwidth to %htmlOpts for divs and tables
Be less strict checking empty/false variables
2012-04-01 Andrey Chernov a.k.a. ache
Add --divs (very similar to tables, but for liquid/mobile design)
Use interlace for thumbnails
Use jpegquality for thumbnails
2012-02-27 Andrey Chernov a.k.a. ache
Add --imgprefixpath (add to any image URL)
2012-01-22 Andrey Chernov a.k.a. ache
Add --prepend option to add something to the very top of each HTML
2011-12-14 Andrey Chernov a.k.a. ache
Separate pichtmlaltstart and pichtmltitlestart
2011-12-12 Andrey Chernov a.k.a. ache
Shut "defined(%hash) is deprecated" waring of newer perl.
2011-09-21 Andrey Chernov a.k.a. ache
Remove ":" from safe URL characters, cause problems with some bots
2011-09-08 Andrey Chernov a.k.a. ache
Add CSS class to the images.
2011-04-25 Andrey Chernov a.k.a. ache
Clone pic navigation line after picture (makes life easy for
large pictures).
Add CSS class for pic navigation line.
2011-04-06 Andrey Chernov a.k.a. ache
Strip ending (picture format) suffix for --pichtml case, some bad
programmed URL processing (Google Buzz) dislike that.
Use lowercased names in META tags to match new standards markup.
Add .ico and .bmp to directly linked formats.
Add $opt_headins and $opt_bodytagins to insert something into
section and tag.
2010-09-15 Andrey Chernov a.k.a. ache
Add class to configure $indexbar style
Add class to 'Index ...' message
Move indexbar back where it belongs, under 'Index ...' message
2010-07-24 Andrey Chernov a.k.a. ache
Don't escapehtml() on altstart/altend
2010-07-18 Andrey Chernov a.k.a. ache
Add --pichtmlaltdrop
2010-07-11 Andrey Chernov a.k.a. ache
Quote COORDS value and add missing ALT="" to pass validators.
2009-08-24 Andrey Chernov a.k.a. ache
'Copy' method is renamed to 'Clone' in new PerlMagick
2006-07-26 Andrey Chernov a.k.a. ache
Copy some ALT tags to TITLE tags to follow HTML standard
2005-12-28 Andrey Chernov a.k.a. ache
Encode URLs according to RFC 2396 suggestions.
2004-11-20 Andrey Chernov a.k.a. ache
1) ALT attribute is required for AREA according to HTML 4.01
2) For IMG and AREA duplicate ALT tag into TITLE tag, Mozilla and
Opera not show it otherwise
2004-05-28 Andrey Chernov a.k.a. ache
1) Make generated HTML more 4.01 compatible
2) Comment out ft_top.gif icon, it not exist (yet?) in the project
and produce error
3) Remove framebordersize option, its implementation is not supported
by modern browsers and HTML 4.01
4) Fix the mess (prev. commit) with pichtmlputtitle (printed 3 times)
5) Put index_of_files near the map and close to navbar
6) Add %imageCaptions into Perl and JS vars stored into files
7) Fix the code detecting %image{Labels,Captions} have changed
(causing unneccessary rebuilds)
8) Remove tablebackcolor present twice in the vars list. Conditionalize
table parameters in htmlVars
9) Add newly added options (prev. commit) into webmagickrc.in
2004/03/21 bddavis
Expanded format of imgindex files to include names for each picture in
montage as well as a caption for the picture on its html page. Also
recognizes the special image named pageTitle for configuring the html page
title and the heading on the montage page. Added intelligence to not link
to ..\index.html in directory list when in the top level directory and
then added options forceuplink and forcenouplink to override this
behaviour. Added option to put html picture title above the image. Fixed
sorting algorithm so images and directories that appear in the associated
file list always come before images and directories that do not.
2004/03/03 bddavis
Added options: centerfooter, tablebackcolor, fancytables,
fancytableheight, pichtmlupfirst, pichtmltitletop, edgelinksindex
2004-01-20 Andrey Chernov a.k.a. ache
1) More options to control tables: tables_bottom, tables_params, tables_top
2) Fix label in the tables case
3) Options to control verbosity and linking: indexinfo, pichtmllink
2003-07-18 Andrey Chernov a.k.a. ache
1) Add --pichtmlaltstart & --pichtmlaltend options to add some words to
ALT & TITLE picture descriptions, needed mainly for pictures search
engines.
2003-06-02 Andrey Chernov a.k.a. ache
1) FRAMEBORDER is 0|1 according to all HTML4/IE/NN, not NO|YES
2) Set FRAMESPACING for IE too (eq. to BORDER for NN)
3) Put NOFRAMES inside FRAMESET, according to HTML4
2003-01-30 Andrey Chernov a.k.a. ache
1) Print BODY attributes (like BGCOLOR, TEXT, etc.) even if opt_stylesheet
is defined. It produces working HTML code in cases when stylesheets
turned off or for browsers which not support stylesheets. Javascript
variant already does this way.
2) Add few chars to escapeurl() and escapehtml() to handle some rare
cases. Add few missing escapeurl() and escapehtml() calls.
3) Produce meaningful ALT tag and TITLE for search engines.
2002-10-23 Andrey Chernov a.k.a. ache
1) Uniform all error handling code in createLowResolutionImage()
2) Don't undef @$image at the end of successful createLowResolutionImage()
because it is pushed later into @$thumbs.
3) Don't undef $image at the end of successful createLowResolutionImage()
it is just local perl variable, so destroyed automatically.
4) Move lowres options into their alphabetical place into %htmlOpts
2002-09-24 Chris Lindell a.k.a. clindell
1) Various fixes to get new features working in JavaScript
2) Release 2.03pre2
2002-09-07 Andrey Chernov a.k.a. ache
1) Turn off opt_lowres if no javascript is active since it does nothing
for perl-generated pages (i.e. not implemented).
2) Don't store lowresdir option in %htmlOpts, it not affects
HTML output. Store cachedir option with opt_tables safeguard.
3) Don't even call createLowResolutionImage() if not opt_lowres - speedup
WebMagick twice.
4) Don't try to clean lowresdir and cachedir if they are not exists or
corresponding options are not turned on.
5) Don't try to create lowresdir and cachedir if corresponding options
are not turned on.
6) Read only first image from multi-image sequence such as animated GIFs
or MPEGs, it was broken with lowres code.
7) Restore cache geometry handling broken with lowres code.
8) Remove opt_lowresgeometry which is nothing but opt_lowresgeom
duplication.
9) Clenup formatting in few places, tabs have 8 positions, remove
comments not needed.
10) Always use format extensions for lowres|cache images to get
proper MIME types for them.
11) Store version in %htmlOpts only for non-anonynous case.
2002-08-21 Chris Lindell a.k.a. clindell
1) Release 2.03pre1
2) Intermediate image sizes (--[no]lowres). By default, 640x480 max
image is created that links to full image. Great for viewing
large digital camera galleries over the web!
3) Slideshow feature
4) Compatibility with ImageMagick 5.4.7
2002-03-15 Andrey Chernov a.k.a. ache
Fix wrong "prev" pichtml link for the first picture on the last
page.
2001-12-28 Chris Lindell a.k.a. clindell
1) Release 2.02
2) Added documentation for all of Andrey's additions
2001-12-05 Andrey Chernov a.k.a. ache
1) evaluateRcFiles() called twice at the start which cause
command line options overwrite, remove second instance
2) Add $currentDate assignment after evaluateRcFiles() in dodir()
too, since $opt_msg_date_format can be changed there
3) print()/exit() are not safe to call from signal handlers
(according to perlipc/perlfaq8), so replace them with syswrite()
and POSIX:_exit(); move signal handlers assignment before
evaluating Rc files in case signal happens while processing
4) For --noframes generate index.html, 2index.htmll .. NNindex.html
as thumbnails pages now
2001-12-04 Chris Lindell a.k.a. clindell
1) Release 2.02pre3
2) Use @sysconfdir@ from configure
3) Fixed possible bug in webmagick.in escapejs - some strings
were not being closed correctly
2001-11-29 Andrey Chernov a.k.a. ache
Style change, make pichtml page look&feel as thumbnails page:
move picture title before navbar, move navbar close to the picture
(it also saves vertical space)
2001-11-27 Andrey Chernov a.k.a. ache
1) Implement $opt_metacharset to specify HTML documents character
set in case HTTPD can't provide it.
2) Add other META tags into pichtml code
3) Implement 'pichtmlputtitle' to control title appearance
above picture (default on), implement
'pichtmltitlestart'/'pichtmltitleend' to control HTML tags
before/after the picture title
2001-11-25 Andrey Chernov a.k.a. ache
1) Turn off Javascript by default (was on). Javscript code still
working, but largely outdated, so better variant is not show it to
first time user
2) Implement 'frames' option, useful in its --noframes form
for single directory images collection. Currently it works
for perl-generated pages only, not for Javascript-generated ones
3) Store more variables in 'pageStatus' to detect more cases
when HTMLs needs to be regenerated
4) Conditionalize some code needed for Javascript only
5) Using server-side maps is not recommended by HTML 4.0 and
IE hides status bar picture URL for them, so
implement it now as an option 'serversidemap' (default off)
6) Better explain boolean options in the help, indicating Getopt::Long
--no* feature; following this style, rename $opt_nodate I
introduce in the past to $opt_date (default on) to avoid things
like --nonodate; format every help option into single line
since help2man not understand multi-line option description
7) Don't put $indexbar pages list inside , it can be really big
8) Remove from $opt_tables code since not always desired;
proper centering way is via $opt_header and $opt_footer
9) Assing to default $opt_header/$opt_pichtmltop and
to default $opt_footer/$opt_pichtmlbottom
since it is what needed in most cases
10) Put pichtmlnav code inside , add missing TARGET=thumbview
there
11) Move 'help' (ReadMe) icon from the thumbnails pages to the
directory frame since it is common part of each page and
not needed to be loaded repeatedly.
12) Add TARGET=_top to WebMagick project link; put only address
inside tags; don't print empty when
date disabled and anonymous
13) Test string variables against '', not as integer !$var to
not confuse with '0' value
14) Cosmetique, sort variables alphabetically in some cases;
properly indent source code lines; put HTML parameters into
quotes; don't put large amount of spaces into generated pages
just due to perl source code indent reason.
2001-11-24 Andrey Chernov a.k.a. ache
1) Localize date and sorting
2) Add messages customization options block
3) Skip .shtml/.shtm/.sht too
4) Don't use hardcoded [\000-\177] range while reading rc variables,
it miss upper half of code table, replace it with (.|\n)
5) For pichtml, while printing image name, do it in ...
,
it aligned together with image otherwise. This is temp. solution
until pichtml pic title options will be implemented.
6) Remove some \n from pichtml code to save vertical space
7) Mostly cosmetic, "HREF = " -> "HREF=", "TARGET = " -> "TARGET="
(some HTML analyzers dislike spaces here)
2001-08-20 Chris Lindell a.k.a. clindell
1) Added $opt_pichtmlnav, which adds navigation
links to per-image HTML files
2) Added image label to per-image HTML
3) Added CSS to per-image HTML
2001-08-15 Andrey Chernov a.k.a. ache
1) In some situations (like using $helphtml in .webmagickrc)
escapeurl() not expanded but placed as is like
HREF="escapeurl(README.html)" Fix it to make sure it
always expanded.
2) Allow .png in IMG SRC, it supported by all major browsers nowdays.
2001-08-08 Chris Lindell a.k.a. clindell
1) New PerlMagick (from ImageMagick 5.3.6) rename
Get() attributes:base_rows -> base-rows
base_columns -> base-columns
2) New PerlMagick does strange things for colorspace
'YUV', colors 256 options for writting GIF montages
- whole picture fade in background. Better way is
just remove this options - they are not neccessary
for writing GIFs, all handled automatically.
3) 'Prev' arrow for very first page is not useful if
README is not present since it just reload the
same frameset. I convert it to 'Up' arrow
in that particular case.
4) blue_c.gif now correctly included in distribution
5) compatible with Win32 ActiveState Perl
2001-07-13 Chris Lindell a.k.a. clindell
1) added $opt_allowconfig for user configuration
2) fixed js bug with framestyle 4
2001-06-28 Chris Lindell a.k.a. clindell
1) Can now handle rc and status files over 100k
2) Get real size of symlinks
3) Handle new ImageMagick Ping return value
4) Smaller .index.js files for faster downloads
5) Fixed table bug when image isn't thumbnailed
6) Fixed a problem finding relative paths to icons
when we are outside of the document root.
2001-06-03 Chris Lindell a.k.a. clindell
1) added --tables option for using HTML tables
instead of montages. Much faster processing
and navigation.
2) added version check for status file
so we can redo thumbs and html for new options
3) Solve incompatibilities with NS6
2001-05-28 Chris Lindell a.k.a. clindell
1) disabled new lockfile idea because if fails
to gt removed if the program has an error
2) corrected the installation of webmagickrc
3) Using fig2dev to create the documentation jpgs
because my installation of gs wants to create
them using big pages
4) rpm now requires Magick.so (PerlMagick)
2001-05-09 Chris Lindell a.k.a. clindell
1) More special character handling for directory and
file names (' ', ''', '#", etc).
2) Fix bug with "background=undefined" in JavaScript
if no background image is set
3) Display image name in status bar when mouse is over image map
4) Implement and document stylesheet option
5) Implement lockfile to keep 2 processes from competing
2000-01-17 Andrey Chernov a.k.a. ache
* webmagick.in: Fixes list.
1) Add nodate option to supress "Page updated ..." line in
generated htmls. Can save lot of processing time since with this
option htmls not regenerated just because date changed.
2) Add iconbase option to specify absolute icons path. It helps
when final gallery subdirectories location is different
than original one, so relative path can't be used.
3) Fix bug with " >" (space-separated gt) appearse in generated
htmls.
4) Fix bug with missing closing tags.
1999-11-21 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in: Incorporated patches from Andrey Chernov
a.k.a. ache
1) Add dirhtmlext option to specify directory extension other than
.html
2) Add jpegquality option (jpegquality) to specify it for JPEG
imagemaps. Can greately reduce map size.
3) finddepth->find change. Some directories can be missed
otherwise. It very depends of enabled/disabled directories order
while walking in the tree.
4) Don't even attempt to write to non-writeable directory.
5) Add missing forcejpeg and new options to usage help.
1999-10-17 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in: Updated primary FTP site and Web site URLs.
1998-12-19 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in: Incorporated patches from Andrey Chernov
ache to perfom the following:
1) Add possibility to force jpeg thumbnails instead of gif ones
2) Add possibility to add index pages footer (not header only)
3) Move /etc/webmagickrc to @prefix@/etc/webmagickrc
4) Add possibility to specify index pages extention (i.e. .shtml instead
of .html, needed for SSI)
5) Write progressive JPEGs for jpeg thumbnails
6) Add possibility to write per-picture HTML pages instead of linking
images directly; optional top/bottom code, target and non-default
extention tuned too. Per-picture SSI-ed HTMLs used mainly for banner
advertisment and helps a lot to keep site free for users.
7) Don't write *.js files when JavaScript turned off
1998-03-23 Bob Friesenhahn a.k.a. bfriesen
* webmagick.js: framesLoaded() was sometimes being executed before
it was defined by the frameset onLoad handler. This is a race
condition that should never happend but did on fast machines and
Netscape 4.
* webmagick.in (doMontage): ImageMagick changed the way it sets
the montage text label color. The new syntax is
Set(pen=>$opt_thumbforeground). The old way (foreground) has been
left in place to support older ImageMagick's.
(dodir): Added support for .sgi which seems to be an extension used
for SGI-format OpenGL texture files.
1998-01-11 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in: Fixed nasty bug which caused opt_skip to not
work. This bug could cause damage to user files.
1997-12-15 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in (handleMagickError): Now supports three levels of
errors: process fatal, image fatal, warning only. The subroutine
return code may be used to distinguish between the last two.
1997-11-25 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in (doMontage): Compute imagemap information directly
rather than retrieving it from an external *_map.shtml file. One
less file type to deal with and possibly faster.
Sat Nov 1 10:12:23 1997 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in (abs_path_to_rel): Eliminated $opt_abolute and
$opt_relative options. WebMagick now tryies to make all URLs
relative. If a URL can not be made relative then it will be
represented as an absolute URL.
(dodir): Now uses the order of directories and images specified by
.dirindex and .imgindex (respectively) to control the sort order
of the displayed directories and images. Directories and files
not occuring in the index are sorted in alphabetic order.
Tue Oct 14 00:17:32 1997 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in (doMontage): Fixed bug that caused label to always
be supplied if listing occured in the .imgindex file regardless
of whether $opt_thumblabel was set to 'false' or not.
Sun Oct 12 18:16:07 1997 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in (compareHash): Added programmed handling of
Image::Magick related errors by routing all error status through
handleMagickError() rather than warn().
Sun Oct 5 15:31:13 1997 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in (dodir): Writes run information to
".index.pl". Also saves same information in ".index.js" in
JavaScript form. A new JavaScript interface has been added which
uses the .index.js file as input. These changes should be
considered substantial since much of the WebMagick core code had
to be re-written.
Tue Sep 9 00:37:24 1997 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in (html_imgsize): Uses new PerlMagick "Ping" method
to determine image sizes if available. The Ping method is much
faster since it does not read the entire image.
Wed Aug 27 23:48:36 1997 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in: Now uses a single ".index.stat" file rather than a
file per page to save run information.
Now also passes "use strict 'vars'".
Mon Aug 25 08:30:01 1997 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in: Removed PERL4 style '&' prefix from subroutine
invokations in favor of "new" C style".
Now uses (and passes) -w flag plus "use strict 'refs'" and
"use strict 'subs'". Removed some bugs in the process.
Sun Aug 3 14:07:11 1997 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in (dodir): Status represented by $stat_havereadme and
$stat_numpages has now been moved into $stat_htmlparams in the
.index*.stat output.
Fri Jul 25 19:07:09 1997 Bob Friesenhahn a.k.a. bfriesen
* webmagick.in (writeindexes): If $icon_url{'ball'} is undefined,
then no ball icon is displayed beside directory items. This is
now the default since more space is left available for the
directory name or title and it looks at least as good.
Wed Jul 16 08:02:13 1997 Bob Friesenhahn a.k.a. bfriesen
* Makefile.in: Removed typo from AWK code ($ prefix on variables)
so that generating webmagickrc.in works on other than the original
AWK.
Thu Jul 3 13:54:39 1997 Bob Friesenhahn a.k.a. bfriesen
* Added size hint information which is used by the JPEG library
(and possibly some other formats) to return an image close to the
desired size rather than the full size image. This results in a
considerable speed-up when creating thumbnail images for JPEGs.
* Added $opt_readfailhook to support executing code if reading an
image fails. A typical action would be to unlink the image
(presuming the image is corrupted).
* webmagick.in (dodir): Re-named $opt_thumbbordercolor to
$opt_thumbframebgcolor and $opt_thumbmattecolor to
$opt_thumbframecolor to better reflect what these options do.
Added backward compatability code so the old options continue to
work.
* Created ChangeLog file. Let's keep track of edits from now on.