]> git.deb.at Git - deb/packages.git/blob - URLS
Some adjustments:
[deb/packages.git] / URLS
1 $Id$
2
3 Proposal for URL layout
4
5 $ROOT/search <- search handling
6 $ROOT/pkg <- exact lookup for package name
7 $ROOT/source/pkg <- exact lookup for source package name
8  $ROOT/src:pkg <- redir to above
9
10 $ROOT/suite/pkg <- static package page
11 $ROOT/suite/pkg/changelog <- fetch changelog
12 $ROOT/suite/pkg/copyright <- fetch copyright
13 $ROOT/suite/pkg/arch <- arch-specific static page (noindex)
14 $ROOT/suite/pkg/arch/download <- download form for package
15 $ROOT/suite/pkg/arch/filelist <- fetch list of files
16
17 $ROOT/suite/source/pkg <- static source package page
18
19 $ROOT/suite/sections/$section <- section index page
20  $ROOT/suite/$section <- will need to work, too, for backwards compatibility