File:  [Paefchen] / scripts / pgallery / src / pgallery.conf
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Tue Sep 11 16:24:46 2012 UTC (12 years, 2 months ago) by as
Branches: MAIN
CVS tags: HEAD
- filter kaputte bilder
- navi in der übersicht optional anschalten

# Pgallery Example Info File - The syntax is MAKE(1)
#
# $Paefchen: scripts/pgallery/src/pgallery.conf,v 1.4 2012/09/11 16:24:46 as Exp $
#
# Global
TITLE=		PGallery
YEAR!=		date +%Y
COPYRIGHT=	© ${YEAR}
INDEX=		index.html
FILETYPES=	jpg
FILETYPES+=	jpeg
FILETYPES+=	png
FILETYPES+=	gif
FILETYPES+=	tif
FILETYPES+=	tiff
HOSTNAME!=	hostname
DIR!=		basename `pwd`
URL=		http://${HOSTNAME}/${DIR}
EXIF=		0x920a 0x829d 0x829a ISO 0x8827 / 0x010f - 0x0110
NAVI=		0

# Thumbnail
TNSIZE=		180
TNQALITY=	70

# Big Image
BIGSIZE=	950
BIGQALITY=	90

# Mail
MAILFROM=	PGallery <no@example.com>
#MAILTO=		<foo@example.com>