Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 46950 invoked from network); 13 Jun 2007 16:25:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2007 16:25:08 -0000 Received: (qmail 7879 invoked by uid 500); 13 Jun 2007 16:25:11 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 7863 invoked by uid 500); 13 Jun 2007 16:25:11 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 7853 invoked by uid 99); 13 Jun 2007 16:25:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 09:25:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of snoopdave@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2007 09:25:06 -0700 Received: by py-out-1112.google.com with SMTP id u52so425000pyb for ; Wed, 13 Jun 2007 09:24:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LaXUwcHNQk70JS60/228R9r+wQqyaPthwrBT+J6DI4w1/BCJxC7ADw767/8MMVN4dmhlUZGIN2hhd51WY2ZM+B+qCCsq2fADsl5z1FfcJqodFINUBu4h2Q9YZsJDR47GDWOQ6gDjgX19bkRKVSnl3akXbQg2Myc2RKReJc1BJ8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nKRlLo9y7BkMqTiy2ar6MdtQnQ2+BtM8Xyf28wE42t0bTQFANE/6ZmtTnQth8hzfkQAhLacfEDrg2MkjGJW81Q8P4/jMyjq74lgDfq8qwp97aGmBCRXOPGk7QlMYZH20joDusd/4lyMxeM7s6KXTBH0B69oSWxgfuZVzYWTDIU0= Received: by 10.65.43.17 with SMTP id v17mr1415322qbj.1181751885848; Wed, 13 Jun 2007 09:24:45 -0700 (PDT) Received: by 10.65.212.11 with HTTP; Wed, 13 Jun 2007 09:24:45 -0700 (PDT) Message-ID: <8fb9ac720706130924v687e6d42h6a256b4178e4493@mail.gmail.com> Date: Wed, 13 Jun 2007 12:24:45 -0400 From: Dave To: user@roller.apache.org Subject: Re: Feed In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On 6/11/07, Ra=FAl Fuenzalida wrote: > I would like the rss feed display just the summary when available. How? t= hanks. You'll have to make some Velocity code changes to do that. Roller feeds are generated by the templates in WEB-INF/velocity/templates/feeds, which call macros in WEB-INF/velocity/templates/feeds.vm. Those are the files you need to modify. - Dave