1 Proposal for URL layout
3 $ROOT/search <- search handling
4 $ROOT/<pkg> <- exact lookup for package name
5 $ROOT/source/<pkg> <- exact lookup for source package name
6 $ROOT/src:<pkg> <- redir to above
8 $ROOT/<suite>/<pkg> <- static package page
9 $ROOT/<suite>/<pkg>/changelog <- fetch changelog
10 $ROOT/<suite>/<pkg>/copyright <- fetch copyright
11 $ROOT/<suite>/<pkg>/<arch> <- arch-specific static page (noindex)
12 $ROOT/<suite>/<pkg>/<arch>/download <- download form for package
13 $ROOT/<suite>/<pkg>/<arch>/filelist <- fetch list of files
15 $ROOT/<suite>/source/<pkg> <- static source package page
17 $ROOT/<suite>/sections/<section> <- section index page
18 $ROOT/<suite>/<section> <- will need to work, too, for backwards compatibility