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 331014 - Add 23hq.com export support.
Add 23hq.com export support.
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
CVS
Other All
: Normal enhancement
: ---
Assigned To: F-spot maintainers
F-spot maintainers
: 358229 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-02-13 17:14 UTC by John Cooper
Modified: 2006-12-04 19:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set of files containing the patch (110.79 KB, application/x-gzip)
2006-11-15 16:36 UTC, Thomas Van Machelen
  Details
fix stephane's comment (13.71 KB, patch)
2006-11-24 22:18 UTC, Thomas Van Machelen
none Details | Review
fix stephane's comment but better (13.44 KB, patch)
2006-11-24 22:29 UTC, Thomas Van Machelen
committed Details | Review

Description John Cooper 2006-02-13 17:14:58 UTC
I think that it would be pretty simple to extend the flickr exporter to also
export 23hq.

http://www.23hq.com/doc/api/switch

But I may be wrong.

Thanks

john
Comment 1 Bengt Thuree 2006-09-18 11:43:45 UTC
plugin-candidate
Comment 2 Larry Ewing 2006-09-20 18:53:02 UTC
They use the same techigue as flickr (if you alias www.flickr.com to www.23hq.com in /etc/hosts the current code will work) someone just need to add a way to select the host.
Comment 3 Stephane Delcroix 2006-10-02 13:27:03 UTC
*** Bug 358229 has been marked as a duplicate of this bug. ***
Comment 4 Stephane Delcroix 2006-10-02 13:27:58 UTC
bug #358229 was about exporting to zooomr.com
Comment 5 Thomas Van Machelen 2006-10-13 11:39:56 UTC
Apparently the current version of the FlickrNet library supports Zoomr and 23hq.com as a service, see
http://www.codeplex.com/Wiki/View.aspx?ProjectName=FlickrNet&title=Example23HQAndZooomr

Maybe it's time to update the FlickrNet library that's currently is cvs?
Comment 6 Larry Ewing 2006-10-13 18:56:54 UTC
yeah, we should pull in the updates and the selection.
Comment 7 Rostislav Raykov 2006-11-06 16:19:03 UTC
i'm sorry for asking, but what is the status of this feature?
Comment 8 Thomas Van Machelen 2006-11-07 19:23:40 UTC
nothing yet; feel free to dive into it though, it would be a nice addition.
Comment 9 Thomas Van Machelen 2006-11-15 16:36:44 UTC
Created attachment 76652 [details]
Set of files containing the patch

The archive in attachment contains:
1. the modified FlickrNet directory of f-spot
2. a patch against the src directory of f-spot (so patchers must be in src)
3. a changelog

This patch adds an additional "export to 23hq" menu item to the export menu, that allows users to export pictures to 23hq.com.  I made this an additional menu item (instead of a choice in the flickrexport dialog) to make sure that non technical users (who do not know that 23hq.com uses the same protocol as flickr) don't get confused.  Code might need some cleanup here and there, so comments are welcome.
Comment 10 Stephane Delcroix 2006-11-23 11:41:35 UTC
Please fix the dialog. When asking for an authentication, the 23hq dialog asks for a Flickr account.

Comment 11 Thomas Van Machelen 2006-11-24 22:18:49 UTC
Created attachment 77112 [details] [review]
fix stephane's comment

Use this patch instead of the one contained in the archive to fix Stephane's very valid comment.  :)
Comment 12 Thomas Van Machelen 2006-11-24 22:29:40 UTC
Created attachment 77113 [details] [review]
fix stephane's comment but better

slight improvement
Comment 13 Larry Ewing 2006-12-04 19:29:32 UTC
just for tracking info, I added preliminary zooomr support but I'm waiting for a response about an api key for it.