diff options
-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 %} |