diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-25 18:17:56 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-25 18:17:56 -0500 |
commit | 174d04ad0334b1c441bc0237e3e2ed8f581575ef (patch) | |
tree | 95b5d4e869e53c07fce0b780b2da4937d31321cb /templates/devel | |
parent | 381e0a787205af530ae11bac1b1a17e567eecc84 (diff) |
Add links to developer reports
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/devel/index.html b/templates/devel/index.html index 2eae0815..601de752 100644 --- a/templates/devel/index.html +++ b/templates/devel/index.html @@ -98,6 +98,14 @@ </tbody> </table> + <h3>Developer Reports</h3> + <ul> + <li><a href="reports/big/">Big</a>: 100 largest compressed packages in the repositories</li> + <li><a href="reports/old/">Old</a>: Packages last built more than two years ago</li> + <li><a href="reports/uncompressed-man/">Uncompressed Manpages</a>: Self-explanatory</li> + <li><a href="reports/uncompressed-info/">Uncompressed Info Pages</a>: Self-explanatory</li> + </ul> + </div><!-- #dev-dashboard --> {% cache 60 dev-dash-by-arch %} |