aboutsummaryrefslogtreecommitdiff
path: root/URLS
blob: 418e0330cede8a759359916ce641ccf42cbec8a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Proposal for URL layout

$ROOT/search <- search handling
$ROOT/<pkg> <- exact lookup for package name
$ROOT/source/<pkg> <- exact lookup for source package name
 $ROOT/src:<pkg> <- redir to above

$ROOT/<suite>/<pkg> <- static package page
$ROOT/<suite>/<pkg>/changelog <- fetch changelog
$ROOT/<suite>/<pkg>/copyright <- fetch copyright
$ROOT/<suite>/<pkg>/<arch> <- arch-specific static page (noindex)
$ROOT/<suite>/<pkg>/<arch>/download <- download form for package
$ROOT/<suite>/<pkg>/<arch>/filelist <- fetch list of files

$ROOT/<suite>/source/<pkg> <- static source package page

$ROOT/<suite>/sections/<section> <- section index page
 $ROOT/<suite>/<section> <- will need to work, too, for backwards compatibility