GNOME Bugzilla – Bug 331014
Add 23hq.com export support.
Last modified: 2006-12-04 19:29:32 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
plugin-candidate
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.
*** Bug 358229 has been marked as a duplicate of this bug. ***
bug #358229 was about exporting to zooomr.com
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?
yeah, we should pull in the updates and the selection.
i'm sorry for asking, but what is the status of this feature?
nothing yet; feel free to dive into it though, it would be a nice addition.
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.
Please fix the dialog. When asking for an authentication, the 23hq dialog asks for a Flickr account.
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. :)
Created attachment 77113 [details] [review] fix stephane's comment but better slight improvement
just for tracking info, I added preliminary zooomr support but I'm waiting for a response about an api key for it.