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

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

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

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

Re: Google Sitemaps

2006-08-30 Thread Dan Watson
also written about it here: > > http://theidioteque.net/blog/2006/08/29/google-sitemaps/ > > Great stuff, Dan! > > 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 w

Google Sitemaps

2006-08-30 Thread Dan Watson
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/29/google-sitemaps/ Not sure if people will use