File: flickcurl.1.in

package info (click to toggle)
flickcurl 1.26-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,508 kB
  • ctags: 3,340
  • sloc: ansic: 26,020; sh: 11,915; xml: 1,025; makefile: 343
file content (55 lines) | stat: -rw-r--r-- 1,732 bytes parent folder | download | duplicates (7)
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
.TH FLICKCURL 1 "1 September 2008"
.SH NAME
flickcurl \- call Flickr API
.SH SYNOPSIS
.B flickcurl
\fB\-a \fIFROB\fP\fR
.br
.B flickcurl
[\fB\-d \fIDELAY\fP\fR] [\fB\-h\fR] [\fB\-o FILE\fR] [\fB\-q\fR] [\fB\-v\fR] [\fB\-V\fR] [\fIcommands\fR] ...
.br
.SH DESCRIPTION
\fBflickcurl\fP is a utility program to call the Flickr APIs via the
flickcurl library.  Run \fIflickcurl \-h\fP to get a list of
the supported commands and their arguments.
.LP
The program requires configuring before use to work with the Flickr
APIs.  Run \fBflickcurl\fP without any options to get the instructions
for registering the application and creating the initial
configuration file \fI~/.flickcurl.conf\fP from the registration
information.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
.TP
.B \-a \fIFROB\fP, \-\-auth \fIFROB\fP
Authenticate with a \fIFROB\fP and update the authentication file.
The program will exit after updating the file.
.TP
.B \-d \fIDELAY\fP, \-\-delay \fIDELAY\fP
Set delay between requests to \fIDELAY\fP milliseconds.
.TP
.B \-h, \-\-help
Show summary of options and exit.
.TP
.B \-o \fIFILE\fP, \-\-output \fIFILE\fP
Write the results of format feed API calls to \fIFILE\fP
.TP
.B \-q, \-\-quiet
Display less information while the program runs.
.TP
.B \-v, \-\-version
Display the version of the program and exit.
.TP
.B \-V, \-\-verbose
Display more information while the program runs.
.SH COMMANDS
.SH SEE ALSO
.BR flickrdf (1).
.br
.SH AUTHOR
flickcurl was written by David Beckett.
.PP
This manual page was written by Kumar Appaiah <akumar@ee.iitm.ac.in>,
for the Debian project (but may be used by others).