From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: publishing sitemap: xml for google? Date: Mon, 01 Jul 2013 14:31:15 +0200 Message-ID: <87li5qh370.fsf@bzg.ath.cx> References: <20130701103957.GA17286@panahar> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtdGL-00047x-At for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 08:31:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UtdGJ-0005S4-BO for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 08:31:21 -0400 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:64341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UtdGJ-0005Rx-3B for emacs-orgmode@gnu.org; Mon, 01 Jul 2013 08:31:19 -0400 Received: by mail-wi0-f171.google.com with SMTP id hj3so2996834wib.10 for ; Mon, 01 Jul 2013 05:31:18 -0700 (PDT) In-Reply-To: <20130701103957.GA17286@panahar> (Vikas Rawal's message of "Mon, 1 Jul 2013 16:09:57 +0530") 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: Vikas Rawal Cc: emacs-orgmode Hi Vikas, Vikas Rawal writes: > Google seems to want sitemap in xml, and with some given > specifications. Is there something in orgmode publisher that can > produce sitemap.xml instead of sitemap.html? I don't think there is. You can have a look at contrib/lisp/ox-rss.el which should put you on the right track to code this. -- Bastien