You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the project. It was a breeze to implement :)
Because we also want to set up a video sitemap, I was thinking of modifying your project to support multiple types of sitemaps. Do you think that extended scope could be added to this project? (I am planning to make it available in a fork here in GitHub, of course)
If you think it's worthwhile to add to your repo, I'd like to discuss with you what the best approach of differentiating between types of sitemaps would be
The text was updated successfully, but these errors were encountered:
My apologies for my extremely late reply. I wanted to document and update the tests to reflect my changes before presenting them, but I haven't found the time yet. I hope my explanation here is clear enough
Two types of sitemaps have been added next to the regular NewsSitemap: VideoSitemap and Sitemap (for a regular list of URLs).
Depending on the inherited class of the registered sitemaps, a different XML template is rendered by views.render_sitemap() (was: news_sitemap()) for each sitemap with the extra fields requested by Google's sitemap specs.
Multiple sitemaps with different XML templates can still be rendered in one go, as long as all XML namespace declarations are present in header.xml
If you think these changes are suitable to be pulled into the main repository (even though the name 'django-news-sitemaps' wouldn't fully cover the functionality anymore), I'd be willing to update the docs and present it as a pull request :)
Hi there,
First of all, thanks for the project. It was a breeze to implement :)
Because we also want to set up a video sitemap, I was thinking of modifying your project to support multiple types of sitemaps. Do you think that extended scope could be added to this project? (I am planning to make it available in a fork here in GitHub, of course)
If you think it's worthwhile to add to your repo, I'd like to discuss with you what the best approach of differentiating between types of sitemaps would be
The text was updated successfully, but these errors were encountered: