iesg minutes, ipr and liaisons. Omitting some class of data from the sitemap will not prevent it from being indexed, so forgetting something from this list is not critical. - Legacy-Id: 861
7 lines
205 B
Python
7 lines
205 B
Python
from django.contrib.sitemaps import GenericSitemap
|
|
from ietf.ipr.urls import archive
|
|
|
|
# changefreq is "never except when it gets updated or withdrawn"
|
|
# so skip giving one
|
|
IPRMap = GenericSitemap(archive)
|