[go: up one dir, main page]

Menu

Tree [r1] / trunk / doc / html /
 History

HTTPS access


File Date Author Commit
 README 2007-01-04 gautam [r1] Initial import

Read Me

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::ExifTool (http://www.sno.phy.queensu.ca/~phil/exiftool/)

    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.

BUGS

    1. "undef" values disappear when recursing directories using
       funroll::Directory. Won't fix it since I plan to replace that module
       anyway.

TROUBLESHOOTING

    I haven't had any trouble yet, so I'm guessing you won't either :). Send
    bugs to Gautam Iyer <gi1242@users.sourceforge.net>