aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <andy@smile.org.ua>2006-06-04 15:02:59 +0000
committerAndy Shevchenko <andy@smile.org.ua>2006-06-04 15:02:59 +0000
commiteede0fb437ee1eff0fc044cf77e43fad1af85bf3 (patch)
treeb359bee4fdf3b336b6f02a0f9431c490053339de
parent6b145468544a031acd2383de8b794350f35a6a4e (diff)
downloadrenrot-eede0fb437ee1eff0fc044cf77e43fad1af85bf3.tar.gz
renrot-eede0fb437ee1eff0fc044cf77e43fad1af85bf3.tar.bz2
Added INSTALLATION ON PDA section to README.Windows (still theoretical).
TODO has been modified. Fedora Extras Team credit is added to README. New section BUGS in the manual is added. Splited tag option description to separate manual section. git-svn-id: file:///svnroot/renrot/trunk@173 fe2816f4-e837-0410-b10a-f608c9d244a1
-rw-r--r--ChangeLog8
-rw-r--r--README4
-rw-r--r--README.Windows23
-rw-r--r--TODO18
-rwxr-xr-xrenrot33
5 files changed, 73 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 1155090..b9737ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,11 @@
$Log$
+Revision 1.115 2006/06/04 15:02:59 andy
+Added INSTALLATION ON PDA section to README.Windows (still theoretical).
+TODO has been modified.
+Fedora Extras Team credit is added to README.
+New section BUGS in the manual is added.
+Splited tag option description to separate manual section.
+
Revision 1.114 2006/06/04 08:21:01 andy
Configuration file tag variable parser has been added.
Fix usage of undefined group in tagParser().
@@ -465,3 +472,4 @@ Id keyword is added to renrot file.
Revision 1.1 2005/10/17 13:39:38 zeus
ChangeLog file is added. Its the very begining.
+
diff --git a/README b/README
index f0411db..e0a735c 100644
--- a/README
+++ b/README
@@ -55,6 +55,8 @@ the following 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)
+ Fedora Extras repository on any mirror (use yum or yumex utility to install
+ package)
RUNNING
@@ -172,6 +174,8 @@ distribution.
Alex Zasypkin for his help with documentation writing.
+Fedora Extras Team for including RenRot to its repository.
+
ARE YOU WANT SOMETHING TO SAY?
diff --git a/README.Windows b/README.Windows
index e622a1e..1adfd2d 100644
--- a/README.Windows
+++ b/README.Windows
@@ -65,3 +65,26 @@ you must build it from source code yourself or download from this site
4. Use double quotes instead of single in command line for disabling
misinterpretation of arguments.
+
+
+INSTALL TO PDA (EXPERIMENTAL AND UNDER DEVELOPMENT, MAY NOT WORK)
+
+Installation process for a WinCE devices is not trivial. Please, be accurate
+when you make installation. Using renrot and exiftool scripts on PDA is useful
+for device that has built-in camera such as FSC Pocket Loox 720.
+
+First, you need to install Perl and Image::ExifTool to Pocket PC or another
+PDA. Visit the following site and get last perl distribution according to
+platform (usually ARM for Pocket PC):
+ http://perlce.sf.net
+There you can found detailed installation instructions for perl. Also we
+recommends to install the PerlIDE GUI that helps with scripting very much.
+
+Second, additional modules should be installed for starting ExifTool:
+ File::RandomAccess
+Simple way to install is a copy their as-is from your PC perl distribution to
+the %perllib% on PDA.
+
+RenRot and ExifTool's several functions are not working now due to precompiled
+perl does not contain strftime().
+
diff --git a/TODO b/TODO
index dd3438c..88d2428 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,7 @@ q to write to some tag the options passed to renrot
+- to review XMP tags related code
-- to implement %t in name template, where the array of desired tags will be
++- to implement %t in name template, where the array of desired tags will be
inited
@@ -38,6 +38,12 @@ Disk I/O
- avoid hard link making where in and out files on different partitions
+User interface
+
+- GUI on PerlTk (due to WinCE hasn't real console) with some additional
+ functions such as keywordizer
+
+
File naming
@@ -46,10 +52,14 @@ Verbosity
q to implement progress indicator or spinning indicator
-Other
+Code
-- UTF8fy (comments, tags, ...) since it's not implemented in ExifTool yet
++- to review the code to optimize it where it's possible.
- to tune style look of comments, code e.t.c.
-+- to review the code to optimize it where it's possible.
+
+Other
+
+- UTF8fy (comments, tags, ...) since it's not implemented in ExifTool yet
+
diff --git a/renrot b/renrot
index bab3f78..44b4a76 100755
--- a/renrot
+++ b/renrot
@@ -1464,39 +1464,49 @@ aggregation mode, possible values are: none, delta or template
aggregation template, which defines the file aggregation (see
B<--aggr-template>)
-=item B<Tag UserComment>
+=back
+
+=back
+
+Information about tag variable is placed at section L<TAGS>.
+
+=head1 TAGS
+
+=over
+
+=item B<UserComment>
anything you'd wanna put as commentary
-=item B<Tag CiAdrCity>
+=item B<CreatorContactInfoCiAdrCity>
city tag
-=item B<Tag CiAdrCtry>
+=item B<CreatorContactInfoCiAdrCtry>
country tag
-=item B<Tag CiAdrExtadr>
+=item B<CreatorContactInfoCiAdrExtadr>
extended address (usually street and apartments)
-=item B<Tag CiAdrPcode>
+=item B<CreatorContactInfoCiAdrPcode>
zip code
-=item B<Tag CiAdrRegion>
+=item B<CreatorContactInfoCiAdrRegion>
region
-=item B<Tag CiEmailWork>
+=item B<CreatorContactInfoCiEmailWork>
email
-=item B<Tag CiTelWork>
+=item B<CreatorContactInfoCiTelWork>
phone
-=item B<Tag CiUrlWork>
+=item B<CreatorContactInfoCiUrlWork>
URL
@@ -1516,6 +1526,11 @@ Configuration file placement (with high priority first):
=back
+=head1 BUGS
+
+If you found some bug or have nice proposition, you are welcome. Additionally,
+please, read RESTRICTIONS section in README.
+
=head1 AUTHORS
Copyright 2005-2006, Zeus Panchenko, Andy Shevchenko.

Return to:

Send suggestions and report system problems to the System administrator.