author | Michael Krelin <hacker@klever.net> | 2011-03-18 17:20:34 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-03-19 16:26:43 (UTC) |
commit | fad7fcef73610a25bd4aef2d0da9983e8d985635 (patch) (side-by-side diff) | |
tree | f1a0e2eac8db0c29f4c2e3fa6b6bbfc98b4b5a11 /doc | |
parent | 0573764b7e7bdff6e5fbbb558d4d647c34f07271 (diff) | |
download | iii-fad7fcef73610a25bd4aef2d0da9983e8d985635.zip iii-fad7fcef73610a25bd4aef2d0da9983e8d985635.tar.gz iii-fad7fcef73610a25bd4aef2d0da9983e8d985635.tar.bz2 |
bumped version and dates and updated NEWS
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | doc/iiid.8.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/iiid.8.in b/doc/iiid.8.in index 63a941e..533ed18 100644 --- a/doc/iiid.8.in +++ b/doc/iiid.8.in @@ -52,55 +52,55 @@ dashes from it. .SH CONFIGURATION OPTIONS .TP \fBtargetdir\fR = "\fI/var/lib/iii/%s/\fR" Sets the target directory for uploaded files. If the \fI%s\fR placeholder is present in the string, it is replaced with card mac address. .TP \fBuploadkey\fR = "\fIxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\fR" The upload key as seen in Mac/Windows Settings.xml file. .TP \fBon-start-session\fR = "\fIlogger iii-StartSession ${EYEFI_MACADDRESS} ${EYEFI_TRANSFER_MODE} ${EYEFI_TRANSFERMODETIMESTAMP}\fR" The command to execute on \fBStartSession\fR request. The command receives some information via environment variables. .TP \fBon-upload-photo\fR = "\fIlogger iii-UploadPhoto ${EYEFI_MACADDRESS} ${EYEFI_UPLOADED}\fR" The command to execute after successfull photo upload. The information about the card mac address and uploaded file name is passed via environment variables. .TP \fBon-mark-last-photo-in-roll\fR = "\fIlogger iii-MarkLastPhotoInRoll ${EYEFI_MACADDRESS} ${EYEFI_MERGEDELTA}\fR" The command to execute on \fBMarkLastPhotoInRoll\fR request. The information about request is passed via environment variables. .TP \fBumask\fR = \fI002\fR The file mode creation mask. .SH AUTHOR Written by Michael Krelin <hacker@klever.net> .SH COPYRIGHT -Copyright (c) 2009 Klever Group (http://www.klever.net/) +Copyright (c) 2009-2011 Klever Group (http://www.klever.net/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .SH BUGS You tell me. Send reports to <iii-bugs@klever.net> |