aboutsummaryrefslogtreecommitdiff
path: root/URLS
diff options
context:
space:
mode:
authorFrank Lichtenheld <frank@lichtenheld.de>2006-02-07 13:29:53 +0000
committerFrank Lichtenheld <frank@lichtenheld.de>2006-02-07 13:29:53 +0000
commit006d674e77b95729077d0f1e3973bdbc0f77540a (patch)
treef6f4809892067d33b93e60801f58a6b33a29b45c /URLS
parentf3dc54d3332d4bfae19a903c9bdf3959e2139281 (diff)
Some adjustments:
- filelist is arch specific - there will be "static" source package pages - we shouldn't change the sections index urls just for fun
Diffstat (limited to 'URLS')
-rw-r--r--URLS6
1 files changed, 3 insertions, 3 deletions
diff --git a/URLS b/URLS
index a096144..3b06451 100644
--- a/URLS
+++ b/URLS
@@ -10,11 +10,11 @@ $ROOT/source/pkg <- exact lookup for source package name
$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/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/$section <- will need to work, too, for backwards compatibility