REQUIREMENTS: 1. Perl 5 or later (duh) with the standard modules. http://www.perl.org/ 2. You need the following Perl Modules installed: Image::Magick (http://www.imagemagick.org/) Image::Info (http://www.cpan.org/modules/by-module/Image/Image-Info-1.16.readme) 3. A decent operating system (*nix, *BSD). INSTALLATION: 1. Extract the source to some suitable directory. E.g. cd /opt/ tar -xjv < fuss-0.9a.tbz2 2. Create a symlink pointing to fuss.pl somewhere in your path. E.g. cd ~/bin ln -sf /path/to/fuss.pl fuss 3. If you obtained fuss from CVS, then you need to build the documentation. If you downloaded a tbz2, you can skip this. cd fuss-0.9a/pod && make That's it. Documentation can be found in the doc/man or doc/html sub directories. TODO: 1. Port for windows: I don't plan on ever doing this. If you do this drop me a line. 2. Get rid of funroll::Directory, and replace with some nice globlist like syntax. 3. Use getopts::long or something to read config files from a command line. Thus when recursing a directory, you dont' have to create a two line config file. Geeky commandline options will do. 4. Find bugs 5. Fix said bugs. TROUBLESHOOTING: I haven't had any trouble yet, so I'm guessing you won't either :). Send bugs to Gautam Iyer