Album

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

* 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

lib/Album/Tutorial.pm  view on Meta::CPAN

=head3 External style sheets

When 'album' is run with B<--extcss> it will create a directory 'css'
and, in this directory, the css style sheets for all types of pages
that 'album' will generate. Existing files in this directory will
B<not> be overwritten, so it is safe to change the templates to your
liking. When 'album' is run again to process images, it will use the
external style sheets if they are available.

To obtain good results, the style sheets must match the formats.
'album' will try to verify this by reading the first line of the style
sheets and the formats, and verify that it contains a version
indication of the form

  ALBUM-FMT-VERSION: <major>.<minor>   (for formats)
  ALBUM-CSS-VERSION: <major>.<minor>   (for style sheets)

For all style sheet - format pairs, the major numbers must be the
same.

Older versions of 'album' always created external style sheets. As a
consequence, if you upgrade to the newer version, you'll get a fatal

script/album  view on Meta::CPAN

      Importing:
	--import XXX        original images
	--exif              use w/ EXIF info, if possible
	--dcim XXX          as --import with --exif
	--update            add new entries from import, if needed
	--[no]link          [do not] link to original, instead of copying. Default is link.
      Miscellaneous:
	--clobber           recreate everything (except large)
	--clobbercss        recreate (overwrite) style sheets
        --select=XXX        select images (default, all, hidden, tag:...)
	--test              verify only
	--help              this message
	--ident             show identification
	--verbose           verbose information
    EndOfUsage
    exit $exit if defined $exit && $exit != 0;
}

sub set_selector {
    my $sel = shift || 'default';
    my $tag;



( run in 0.627 second using v1.01-cache-2.11-cpan-ad19def0cd9 )