diff options
author | Dan McGee <dan@archlinux.org> | 2010-08-27 17:31:40 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-08-27 17:32:52 -0500 |
commit | 971e9faf906d686e05b641f497ba37ee605d4a47 (patch) | |
tree | a8b38878322646cb26f9e6db5726140bd2b1f137 /templates/public/index.html | |
parent | e595665abd8700afc6474f08bef95eea3c986260 (diff) |
Add package groups to front page and cache resultsrelease_2010-08-27-2
Make it more visible to the public, and cache the results of the group
information function since it was designed and made separate for that
purpose and the results can safely be reused without needing to worry too
much about it being stale.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/index.html')
-rw-r--r-- | templates/public/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index eb58e8db..c86a9768 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -139,6 +139,8 @@ title="Get a custom mirrorlist from our database">Mirrorlist Updater</a></li> <li><a href="/packages/" title="View/search the package repository database">Packages</a></li> + <li><a href="/groups/" + title="View the available package groups">Package Groups</a></li> <li><a href="http://bugs.archlinux.org/" title="Report/track bugs or make feature requests">Bug Tracker</a></li> <li><a href="{% url page-svn %}" |