Re: Auto thumbnail/index.html generation program in ports?

2003-11-16 Thread Steve D
picfolio -- an image gallery generator

To add to my previous (a couple weeks ago) response to a question about 
programs that might generate thumbnail-sized images and html galleries 
from directories of images, there is a great program called picfolio 
that does not appear within the FreeBSD ports collection, but which 
works great on FreeBSD.

Picfolio outputs xml files that are transformed by xslt stylesheets to 
produce (typically) HTML or XHTML documents. A picfolio user who learns 
xslt can write his or her own stylesheets to precisely control and 
customize picfolio's xml output (into strict XHTML 1.1 and CSS2, for 
example). In this respect, picfolio is a much better choice than many 
of the other web gallery generators which often produce a very 
particular, mostly unconfigurable form of HTML (which may not be very 
well written, or might be older HTML which includes deprecated tags, 
for example).

Picfolio's webpage is at:

http://pmade.org/software/picfolio/

-Steve D
Portales, NM US

-- 

Do not condemn the judgement of another because it differs from
your own. You may both be wrong. -Dandemis


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Auto thumbnail/index.html generation program in ports?

2003-10-27 Thread Lowell Gilbert
 jason dictos wrote:
 
  Is there a program that will auto rezise large .jpg images into
  smaller ones, while making index.html pages which have links to the
  large images with the smaller thumbnail ones as links?

Brian Reichholf [EMAIL PROTECTED] top-posted in reply:

 it shouldn't be too much of a problem to do the same thing with a
 php/cgi script...
 probably simpler and quicker even.
 
 or, if you don't have php/cgi available or don't want to do it, the
 simplest option i can think of is shellscripting ;)

I whipped that together once myself...
http://be-well.ilk.org:8088/~lowell/systuff/make-picture-webpage
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Auto thumbnail/index.html generation program in ports?

2003-10-26 Thread jason dictos
Is there a program that will auto rezise large .jpg images into smaller ones, 
while making index.html pages which have links to the large images with the 
smaller thumbnail ones as links?

thanks,
-Jason
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Auto thumbnail/index.html generation program in ports?

2003-10-26 Thread Brian Reichholf
it shouldn't be too much of a problem to do the same thing with a 
php/cgi script...
probably simpler and quicker even.

or, if you don't have php/cgi available or don't want to do it, the 
simplest option i can think of is shellscripting ;)

jason dictos wrote:

Is there a program that will auto rezise large .jpg images into smaller ones, 
while making index.html pages which have links to the large images with the 
smaller thumbnail ones as links?

thanks,
-Jason
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]