summaryrefslogtreecommitdiff
path: root/doc/rapid-photo-downloader.pod
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2009-07-26 12:15:05 +0000
committerJulien Valroff <julien@kirya.net>2009-07-26 12:15:05 +0000
commitf794c204aa3af1798684522cfcf2024e90752310 (patch)
treed718a9124857a5cbcd62268d44c092471d2e7288 /doc/rapid-photo-downloader.pod
[svn-inject] Installing original source of rapid-photo-downloader
Diffstat (limited to 'doc/rapid-photo-downloader.pod')
-rw-r--r--doc/rapid-photo-downloader.pod76
1 files changed, 76 insertions, 0 deletions
diff --git a/doc/rapid-photo-downloader.pod b/doc/rapid-photo-downloader.pod
new file mode 100644
index 0000000..8720bf5
--- /dev/null
+++ b/doc/rapid-photo-downloader.pod
@@ -0,0 +1,76 @@
+=head1 NAME
+
+rapid-photo-downloader - imports images from cameras, memory cards and other devices
+
+=head1 SYNOPSIS
+
+B<rapid-photo-downloader> [options]
+
+Options:
+ --version
+ -h, --help
+ -v, --verbose
+ -q, --quiet
+ -e, --extensions
+
+=head1 DESCRIPTION
+
+B<Rapid Photo Downloader> downloads photos from cameras, memory cards and Portable
+Storage Devices, providing a variety of options for subfolder creation,
+image renaming and backup. It can download images from more than one device in parallel.
+
+
+=head1 OPTIONS
+
+=item B<--version>
+
+Displays information about the currently installed version and exits.
+
+=item B<-h, --help>
+
+Show help message and exit.
+
+=item B<-v, --verbose>
+
+Displays program information on the command line as the program runs.
+
+=item B<-q, --quiet>
+
+Only display output errors and warnings to the command line as the program runs.
+
+=item B<-e, --extensions>
+
+Displays image file extensions the program recognizes and exits.
+
+=head1 ENVIRONMENT VARIABLES
+
+=item B<LOCALEDIR>
+
+If set, overrides the system-wide directory in which translation data will be searched for.
+
+=head1 BUGS
+
+* Support for downloading directly from cameras is experimental. Not all cameras are supported.
+
+* Closing log window with window manager 'x' instead of 'close' button is not yet supported.
+
+Please report bugs at https://bugs.launchpad.net/rapid
+
+=head1 AUTHORS
+
+B<Rapid Photo Downloader> was written by Damon Lynch <damonlynch@gmail.com>.
+
+This manual page was written by Damon Lynch.
+
+=head1 COPYRIGHT
+
+This program is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the
+Free Software Foundation; either version 2, or (at your option) any
+later version.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+=cut
+