aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-04-19 12:24:58 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-04-19 12:24:58 +0000
commitc2fb465ec1547c5ec6f69a656928980ce46266d6 (patch)
tree8ad5c680473e11c2b73b2629d720e7548c11db2f /README
parent6435b13390f7296bf4807a8627433540b9d575e3 (diff)
downloadrenrot-c2fb465ec1547c5ec6f69a656928980ce46266d6.tar.gz
renrot-c2fb465ec1547c5ec6f69a656928980ce46266d6.tar.bz2
WHAT IS IT? and GETTING sections were added to README.
Change YYYYmmDDHHMMS to YYYYmmDDHHSS in the documentation and comments. Fix description in spec file according to freshmeat.net. git-svn-id: file:///svnroot/renrot/trunk@45 fe2816f4-e837-0410-b10a-f608c9d244a1
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 23 insertions, 5 deletions
diff --git a/README b/README
index cee261f..a4192b1 100644
--- a/README
+++ b/README
@@ -1,3 +1,17 @@
+WHAT IS IT?
+
+RenRot is a program to rename and rotate files according to EXIF tags.
+
+
+GETTING
+
+RenRot home page is a ftp site while now. You may download it from next
+sites:
+ ftp://ftp.dn.farlep.net/pub/misc/renrot/ (home)
+ ftp://andriy.asplinux.com.ua/pub/people/andy/renrot/ (mirror)
+ ftp://ftp.asplinux.ru/ (looking for renrot package in RPM)
+
+
RUNNING
Renrot is intended to work ONLY in current directory with whole files of
@@ -6,20 +20,21 @@ the --ext extention.
It renames files according the DateTimeOriginal EXIF tag if it's exists
than if it isn't, according the FileModifyDate EXIF tag if it's exists
than if it isn't, the name will be given according the current timestamp
-and will look as YYYYmmddHHMMS-XXXXX.jpg where XXXXX is incrementable
-suffix to the name YYYYmmddHHMMS.
+and will look as YYYYmmddHHMMSS-XXXXX.jpg where XXXXX is incrementable
+suffix to the name YYYYmmddHHMMSS.
It rotates file and it's thumbnail, accordingly Orientation EXIF tag.
If the tag is absent or miss set, than the script allows to rotate the file
as well as it's thumbnail,
After all, the script can put the commentary to:
+ - Commentary tag if commentary file provided with --comment-file option
+ - UserComment tag if $COMMENTARY variable set in config file
- - Commentary tag if commentary file provided with --comment-file option
+Personal data could be specified via XMP tags defined in config file
- - UserComment tag if $COMMENTARY variable set in config file
+Examples:
-Personal data could be specified via XMP tags defined in config file
INSTALLATION
@@ -39,16 +54,19 @@ Notes:
iii) You may choose any desired PREFIX by changing /usr/local at above
sample.
+
DEPENDENCIES
Requires Perl version 5.6.0 or later. No other special libraries are
required, except Image::ExifTool and Getopt::Long packages.
+
LICENSING
Renrot is an Open Source project distributed under GPL or Artistic
license.
+
THANKS
Phil Harvey (http://www.sno.phy.queensu.ca/~phil/exiftool/)

Return to:

Send suggestions and report system problems to the System administrator.