71 lines
2.2 KiB
Plaintext
71 lines
2.2 KiB
Plaintext
$OpenBSD: patch-igal_1,v 1.2 2014/05/11 12:10:03 sthen Exp $
|
|
--- igal.1.orig Thu Nov 22 15:57:11 2007
|
|
+++ igal.1 Wed Oct 2 08:47:29 2013
|
|
@@ -26,7 +26,7 @@ also checks for the existence of a
|
|
.I "$HOME/.igal"
|
|
directory where users can store their own templates, overriding
|
|
the site-wide
|
|
-.IR "/usr/local/lib/igal" .
|
|
+.IR "${TRUEPREFIX}/share/igal" .
|
|
|
|
.BR igal " needs " Perl
|
|
to run and it also relies on a few other programs that come standard
|
|
@@ -44,7 +44,7 @@ to include IMG HEIGHT and WIDTH tags in the HTML it ge
|
|
If you really like
|
|
.B igal
|
|
please see the file
|
|
-.IR THANKS " (normally in " /usr/local/lib/igal/ ")."
|
|
+.IR THANKS " (normally in " ${TRUEPREFIX}/share/igal/ ")."
|
|
If you wish to make a donation (whatever
|
|
.B igal
|
|
is worth to you or however small) send it via PayPal to
|
|
@@ -149,6 +149,10 @@ Name of the main thumbnail index file. The default is
|
|
.IR index.html ,
|
|
as desirable for most web servers.
|
|
.TP
|
|
+.BI -j
|
|
+Invoke jhead to extract EXIF tags from images and substitute
|
|
+the results into the slide caption.
|
|
+.TP
|
|
.BI -k
|
|
Use the image captions for the HTML slide titles.
|
|
The default behavior is to use the image names.
|
|
@@ -260,23 +264,23 @@ Note: igal will not work recursively, it just adds HRE
|
|
found directories.
|
|
|
|
.SH FILES
|
|
-.I /usr/local/lib/igal/indextemplate.html
|
|
+.I ${TRUEPREFIX}/share/igal/indextemplate.html
|
|
.RS
|
|
The default index template file.
|
|
.RE
|
|
-.I /usr/local/lib/igal/slidetemplate.html
|
|
+.I ${TRUEPREFIX}/share/igal/slidetemplate.html
|
|
.RS
|
|
The default file used to generate slides.
|
|
.RE
|
|
-.I /usr/local/lib/igal/igal.css
|
|
+.I ${TRUEPREFIX}/share/igal/igal.css
|
|
.RS
|
|
The default style sheet template.
|
|
.RE
|
|
-.I /usr/local/lib/igal/tile.png
|
|
+.I ${TRUEPREFIX}/share/igal/tile.png
|
|
.RS
|
|
The tiled image used for the "film reel" effect.
|
|
.RE
|
|
-.I /usr/local/lib/igal/directoryline.html
|
|
+.I ${TRUEPREFIX}/share/igal/directoryline.html
|
|
.RS
|
|
The default file used to generate directory links in index.html. If
|
|
this file is changed, the index.html has to be regenerated by running
|
|
@@ -293,7 +297,7 @@ also checks for the existence of a
|
|
.I "$HOME/.igal"
|
|
directory where users can store their own templates, overriding
|
|
the site-wide
|
|
-.IR "/usr/local/lib/igal" .
|
|
+.IR "${TRUEPREFIX}/share/igal" .
|
|
.SH EXAMPLES
|
|
Run
|
|
.B igal
|