DFO(1) General Commands Manual DFO(1)NAME
dfo - Desktop Flickr Organizer for Gnome
DESCRIPTION
DFO allows online/offline mode management of your photos. With DFO you can manage your existing photos and sets, create new sets, edit
tags, descriptions, and permissions, contribute to group pools, and so on. Basically performing most of the tasks that Flickr's online man-
agement tool Organizer does.
NOTE
The first time you run DFO, the app won't know who you are or have access to your Flickr account, so all you will see is a window with sev-
eral empty panes. To get started, select Connect from the File menu. DFO will open a link to the Flickr site in your default Web browser,
where you must grant DFO authorization to connect to your Flickr account. This is a security precaution enforced by Flickr on all apps that
use the Flickr API.
FEATURES
* Add/Delete/Edit comments. Text search comments and their author names.
* Post photos to blogs.
* Easy Drag-n-drop photos from nautilus for uploading.
* Image preview in file chooser dialog, shown when uploading photos.
* Edit title, description, privacy and tags of photos set for uploading.
* Allow reverting of edits done to photo.
HOMEPAGE
http://code.google.com/p/dfo/
AUTHOR
This manual page was written by Varun Hiremath <varunhiremath@gmail.com>, for the Debian project (but may be used by others).
December 7, 2006 DFO(1)
Check Out this Related Man Page
Flickr::API::Response(3pm) User Contributed Perl Documentation Flickr::API::Response(3pm)NAME
Flickr::API::Response - A response from the flickr API.
SYNOPSIS
use Flickr::API;
use Flickr::API::Response;
my $api = new Flickr::API({'key' => 'your_api_key'});
my $response = $api->execute_method('flickr.test.echo', {
'foo' => 'bar',
'baz' => 'quux',
});
print "Success: $response->{success}
";
DESCRIPTION
This object encapsulates a response from the Flickr API. It's a subclass of "HTTP::Response" with the following additional keys:
{
'success' => 1,
'tree' => XML::Parser::Lite::Tree,
'error_code' => 0,
'error_message' => '',
}
The "_request" key contains the request object that this response was generated from. This request will be a "Flickr::API::Request" object,
which is a subclass of "HTTP:Request".
The "sucess" key contains 1 or 0, indicating whether the request suceeded. If it failed, "error_code" and "error_message" explain what went
wrong. If it suceeded, "tree" contains an "XML::Parser::Lite::Tree" object of the response XML.
AUTHOR
Copyright (C) 2004, Cal Henderson, <cal@iamcal.com>
SEE ALSO
Flickr::API, XML::Parser::Lite
perl v5.14.2 2008-09-29 Flickr::API::Response(3pm)
Hello All,
Currently working with CGI scripts in perl which involves
a) uploading
b) processing
c) downloading the file back to the user
uploading and processing quite trivial and they are done
Third part is kind of being tricky.
Excel file in binary format is getting displayed in the... (4 Replies)
Hello,
I have written a code for uploading a file onto the server.The code is as follows:
<? if ($_POST == "Upload File")
{
if( move_uploaded_file ($_FILES ,$target) )
{
$tmpsrc = $_FILES ;
echo... (2 Replies)
i have just installed UNIX 7.01 to replace a windows server2003 used for my family to share and remotely save photos
i need to set it up so very novice users can view, import and export photos most of the remote users will have windows machines,i use Linux, Mac and windows.
most of what i want... (2 Replies)
Hi,
I have to connect to online site and download some data from the online site but sometimes the site which i have to connect will be busy
or it will not be working in such a case i have to connect atleast 3 times and try to download the data.
I tried like this:
use CGI::Carp... (2 Replies)
Hi everybody, it's me again http://phpbuilder.com/board/images/smilies/smile.gif
I'm currently working on a script that will show a website visitor pictures of their location. The pictures come from the Flickr API and the address is grabbed from HostIP.
<?php
define('SORT',... (2 Replies)
I've been able to find all the extensionless files named photos using the command:
find /usr/local/apache/htdocs -name photos -print0
I need to copy those files to the name photos.php in their same directory.
I've found a bunch of xarg examples for moving to other directories but I wasn't... (7 Replies)
Hi to all,
Some help here please.
I have a several image files (photos, jpg files), let say 100 photos, and a list of 100 different little comments in a text file, each comment for each image.
Somebody knows if I can add (like a watermark in the bottom) this text comments and how in the... (3 Replies)
Good Morning, I need to move a social networking site to another server and I need to delete a bunch of photos. The old site used to allow, our members, to upload up to 100 photos. Now I want to limit it to 10. How can I delete the remaining photos? Here is what it looks like: 2474-14637.jpg... (7 Replies)
I have just purchased my first ever Apple computer - and am therefore new to UNIX also.
I would like to create a simple "batch file" (apologies if this is the wrong terminology) to do the following:
When I plug my camera into the MAC it automatically downloads photos and videos into a new... (1 Reply)
I'm having problems with this assignment. I know how to do these basic unix "if" and "then" statements) What I am having trouble with is putting my script together. I started with #!/bin/bash and not sure how to continue. I have to indicate the source and destination folders, and make each a... (2 Replies)
Hi
The below script used to work fine. Suddenly it's uploading empty file. I am very new to perl. Please help me to find out the problem.
#!/usr/bin/perl
#script: upload.pl
use CGI qw/:standard/;
print header,
start_html('File upload');
print_form();
print_results() if... (2 Replies)
For all you pros on here:-
23 Photos That Will Make Anyone Who Works In IT Satisfied
Reminds me of my student apprentice days at Marconi Radar in the UK in the 60s and 70s... (4 Replies)