Re: Simple Sitemap

2009-10-12 Thread Timbadu

Thanks Adam.

I've had a look at the django.contrib.sitemaps process but all
examples I've found relate to dynamic sitemaps created for ever
changing blogs etc.
Most of the info gives an example of a file to create but not what to
call it or where to put it.
So, using my limited knowledge of django and python i cobble something
together and get
... an Unhandled exception.
Arg.



On 12 Oct, 20:30, Adam N <a...@varud.com> wrote:
> You might as well use django.contrib.sitemaps.
>
> It's not difficult to use that app so there's no more efficient way to
> do this unless you happen to have the sitemaps.xml file already.
>
> On Oct 12, 11:32 am, Timbadu <t...@soundslikedesign.co.uk> wrote:
>
> > I need a simple sitemap for 5 URLs. The django sitemaps app seams a
> > bit overkill for such a simple xml file.
> > What's the best way of doing this?
> > Can i simply upload a sitemaps.xml and point to it?
> > Or should i use the django.contrib.sitemaps?
>
> > Thanks,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Simple Sitemap

2009-10-12 Thread Adam N

You might as well use django.contrib.sitemaps.

It's not difficult to use that app so there's no more efficient way to
do this unless you happen to have the sitemaps.xml file already.

On Oct 12, 11:32 am, Timbadu <t...@soundslikedesign.co.uk> wrote:
> I need a simple sitemap for 5 URLs. The django sitemaps app seams a
> bit overkill for such a simple xml file.
> What's the best way of doing this?
> Can i simply upload a sitemaps.xml and point to it?
> Or should i use the django.contrib.sitemaps?
>
> Thanks,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Simple Sitemap

2009-10-12 Thread Timbadu

I need a simple sitemap for 5 URLs. The django sitemaps app seams a
bit overkill for such a simple xml file.
What's the best way of doing this?
Can i simply upload a sitemaps.xml and point to it?
Or should i use the django.contrib.sitemaps?

Thanks,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---