Re: Feeds as views.

2009-08-04 Thread Ben Firshman
On 4 Aug 2009, at 00:50, Russell Keith-Magee wrote: >> >> >> Does anybody have any opinions on the current way of using methods on >> the Feed object (title(), link(), description() etc) to build the >> feed? For me, it has proved inflexible and a little messy, but I >> can't >> think of a bett

Re: Feeds as views.

2009-08-03 Thread Russell Keith-Magee
On Tue, Aug 4, 2009 at 2:12 AM, Ben Firshman wrote: > > > On 3 Aug 2009, at 14:50, Alex Gaynor wrote: >> >> Ben Firshman has written similar code that is backwards compatible >> with the current implementation: >> http://github.com/bfirsh/syndication-view/tree/master >> >> Alex > > I started going

Re: Feeds as views.

2009-08-03 Thread Zellyn Hunter
On Aug 3, 9:40 am, Russell Keith-Magee wrote: >  * Parameterized feeds. >  * Named urls. >  * Making individual feed views decoratable Should all just work, by making them normal views. > some code missing (at the very least, documentation) Definitely — I was attempting to make the smallest poss

Re: Feeds as views.

2009-08-03 Thread Ben Firshman
On 3 Aug 2009, at 14:50, Alex Gaynor wrote: > > Ben Firshman has written similar code that is backwards compatible > with the current implementation: > http://github.com/bfirsh/syndication-view/tree/master > > Alex I started going through all the syndication tickets and fixing them too, notabl

Re: Feeds as views.

2009-08-03 Thread Russell Keith-Magee
On Mon, Aug 3, 2009 at 8:37 PM, zellyn wrote: > > [Hi folks. This is a re-post, now that 1.1 has been released.] > > Django's contrib.syndication app feels different from normal views, > using a dictionary and dispatching by slug, then finding objects by > splitting the rest of the URL into "bits"

Re: Feeds as views.

2009-08-03 Thread Alex Gaynor
On Mon, Aug 3, 2009 at 8:40 AM, Russell Keith-Magee wrote: > > On Mon, Aug 3, 2009 at 8:37 PM, zellyn wrote: >> >> [Hi folks. This is a re-post, now that 1.1 has been released.] >> >> Django's contrib.syndication app feels different from normal views, >> using a dictionary and dispatching by slug,

Feeds as views.

2009-08-03 Thread zellyn
[Hi folks. This is a re-post, now that 1.1 has been released.] Django's contrib.syndication app feels different from normal views, using a dictionary and dispatching by slug, then finding objects by splitting the rest of the URL into "bits". It takes surprisingly few changes to make Feeds respon

Re: Feeds as views.

2009-04-24 Thread Alex Gaynor
On Fri, Apr 24, 2009 at 1:05 PM, Ben Firshman wrote: > > On 24 Apr 2009, at 16:21, zellyn wrote: > > > > > [I wasn't sure whether to post this before or after 1.1 dropped, but > > decided to post now, since I'm just looking for discussion and > > comments.] > > > > Django's contrib.syndication ap

Re: Feeds as views.

2009-04-24 Thread Ben Firshman
On 24 Apr 2009, at 16:21, zellyn wrote: > > [I wasn't sure whether to post this before or after 1.1 dropped, but > decided to post now, since I'm just looking for discussion and > comments.] > > Django's contrib.syndication app feels different from normal views, > using a dictionary and dispatchi

Feeds as views.

2009-04-24 Thread zellyn
[I wasn't sure whether to post this before or after 1.1 dropped, but decided to post now, since I'm just looking for discussion and comments.] Django's contrib.syndication app feels different from normal views, using a dictionary and dispatching by slug, then finding objects by splitting the rest