From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: [PATCH] Implement RSS_FEED_URL option keyword Date: Fri, 11 Dec 2015 03:03:17 +0530 Message-ID: <87oadyat0i.fsf@gmail.com> References: <87io4657cc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a78qE-0004dw-94 for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 16:33:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a78qA-00082S-8V for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 16:33:34 -0500 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:35544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a78qA-00082N-3Y for emacs-orgmode@gnu.org; Thu, 10 Dec 2015 16:33:30 -0500 Received: by padhk6 with SMTP id hk6so13408800pad.2 for ; Thu, 10 Dec 2015 13:33:29 -0800 (PST) Received: from steel ([223.227.96.196]) by smtp.gmail.com with ESMTPSA id cp4sm11411556pad.41.2015.12.10.13.33.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Dec 2015 13:33:28 -0800 (PST) In-Reply-To: <87io4657cc.fsf@gmail.com> (Arun Isaac's message of "Fri, 11 Dec 2015 02:50:19 +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: Emacs orgmode -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Arun Isaac writes: > Currently, the feed URL is assumed to be html-link-home or > publishing-directory concatenated with the output filename of the > feed. This need not necessarily be so. So, the RSS_FEED_URL option > keyword is introduced to let the user customize the feed URL. Elaborating on this: Currently, the feed is always assumed to be on the root of the server, and the generated feed URL is something like "http://foo.org/blog.xml". But, the user might want to have the feed in some subdirectory on the server (something like "http://foo.org/feeds/blog.xml"). As far as I understand, there is currently no way to do this. Hence, I implemented RSS_FEED_URL to fill this void. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWae+eAAoJEC4l7othgCuzpEwH/jSzkCt5529C6gGP3pMY7qb2 CgH7PaY86z3mmZWtcEysb0yGd/yQEPDezG3y2NMrUvnJthT0S1XCWTvzgtPrSYGn +fRpoSLVDc+EIbC6WahAEXk5fAEi569EWEByfkCERvhqV5qSAeOfwelLmtaS5zAJ j2aNHe0//+bCBNI1pKzOucQ2roY4nFQ8TRHDVLbM092Fm9pD093adMHpOILA/5vm L88NHBz7Qm15zaDKyDFMwSHybjYk3V4bTF4m+VV7LE/W07aiq5tDHQsDRu0wo4jI pGUWcJb9EdLdNwKavvzMKBGmdkCJp64iUwmbT7c/tozv+rU5l3bWalQ1ZI2klc0= =v8WT -----END PGP SIGNATURE-----