mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Generate internal sitemap including devel docs
We'll use this to index some things in our own search engine without exposing it to external sitemap parsers. Not from a security standpoint of course, but something that will lead to it being possible to search the devel docs again.
This commit is contained in:
@ -81,6 +81,7 @@ urlpatterns = patterns('',
|
||||
# Sitemap (FIXME: support for >50k urls!)
|
||||
###
|
||||
(r'^sitemap.xml', 'pgweb.core.views.sitemap'),
|
||||
(r'^sitemap_internal.xml', 'pgweb.core.views.sitemap_internal'),
|
||||
|
||||
###
|
||||
# Workaround for broken links pushed in press release
|
||||
|
Reference in New Issue
Block a user