diff options
Diffstat (limited to 'templates')
-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> |