From bbe90f9136f133811370f0d3c58a96c7ee2dc795 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 14 Feb 2006 01:28:00 +0000 Subject: [PATCH] Make it more obvious what are static strings and what are parameters --- URLS | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/URLS b/URLS index 3b06451..359730d 100644 --- a/URLS +++ b/URLS @@ -3,18 +3,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/ <- exact lookup for package name +$ROOT/source/ <- exact lookup for source package name + $ROOT/src: <- 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// <- static package page +$ROOT///changelog <- fetch changelog +$ROOT///copyright <- fetch copyright +$ROOT/// <- arch-specific static page (noindex) +$ROOT////download <- download form for package +$ROOT////filelist <- fetch list of files -$ROOT/suite/source/pkg <- static source package page +$ROOT//source/ <- static source package page -$ROOT/suite/sections/$section <- section index page - $ROOT/suite/$section <- will need to work, too, for backwards compatibility +$ROOT//sections/
<- section index page + $ROOT//
<- will need to work, too, for backwards compatibility -- 2.39.2