diff options
author | Antoine Beaupre <anarcat@koumbit.org> | 2011-07-14 10:04:08 -0400 |
---|---|---|
committer | Antoine Beaupre <anarcat@koumbit.org> | 2011-07-14 10:04:08 -0400 |
commit | f6bbb8ff44e6c56bba34efd8b053ae47114ee4bc (patch) | |
tree | da5afca3daf3afa2a25ebff8dede0bb4495dc153 /templates/index.html.erb | |
parent | 15eec72e9691ffa6fcfd00ba27d85cd299d7afcc (diff) |
make links to the pool and dists directories
Diffstat (limited to 'templates/index.html.erb')
-rw-r--r-- | templates/index.html.erb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/index.html.erb b/templates/index.html.erb index 654efb3..5f50754 100644 --- a/templates/index.html.erb +++ b/templates/index.html.erb @@ -35,3 +35,12 @@ wget http://debian.<%= domain %>/debian/key.asc apt-key add key.asc apt-get update </pre> + +<h2>Browsing the archive</h2> + +There is no interactive interface to browse the archive. + +<ul> +<li>To see the list of all packages regardless of the distribution, see the <a href="/debian/pool">pool directory</a></li> +<li>To see the package descriptions per distribution, see the <a href="/debian/dists">dists directory</a> +</li> |