From 0cac18ea4f3e56d1b7d1bdcb6729e22cbf3f5a44 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 20 Jun 2013 14:09:11 -0500 Subject: 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 --- sitemaps.py | 3 ++- templates/public/index.html | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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
  • Todo Lists
  • +
  • ISO Release List
  • Visualizations
  • -- cgit v1.2.3-55-g3dc8