After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 628069 - Add some demo applications
Add some demo applications
Status: RESOLVED FIXED
Product: libgdata
Classification: Platform
Component: General
git master
Other Linux
: Normal enhancement
: 0.10
Assigned To: libgdata-maint
libgdata-maint
Depends on:
Blocks:
 
 
Reported: 2010-08-26 20:34 UTC by Philip Withnall
Modified: 2011-07-31 00:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
libgdata example (7.31 KB, text/plain)
2010-11-28 22:37 UTC, joe c
Details

Description Philip Withnall 2010-08-26 20:34: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.
Comment 1 joe c 2010-11-28 22:37:33 UTC
Created attachment 175434 [details]
libgdata example
Comment 2 Philip Withnall 2011-01-11 20:40:21 UTC
(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.)
Comment 3 Philip Withnall 2011-01-16 16:14:42 UTC
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.
Comment 4 Philip Withnall 2011-07-30 11:33:48 UTC
(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.
Comment 5 joe c 2011-07-30 22:48:06 UTC
I have no problem with relicensing it to LGPL, feel free to do so.
Comment 6 Philip Withnall 2011-07-31 00:11:04 UTC
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(-)