#!/usr/bin/perl
$VERSION = '1.00';
# XAlbum2Rss - Generate RSS Feed from Photo Album XML, (see XPhotoAlbum.pl)
# Version 1.00
#
# Get docs and newest version from
# http://www.neystadt.org/XPhotoAlbum/
#
# Copyright (c) 2005, John Neystadt
# You may install this script on your site for free
# To obtain permision for redistribution or any other usage
# contact john@neystadt.org.
#
# Drop me a line if you deploy this script on your site.
=head1 NAME
XAlbum2Rss.pl v1.00 - XML Photo Album Script RSS Feed Generator
=cut
use XML::DOM;
use XML::RSS;
use Image::ExifTool;
use File::stat;
use POSIX;
my ($DateFormat) = '%Y-%m-%dT%H:%M:%S+02:00'; # '%a, %d %b %Y %H:%M:%S GMT+2';
my ($FeedSize) = 100;
if ($#ARGV < 1) {
print STDERR "Usage: $0