a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 42898 and 42483

Description: utilities to call the Flickr API from command line
 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. The library now supports
 100% of the 2008-01-11 version of the API, including the functions
 for photo uploading, browsing, searching, adding and editing
 comments, groups, notes, photosets, categories, activity, blogs,
 favorites, places, tags and photo metadata. It also includes a
 program flickrdf to turn photo metadata, tags and machine tags into
 RDF descriptions of photso and tags.
 .
 Support for the Flickr API in these programs is through the
 libflickcurl library.
Description: utilities to call the Flickr API from command line
 This package contains the flickcurl and flickrdf utilities. flickcurl
 can call some of the Flickr APIs plus help with authentication by
 turning mobile authentication method frobs into full auth_tokens.
 .
 flickrdf uses the photos.getInfo API to interpret the description
 fields and the tags for a photo URI into RDF triples. Raptor is used
 to provide proper serializing to RDF rather than the built in and
 hacky ntriples/turtle output.
 .
 Support for the Flickr API in these programs is through the
 libflickcurl library.
--- 42898	Thu Jan  1 00:00:00 1970
+++ 42483	Thu Jan  1 00:00:00 1970
@@ -1,13 +1,12 @@
 utilities to call the Flickr API from command line
- 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. The library now supports
- 100% of the 2008-01-11 version of the API, including the functions
- for photo uploading, browsing, searching, adding and editing
- comments, groups, notes, photosets, categories, activity, blogs,
- favorites, places, tags and photo metadata. It also includes a
- program flickrdf to turn photo metadata, tags and machine tags into
- RDF descriptions of photso and tags.
+ This package contains the flickcurl and flickrdf utilities. flickcurl
+ can call some of the Flickr APIs plus help with authentication by
+ turning mobile authentication method frobs into full auth_tokens.
+ .
+ flickrdf uses the photos.getInfo API to interpret the description
+ fields and the tags for a photo URI into RDF triples. Raptor is used
+ to provide proper serializing to RDF rather than the built in and
+ hacky ntriples/turtle output.
  .
  Support for the Flickr API in these programs is through the
  libflickcurl library.