Re: Sitemap questions (probably dumb ones)

2007-06-16 Thread David Larlet
2007/6/16, John DeRosa <[EMAIL PROTECTED]>: > > David Larlet wrote: > > > > Any thoughts about this implementation? > > I think you could get rid of FakeObject() completely: > > class MainSitemap(Sitemap): > priority = 0.8 > > def items(self): > return ["/", "/archives/",

Re: Sitemap questions (probably dumb ones)

2007-06-15 Thread David Larlet
2007/6/15, John DeRosa <[EMAIL PROTECTED]>: > > David Larlet wrote: > > 2007/6/13, John DeRosa <[EMAIL PROTECTED]>: > >> David Larlet wrote: > >>> 2006/12/7, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > I've been playing with the sitemap stuff and am finding it to be quite > slick. I do,

Re: Sitemap questions (probably dumb ones)

2007-06-15 Thread John DeRosa
David Larlet wrote: > 2007/6/13, John DeRosa <[EMAIL PROTECTED]>: >> David Larlet wrote: >>> 2006/12/7, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: I've been playing with the sitemap stuff and am finding it to be quite slick. I do, however, have some questions about some unusual cases.

Re: Sitemap questions (probably dumb ones)

2007-06-15 Thread David Larlet
2007/6/13, John DeRosa <[EMAIL PROTECTED]>: > > David Larlet wrote: > > 2006/12/7, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > >> I've been playing with the sitemap stuff and am finding it to be quite > >> slick. I do, however, have some questions about some unusual cases. > >> > >> 1)It works

Re: Sitemap questions (probably dumb ones)

2007-06-12 Thread David Larlet
2006/12/7, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > I've been playing with the sitemap stuff and am finding it to be quite > slick. I do, however, have some questions about some unusual cases. > > 1)It works beautifully for listing all the detail pages that make up a > list view, but what about