Return-Path: Delivered-To: apmail-roller-commits-archive@www.apache.org Received: (qmail 56087 invoked from network); 6 Feb 2009 13:52:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 13:52:37 -0000 Received: (qmail 55026 invoked by uid 500); 6 Feb 2009 13:52:35 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 55004 invoked by uid 500); 6 Feb 2009 13:52:35 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 54987 invoked by uid 99); 6 Feb 2009 13:52:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 05:52:35 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 13:52:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0F0D5234C4B4 for ; Fri, 6 Feb 2009 05:52:12 -0800 (PST) Message-ID: <1211817946.1233928332059.JavaMail.jira@brutus> Date: Fri, 6 Feb 2009 05:52:12 -0800 (PST) From: "Dave Levy (JIRA)" To: commits@roller.apache.org Subject: [jira] Commented: (ROL-899) Some themes lack RSS autodiscovery link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/roller/browse/ROL-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14523#action_14523 ] Dave Levy commented on ROL-899: ------------------------------- The macro name is mispelt, it should be #showRSSAutodiscoveryLink(), the d in discovery is lower case. > Some themes lack RSS autodiscovery link > --------------------------------------- > > Key: ROL-899 > URL: https://issues.apache.org/roller/browse/ROL-899 > Project: Roller > Issue Type: Task > Components: Theme specific > Affects Versions: 2.0 > Reporter: Anil Gangolli > Assignee: Anil Gangolli > Priority: Minor > Fix For: 2.1 > > > There is a velocity macro #showRSSAutoDiscoveryLink() which outputs the appropriate link text). This can be placed in whatever template within your theme that emits your HTML section, whether that is a decorator or not. > Many of the themes currently shipped (looking at the Roller 2.0 codebase) seem to have this already, but some do not, and should. I'll file a minor bug. > --a. > Sean Gilligan wrote: > > Anil Gangolli wrote: > > > >> If by RSD, you mean adding an RSS autodiscovery (rel="alternate" type="application/rss+xml") link in each theme? I thought someone had done that already, but we certainly should. If this is a different standard, can you provide a pointer motivating it? > > > > > > Yes, I mean *that* RSD. (I added the rel="" link to the default decorator, the RSD XML file itself, and also a "_nulldecorator" template, so the RSD XML didn't get wrapped with HTML) If it is built-in somewhere, please tell me how to enable it... > > > > If there is no built-in support, I'm willing to add a page to the Wiki showing how I did it. (Which could be a starting point for building RSD support in...) > > > > -- Sean > > > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.