Hello Djangoers,

I'm writing a sitemap for a forum. The forum's model is standard: there
are topics which have posts. When viewing a topic, posts are paginated:

/forum/topics/12/how-are-you/
/forum/topics/12/how-are-you/page2/
/forum/topics/12/how-are-you/page3/
...and so forth.

In the standard sitemap approach, each object has its own URL. It's
different with posts: they are displayed only in the topic view.

I could generate a sitemap entry for each topic, but in such a case only
the first page of each topic would be included in the sitemap.

The objects I want to include in the sitemap, are the _pages_ of topics.
What would be a correct approach to this problem in your opinion?

Regards,
Maciej

-- 
Maciej Bliziński
http://automatthias.wordpress.com


--~--~---------~--~----~------------~-------~--~----~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to