aboutsummaryrefslogtreecommitdiff
path: root/renrot
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2008-08-17 14:45:02 +0000
committerAndy Shevchenko <andy@smile.org.ua>2008-08-17 14:45:02 +0000
commit863648a1b86ce23d227720aa815c6e1c848fa4c2 (patch)
tree211cc05fa55a74592cdba9d0625dea456265bead /renrot
parent6d8666a696e83b55915c99b483492dd00c3b7411 (diff)
downloadrenrot-863648a1b86ce23d227720aa815c6e1c848fa4c2.tar.gz
renrot-863648a1b86ce23d227720aa815c6e1c848fa4c2.tar.bz2
Update FILES section in the POD.
git-svn-id: file:///svnroot/renrot/trunk@546 fe2816f4-e837-0410-b10a-f608c9d244a1
Diffstat (limited to 'renrot')
-rwxr-xr-xrenrot57
1 files changed, 43 insertions, 14 deletions
diff --git a/renrot b/renrot
index 19adc6d..d99f889 100755
--- a/renrot
+++ b/renrot
@@ -850,7 +850,7 @@ sub renRotProcess {
# generating absent ThumbnailImage tag from the original image
if (($isThereIM == 1) and ($gen_thm != 0) and not defined ${$$info{ThumbnailImage}}) {
- thm_gen_orig($file,1);
+ thm_gen_orig($file, 1);
}
# analyzing whether and how to rename file
@@ -1281,7 +1281,7 @@ sub contactSheetGenerator {
} elsif ($contactSheetThm == 0 and not defined ${$$info{ThumbnailImage}} and $gen_thm != 0) {
warnmsg ("$filefull has no ThumbnailImage tag. Thumbnail image'll be generated.\n");
- move (thm_gen_orig ($file, 0), $workdir . $file);
+ move (thm_gen_orig($file, 0), $workdir . $file);
$filefull = $workdir . $file;
}
@@ -1417,7 +1417,7 @@ sub contactSheetGenerator {
# Writing tags.
tagWriter($exifToolObj, $montagename);
# Writing ThumbnailImage tag with generated thumbnail
- thm_gen_orig($montagename,1);
+ thm_gen_orig($montagename, 1);
undef $image;
}
@@ -1506,7 +1506,7 @@ sub contactSheetGenerator {
# Writing tags.
tagWriter($exifToolObj, $montagename);
# Writing ThumbnailImage tag with generated thumbnail
- thm_gen_orig($montagename,1);
+ thm_gen_orig($montagename, 1);
chdir $workdir;
unlink <*>;
@@ -1549,7 +1549,7 @@ sub thm_gen_stub {
}
########################################################################################
-# Usage : thm_gen_orig($thmbname);
+# Usage : thm_gen_orig($file, $unlink);
# Purpose : generate thumbnail image from the original file and write it
# : to the ThumbnailImage tag
# Returns : thumbnail file name if unlink not asked
@@ -2167,9 +2167,9 @@ sub template2name {
}
if (defined $infoObj->{$tag_to_name}) {
$tag_to_name_val = $infoObj->{$tag_to_name};
- dbgmsg (2, "Tag $tag_to_name = $tag_to_name_val\n");
+ dbgmsg (2, "Tag '$tag_to_name' = $tag_to_name_val\n");
$tag_to_name_val =~ s/[\s()]//g;
- $tag_to_name_val =~ s/[\/:;\\'"]/_/g;
+ $tag_to_name_val =~ s/[\/\\:;\'\"]/_/g;
$thename .= $tag_to_name_val;
}
$tag_to_name_val = $tag_to_name = "";
@@ -2973,28 +2973,39 @@ options as described above.
=head1 FILES
-The main configuration file B<renrot.conf> is searched in the following locations
-(in the order of their appearence):
+=over
+
+=item
+
+The main configuration file B<renrot.conf> is searched in the following
+locations (in the order of their appearence):
=over
=item B<~/.renrot/>
+directory under user's home place
+
=item B</usr/local/etc/renrot/>
+system directory
+
=item B</etc/renrot/>
+system directory
+
=back
-Other configuration files are:
+=item
-=item B<colors.conf>
+Other configuration files with additional options could be included into
+main file:
-colors setup for different output facilities
+=over
-=item B<rankfile>
+=item B<colors.conf>
-file with ranks (see B<--contact-sheet-rank-file>)
+colors setup for different output facilities
=item B<tags.conf>
@@ -3002,6 +3013,24 @@ different tags setup
=back
+=item
+
+The following files which can be placed locally in the working directory:
+
+=over
+
+=item B<.keywords>
+
+file with keywords (see B<--keywords-file>)
+
+=item B<.rank>
+
+file with ranks (see B<--contact-sheet-rank-file>)
+
+=back
+
+=back
+
=head1 BUGS
If you found some bug or have some nice propositions, you are welcome.

Return to:

Send suggestions and report system problems to the System administrator.