Re: full content feeds

2007-02-03 Thread James Tauber
Actually, it looks like Atom1Feed is where the restriction is. Anyone have a replacement for Atom1Feed that does full-content? Otherwise, I'll write one and contribute it (I'm working on Django support for the Atom Publishing Protocol, anyway) James On 03/02/2007, at 2:39 PM, James Tauber w

Re: full content feeds

2007-02-03 Thread James Tauber
But the description template seems to just control the content of the summary element in Atom. If I want a full content feed, rather than just a summary, it looks like I can't use django.contrib.syndication.views.feed On 03/02/2007, at 4:47 AM, aaloy wrote: > 2007/2/3, James Tauber <[EMAIL

Re: full content feeds

2007-02-03 Thread aaloy
2007/2/3, James Tauber <[EMAIL PROTECTED]>: > > However, I'd like my feed to be full content. Given what I have > below, what's the most straightforward way to make my feed full content? The full content would depend on your template. That is, you can make your template to present full content,

full content feeds

2007-02-02 Thread James Tauber
I've implemented a very quick "announcement" feed as coded below. This meets my current need of adding news items in the admin and having an Atom feed for them (there are also HTML views but that's irrelevant to my question). However, I'd like my feed to be full content. Given what I have