Project:
Photo uploader
Code Location:
git://gitorious.org/photo-uploader/photo-uploader.gitmaster
photo-upload.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
.TH "PHOTO-UPLOAD" "1" "March 20, 2013" "0.10" "Photo Uploader" .SH NAME photo-upload \- tool for uploading photos . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .\" Man page generated from reStructeredText. . .SH SYNOPSIS .sp .nf .ft C photo\-upload [options] images .ft P .fi .SH DESCRIPTION .sp This manual page explains the photo\-upload program. This program is simple uploader of photos to minilab. .SH OPTIONS .INDENT 0.0 .TP .B \-\-version Show program\(aqs version number and exit. .UNINDENT .INDENT 0.0 .TP .B \-h, \-\-help Show help message and exit. .UNINDENT .INDENT 0.0 .TP .B \-\-license Display program license. .UNINDENT .INDENT 0.0 .TP .B \-s SERVICE_NAME, \-\-service=SERVICE_NAME Name of service to use. Use photo\-upload \-l to list currently available services. .UNINDENT .INDENT 0.0 .TP .B \-l, \-\-list\-services List available services. .UNINDENT .INDENT 0.0 .TP .B \-b, \-\-open\-browser Open order in browser after uploading. .UNINDENT .INDENT 0.0 .TP .B \-B, \-\-use\-browser Define browser to use when opening web page. Default is autodetected by python webbrowser. You can also specify any parameter to browser, the URL will be just appended to string you enter here and passed to shell. .UNINDENT .INDENT 0.0 .TP .B \-d, \-\-debug Show debugging output. This includes HTML files received from service. .UNINDENT .INDENT 0.0 .TP .B \-S SESSION, \-\-session=SESSION Existing session to reuse (some services won\(aqt work without existing session). .UNINDENT .SH EXAMPLES .sp Uploading all photos from /folder to default service and opening web browser to finish order: .sp .nf .ft C photo\-upload \-b /folder/*.jpg .ft P .fi .sp Adding one image to existing session on ilikephoto.cz service: .sp .nf .ft C photo\-upload \-s ilikephoto.cz \-S f1721a19cc3c95218525a8429d48dab2 /tmp/Obraz024.jpg .ft P .fi .sp Listing currently supported services: .sp .nf .ft C photo\-upload \-l .ft P .fi .sp Uploading photo and opening epiphany to finish order: .sp .nf .ft C photo\-upload \-b \-B epiphany image.jpg .ft P .fi .SH FILES .SS \fB~/.photo\-upload\fP .sp Configuration file where default options are read. This is standard ini like format file. You can use same values as long options, just specify them in [photo\-upload] section. Some services might also use this config file, check their documentation for details. Example configuration file: .sp .nf .ft C [photo\-upload] service = droxi.cz .ft P .fi .sp Some services require additional configuration sections, eg. with login names: .sp .nf .ft C [happyfoto.cz] user = name password = passphrase .ft P .fi .sp Some services may require specifying registration code instead of the password: .sp .nf .ft C [imageshack.us] user = name regcode = 575af6686afe6a0c1d .ft P .fi .sp Imageshack also allows you to choose if the image is private or public, defaulting to private. To change that, specify public = yes under imageshack.us section. .SH LICENCE .sp This program is licensed under GNU/GPL version 2. .SH BUGS .sp There are definitely many bugs, reporting to author is welcome. Please include some useful information when sending bug reports (eg. exception you received and debug output). Please submit your reports to <\fI\%http://bugs.cihar.com/\fP>. .SH SEE ALSO .sp More information is available on program website: <\fI\%http://cihar.com/software/photo-uploader/\fP>. .SH AUTHOR Michal Čihař <michal@cihar.com> .SH COPYRIGHT 2007 - 2010, Michal Čihař .\" Generated by docutils manpage writer. .\" .
