Album

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Version 1.901.1
Version 1.901.0
Version 1.7.2
Version 1.7.1
Version 1.7.0

* Resolve CPAN numbering conflicts.

Version 1.07

* Added primary index in top dir, plus associates style sheets and
  format (key: main). Added background image.

* 'album' will no longer write external stylesheets by default. Use
  --extcss to initally create the external style sheets.

* When using external style sheets or formats, 'album' will verify
  that the style sheets match the formats by checking the VERSION
  lines.

* Index pages are now written in subdirectory index/ , and numbered
  index0001.html and so on.

* The thumbnails are moved from thumbnails/ to index/ . The
  thumbnails/ directory is no longer used.

  A quick way to migrate an existing album is to remove all
  index*.html pages, and rename the thumbnails/ directory to index/ .
  (And, probably, remove the css/ directory as well.)

#### WARNING: INCOMPATIBLE CHANGE ####

  Almost all of the formatting has been moved to the style sheets.
  As a consequence, newly generated pages will probably not look as
  they should if you have style sheets from a previous version of
  album.

  Album now verifies that existing style sheets start with a line:

    /* ALBUM-CSS-VERSION: 1.0 */

  If this line is missing (as is the case with older style sheets), or
  the version number is not compatible with this version of album, a
  fatal error is given and the program terminates.

  Should you run into this situation (which is likely to occur once
  for every existing album), then move the style sheets to a backup
  location, run album, and re-apply your changes (if any) to the new
  style sheets.

#### END INCOMPATIBLE CHANGE ####

* 'info.dat' may now designate its encoding system, if needed:

  # -*- coding: utf-8 -*-

#### WARNING: INCOMPATIBLE CHANGE ####

* Medium sized images will not be resized if the original (large)
  image is within the specified limits.

  To obtain the old behaviour of enlarging the image, specify an '!'
  after the medium size:

    mediumsize 915!

#### END INCOMPATIBLE CHANGE ####

* It is now possible to select which images are included. Command line
  option --select. Possible values are:

    default   (all except hidden)



( run in 0.574 second using v1.01-cache-2.11-cpan-0b5f733616e )