diff options
author | Vikraman Choudhury <vikraman.choudhury@gmail.com> | 2011-08-04 03:37:23 +0530 |
---|---|---|
committer | Vikraman Choudhury <vikraman.choudhury@gmail.com> | 2011-08-04 03:37:23 +0530 |
commit | 74ddee823737f14ace62598ee78b01eb5e284654 (patch) | |
tree | c678b907e84c5507d7247adc6bd0e4b7aba7bfa6 | |
parent | add input form for host uuid (diff) | |
download | gentoostats-74ddee823737f14ace62598ee78b01eb5e284654.tar.gz gentoostats-74ddee823737f14ace62598ee78b01eb5e284654.tar.bz2 gentoostats-74ddee823737f14ace62598ee78b01eb5e284654.zip |
improved index page
-rw-r--r-- | server/templates/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/server/templates/index.html b/server/templates/index.html index 86960c0..e601b26 100644 --- a/server/templates/index.html +++ b/server/templates/index.html @@ -4,3 +4,21 @@ $var title: Gentoostats Welcome to the gentoostats webapp <br/> <br/> Number of hosts: $count<br/> + +<h2>Statistics</h2> +<ul> + <li>Arch statistics: <a href="/gentoostats/arch">/arch</a></li> + <li>Portage feature statistics: <a href="/gentoostats/feature">/feature</a></li> + <li>Keyword statistics: <a href="/gentoostats/keyword">/keyword</a></li> + <li>Language statistics: <a href="/gentoostats/lang">/lang</a></li> + <li>Mirror statistics: <a href="/gentoostats/mirror">/mirror</a></li> + <li>Package statistics: <a href="/gentoostats/package">/package</a></li> + <li>Profile statistics: <a href="/gentoostats/profile">/profile</a></li> + <li>Repository statistics: <a href="/gentoostats/repo">/repo</a></li> + <li>Useflag statistics: <a href="/gentoostats/use">/use</a></li> +</ul> + +<h2>Package search</h2> +<ul> + <li><a href="/gentoostats/search">/search</a></li> +</ul> |