From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/78733 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.gnus.general Subject: how to render rss with shr? Date: Fri, 06 May 2011 12:13:38 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1304676872 14574 80.91.229.12 (6 May 2011 10:14:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 May 2011 10:14:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27035@lists.math.uh.edu Fri May 06 12:14:28 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QII3I-0006Si-Iz for ding-account@gmane.org; Fri, 06 May 2011 12:14:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QII2k-00032P-Rr; Fri, 06 May 2011 05:13:54 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QII2j-00032E-N3 for ding@lists.math.uh.edu; Fri, 06 May 2011 05:13:53 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QII2i-0003T9-0m for ding@lists.math.uh.edu; Fri, 06 May 2011 05:13:53 -0500 Original-Received: from batman.blixtvik.net ([87.96.254.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QII2g-0003YE-3I for ding@gnus.org; Fri, 06 May 2011 12:13:50 +0200 Original-Received: from www.verona.se (10-208-96-87.cust.blixtvik.se [87.96.208.10]) by batman.blixtvik.net (Postfix) with ESMTP id D827E7F96A4 for ; Fri, 6 May 2011 12:13:39 +0200 (CEST) Original-Received: from chopper (unknown [192.168.201.6]) by www.verona.se (Postfix) with ESMTP id 17B39A88FB5 for ; Fri, 6 May 2011 12:13:38 +0200 (CEST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:78733 Archived-At: I have a project which integrates Inkscape and Emacs. https://github.com/jave/inkmacs Openclipart has a rss API I would like to use that looks like this: http://www.openclipart.org/media/feed/rss/server where "server" is the search term. So, I'd like to make an Emacs interfare for this of course and I'm researching the best way to do it. Can SHR be used to implement part of the plan? Plan: - fetch the query result to a buffer with url-get - parse the xml using the emacs 24 xml parser - fetch thumbnails and display asynchronously(SHR?) - each thumbnail is a button with an interface to inkmacs-file-import - download the svg and import in Incscape when button clicked -- Joakim Verona