Re: Google Sitemaps

2006-08-30 Thread Dan Watson
[EMAIL PROTECTED] wrote: > I've installed it and it's very nice. I've moved "sitemap" to contrib - > is it ok? :) because there is one minor problem is with sitemap.xml - > it try to load it from: > > Django tried loading these templates, in this order: > Using lo

Re: Google Sitemaps

2006-08-30 Thread [EMAIL PROTECTED]
I've installed it and it's very nice. I've moved "sitemap" to contrib - is it ok? :) because there is one minor problem is with sitemap.xml - it try to load it from: Django tried loading these templates, in this order: Using loader django.template.loaders.filesyste

Re: Google Sitemaps

2006-08-30 Thread David Blewett
On 8/30/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: My only quibble is the recommendation in the docs to call``ping_google()`` from the ``save()`` method.  I think the idea ofsetting off a HTTP request from within a ``save()`` method isn't sucha grand idea; network latency could cause the save

Re: Google Sitemaps

2006-08-30 Thread Dan Watson
Deryck Hodge wrote: > Hi, Dan. > > On 8/30/06, Dan Watson <[EMAIL PROTECTED]> wrote: > > Not sure if people will use it, but suggestions and feedback are always > > welcome! > > I had to do a sitemap generator for a client from work recently -- my > code is pre-mr due to older version of Django w

Re: Re: Google Sitemaps

2006-08-30 Thread James Bennett
On 8/30/06, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > My only quibble is the recommendation in the docs to call > ``ping_google()`` from the ``save()`` method. I think the idea of > setting off a HTTP request from within a ``save()`` method isn't such > a grand idea; network latency could ca

Re: Google Sitemaps

2006-08-30 Thread Deryck Hodge
Hi, Dan. On 8/30/06, Dan Watson <[EMAIL PROTECTED]> wrote: > Not sure if people will use it, but suggestions and feedback are always > welcome! I had to do a sitemap generator for a client from work recently -- my code is pre-mr due to older version of Django we're on. One of the problems I had

Re: Google Sitemaps

2006-08-30 Thread Dan Watson
Jacob Kaplan-Moss wrote: > On Aug 30, 2006, at 11:51 AM, Dan Watson wrote: > > Just wanted to draw some attention to > > http://code.djangoproject.com/ticket/2628 - it's a contrib app I've > > written to automatically generate sitemap.xml files for Google. I've > > also written about it here: > >

Re: Google Sitemaps

2006-08-30 Thread Jacob Kaplan-Moss
On Aug 30, 2006, at 11:51 AM, Dan Watson wrote: > Just wanted to draw some attention to > http://code.djangoproject.com/ticket/2628 - it's a contrib app I've > written to automatically generate sitemap.xml files for Google. I've > also written about it here: > http://theidioteque.net/blog/2006/08/