]> git.deb.at Git - deb/packages.git/blobdiff - URLS
Merge branch 'master' of ssh://spaillar-guest@git.debian.org/git/webwml/packages
[deb/packages.git] / URLS
diff --git a/URLS b/URLS
index a0961448201f096f2c4e6c069b578dac2be27f69..418e0330cede8a759359916ce641ccf42cbec8a4 100644 (file)
--- a/URLS
+++ b/URLS
@@ -1,20 +1,18 @@
-$Id$
-
 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/<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/filelist <- fetch list of files
-$ROOT/suite/pkg/arch <- arch-specific static page (noindex)
-$ROOT/suite/pkg/arch/download <- download form for package
+$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 (is there anything
-               interesting to put on this page? Do it at all?)
+$ROOT/<suite>/source/<pkg> <- static source package page
 
-$ROOT/suite/sections/$section <- section index page
+$ROOT/<suite>/sections/<section> <- section index page
+ $ROOT/<suite>/<section> <- will need to work, too, for backwards compatibility