summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/galrey/galrey.rc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/galrey/galrey.rc')
-rw-r--r--Master/texmf-dist/doc/metapost/featpost/galrey/galrey.rc75
1 files changed, 75 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/galrey/galrey.rc b/Master/texmf-dist/doc/metapost/featpost/galrey/galrey.rc
new file mode 100644
index 00000000000..c73971b5950
--- /dev/null
+++ b/Master/texmf-dist/doc/metapost/featpost/galrey/galrey.rc
@@ -0,0 +1,75 @@
+########################################################################
+# #
+# This is the configuration file for Galrey #
+# every line beginning with '#' will be discarded (they are comments) #
+# Carefully read every comment before each parameter #
+# ##########
+# Copyright 2001, Claudio Cicali # Galrey #
+# # 0.5 #
+#################################################################################
+
+# TITLE: used as the html <title> ad as ashort description at the bottom of the html files
+# default: "My Galrey pictures collection"
+title = FeatPost Example Collection
+
+# PATTERN: only the files that match this patters are processed
+# default: "*.jpg"
+pattern=*.png
+
+# THUMBSIZE: desidered size XxY of the generated thumbnails
+# default: 80x60 (this is scaled based upon a 640x480 full size)
+thumbsize=140x140
+
+# THUMBPREFIX: desidered prefix of the thumbnails filename
+# default: "t_"
+thumbprefix=t_
+
+# THUMBSPERROW: how many thumbnails in each row of the index file
+# default: 5
+thumbsperrow=6
+
+# INDEX: name of the (generated) index file. Used also in the html file
+# default: "index.html"
+# index=galreyindex.html
+
+# GENERATEDEXT: the extension the generated html files will have
+# Galrey will generate an html file for each image in the
+# collection. This is the extension they will have
+# default: html
+generatedext=html
+
+# IMAGESPATH: the directory where the images reside (do not add the final '/')
+# default: "."
+imagespath=../galreyimages
+
+# OUTPUTPATH: the directory where the generated file will be placed
+# default: "."
+outputpath=../galreyimages
+
+# TEMPLATE: the name and location of the template file to use
+# default: "./galrey.tpl"
+template=galrey.tpl
+
+# SHOWINFO: this enables (or disable) the visualization of some image informations.
+# This information will be displayed under each images thumbnail in
+# the form : [width x height] imagesize
+# default: yes
+showinfo=no
+
+# MEMOFILE: if set, galrey will read a description for each image from the
+# specified file and will put it into the relative html file in
+# corrispondence of the $DESCRIPTION$ special tag.
+# The file must be builded respecting the following syntax:
+# for each image, add a line containing the imagename, a space, and a description
+# (as long as you like)
+# Example (an entry for an image called garden.jpg):
+# garden.jpg My beautiful garden full of flowers !
+#
+# Note: you can build a file in this way, simply running the following
+# command in the dir containing your images:
+# ls *.jpg > galrey.nfo
+# Than edit the galrey.nfo adding the comments on the right of each image listed
+# The list sorting order is not relevant
+# default: not set
+memofile=galrey.memo
+