From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: RSS back-end: blogging with Org-mode is now easy Date: Fri, 15 Mar 2013 17:00:40 +0100 Message-ID: <871ubgvejb.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGX40-0002S1-VJ for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 12:01:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGX3r-00039z-Jx for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 12:01:00 -0400 Received: from plane.gmane.org ([80.91.229.3]:34543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGX3q-00038q-F5 for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 12:00:51 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UGX4B-0004mB-Cr for emacs-orgmode@gnu.org; Fri, 15 Mar 2013 17:01:11 +0100 Received: from 128-79-136-150.hfc.dyn.abo.bbox.fr ([128.79.136.150]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Mar 2013 17:01:11 +0100 Received: from bzg by 128-79-136-150.hfc.dyn.abo.bbox.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Mar 2013 17:01:11 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi all, I added ox-rss.el, a rudimentary RSS 2.0 export back-end: http://orgmode.org/cgit.cgi/org-mode.git/plain/contrib/lisp/ox-rss.el?id=137207 See the commentary section for instructions on how to use it. Basically, the idea is to define a new publishing project that will take care of publishing a .xml RSS 2.0 feed. Blog posts are top-level headlines. One possibility to use this for a blog is to maintain an .org file with the summary of your headlines in a separate files as top-level entries, then to export this file as a RSS feed that you can link anywhere else on your website. I plan to include this in 8.0 unless it's too buggy or useless. Please test this heavily and let me know if it works for you! Thanks, -- Bastien