summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2013-06-20 14:09:11 -0500
committerDan McGee <dan@archlinux.org>2013-06-20 14:09:11 -0500
commit0cac18ea4f3e56d1b7d1bdcb6729e22cbf3f5a44 (patch)
tree1d98c4a1fc2928a895d2e213b06c66f26f76fe97
parentb9fab139ed9e5e24b853c0f77bcc78ffba8176b0 (diff)
downloadarchweb-0cac18ea4f3e56d1b7d1bdcb6729e22cbf3f5a44.tar.gz
archweb-0cac18ea4f3e56d1b7d1bdcb6729e22cbf3f5a44.zip
Add link to release listing page from public index
We didn't link this page from anywhere so it was hard to find. Also add it to the sitemap so it gets indexed. Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--sitemaps.py3
-rw-r--r--templates/public/index.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/sitemaps.py b/sitemaps.py
index d206a1b6..42b08922 100644
--- a/sitemaps.py
+++ b/sitemaps.py
@@ -136,7 +136,8 @@ class BaseSitemap(Sitemap):
'mirror-status',
'mirrorlist',
'packages-differences',
- 'releng-test-overview',
+ ('releng-test-overview', 0.3, 'monthly'),
+ 'releng-release-list',
'visualize-index',
)
diff --git a/templates/public/index.html b/templates/public/index.html
index 37d6decc..7e6daf8d 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -169,6 +169,8 @@
title="View the available package groups">Package Groups</a></li>
<li><a href="/todo/"
title="Developer Todo Lists">Todo Lists</a></li>
+ <li><a href="{% url 'releng-release-list' %}"
+ title="Release Engineering ISO listing">ISO Release List</a></li>
<li><a href="{% url 'visualize-index' %}"
title="View visualizations">Visualizations</a></li>
</ul>