diff options
author | petef <petef@FreeBSD.org> | 2003-05-12 00:40:38 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-05-12 00:40:38 +0800 |
commit | ddbf5618701144c96f8d3374a9f51c5e23793662 (patch) | |
tree | 8e2cdc6a5e13bfe3fafccbc41bff47580fbc3726 /www/igal/pkg-descr | |
parent | b7ca4159a174628bfaf61c6a6f1f08f2ae99dd18 (diff) | |
download | freebsd-ports-gnome-ddbf5618701144c96f8d3374a9f51c5e23793662.tar.gz freebsd-ports-gnome-ddbf5618701144c96f8d3374a9f51c5e23793662.tar.zst freebsd-ports-gnome-ddbf5618701144c96f8d3374a9f51c5e23793662.zip |
Add igal 1.3, a static html image gallery generator for *nix.
PR: 41673
Submitted by: Dylan Carlson <absinthe@pobox.com>
Diffstat (limited to 'www/igal/pkg-descr')
-rw-r--r-- | www/igal/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/igal/pkg-descr b/www/igal/pkg-descr new file mode 100644 index 000000000000..bee8234f6a26 --- /dev/null +++ b/www/igal/pkg-descr @@ -0,0 +1,15 @@ +iGal is a Perl-based program that can generate and publish an entire online +picture show (HTML slides, thumbnails and index page included) with just one +command line invocation in a Linux or Unix environment. If you've got a +directory (or several) full of image files that are waiting to be put online +and shared with friends, then iGal is for you. + +Features + + * flexible, well-documented + * handles JPG and GIF images + * 99% configurable through command line options and two HTML template files + * generated slides use a javascript trick to preload the next image in the + slide show (great for those viewing your gallery over slow connections) + +WWW: http://www.stanford.edu/~epop/igal/ |