From f3dc54d3332d4bfae19a903c9bdf3959e2139281 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Tue, 7 Feb 2006 13:17:30 +0000 Subject: [PATCH] Add a first attampt at some URL layout document. Comments more than welcome --- URLS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 URLS diff --git a/URLS b/URLS new file mode 100644 index 0000000..a096144 --- /dev/null +++ b/URLS @@ -0,0 +1,20 @@ +$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/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/source/pkg <- static source package page (is there anything + interesting to put on this page? Do it at all?) + +$ROOT/suite/sections/$section <- section index page -- 2.39.2