From fbab0e0ef19527e3db338fc6530e92bb8a730c71 Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 29 Sep 2009 14:54:42 +0000 Subject: Add new thorn to interface to the flickcurl library; see . git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/flickcurl/trunk@2 0e7a0b0a-9d53-47d2-891a-756ad34b87bb --- README | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..b77f45f --- /dev/null +++ b/README @@ -0,0 +1,29 @@ +Cactus Code Thorn flickcurl +Author(s) : Erik Schnetter +Maintainer(s): Cactus team +Licence : LGPL +-------------------------------------------------------------------------- + +1. Purpose + +Interface to the flickcurl library; see . + + + +From the web site: + +Flickcurl: C library for the Flickr API + +Dave Beckett + +Flickcurl is a C library for the Flickr API, handling creating the +requests, signing, token management, calling the API, marshalling +request parameters and decoding responses. It uses libcurl to call +the REST web service and libxml2 to manipulate the XML responses. +Flickcurl supports 100% of the 2009-04-04 version of the API (see +Flickcurl API coverage) including the functions for photo/video +uploading, browsing, searching, adding and editing comments, groups, +notes, photosets, categories, activity, blogs, favorites, places, +tags, machine tags, institutions, pandas and photo/video metadata. It +also includes a program flickrdf to turn photo metadata, tags, machine +tags and places into an RDF triples description. -- cgit v1.2.3