GNOME Bugzilla – Bug 628069
Add some demo applications
Last modified: 2011-07-31 00:11:26 UTC
It would be nice to have a small demo application or two in the libgdata source tree, to act as examples and test cases. Ideas: • A command line application which will allow interactive searching of the various services and fetching entries by ID. It needs to show all the properties of each entry in a sensible way. If it was done properly, it could also be installed and used in shell scripts for people to hack up Google service support in various things. • A map UI to show various YouTube videos and PicasaWeb photos on a libchamplain map.
Created attachment 175434 [details] libgdata example
(I know I said I'd have this committed by now, but I became unexpectedly busy. I'm sorry; I haven't forgotten about this, and I'll commit it in time for version 0.10.)
I'm looking into getting this committed at the moment, but it's under a different license to the rest of libgdata. Would you be willing to relicense it to LGPL 2.1+? Thanks.
(In reply to comment #3) > I'm looking into getting this committed at the moment, but it's under a > different license to the rest of libgdata. Would you be willing to relicense it > to LGPL 2.1+? Thanks. Sorry, I need an answer to this question (positive or negative; no pressure either way). I can't include the GPL-licenced code in libgdata without relicencing libgdata to the GPL (from the LGPL), which I'm not willing to do.
I have no problem with relicensing it to LGPL, feel free to do so.
Great! Merged, thanks. commit f330d66a19e41f5af5ddd568e103fe9770271f51 Author: Joe C <escozzia@gmail.com> Date: Sun Jan 16 16:27:55 2011 +0000 demos: Add a “scrapbook” demo of PicasaWeb and YouTube services Helps: bgo#628069 Makefile.am | 34 +++ configure.ac | 3 + demos/scrapbook/scrap.c | 639 +++++++++++++++++++++++++++++++++++++++++++ demos/scrapbook/scrapdata.h | 182 ++++++++++++ 4 files changed, 858 insertions(+), 0 deletions(-)