aboutsummaryrefslogtreecommitdiffstats
path: root/english/sitemap.wml
diff options
context:
space:
mode:
authorJosip Rodin <joy>2002-08-19 13:21:54 +0000
committerJosip Rodin <joy>2002-08-19 13:21:54 +0000
commit49bdaaffc7ceaf0fb0f81aa8eeadeee5da554e75 (patch)
treee6b02c9bf110e4fde4a914503f181ffb7a99cadd /english/sitemap.wml
parentb78e4736fbb5c5a775e313b3a6d335b9a043f8cd (diff)
stupid kludges, noticed by Torsten Scheck <torsten.scheck@gmx.de>
CVS version numbers english/sitemap.wml: 1.27 -> 1.28
Diffstat (limited to 'english/sitemap.wml')
-rw-r--r--english/sitemap.wml4
1 files changed, 2 insertions, 2 deletions
diff --git a/english/sitemap.wml b/english/sitemap.wml
index 73eac713f55..aec160afd18 100644
--- a/english/sitemap.wml
+++ b/english/sitemap.wml
@@ -38,8 +38,8 @@ sub title_of {
if ($page eq "MailingLists/unsubscribe") { return "<escape><unsubscribe_title></escape>" }
$page =~ s/^(.+)#(.+)$/$1/; # remove anchors (will handle this later)
- $page =~ s,/stable/,/potato/,; # kludges,
- $page =~ s,/testing/,/woody/,; # kludges...
+ $page =~ s,/stable/,/<current_release_name>/,;
+ $page =~ s,/testing/,/<current_testing_name>/,;
if ($page =~ /\/$/) { $page .= "index.wml" } else { $page .= ".wml" };
# print STDERR "page: $page\n"; return;
$page = "$ENGLISHDIR/$page" unless (-f $page);

© 2014-2024 Faster IT GmbH | imprint | privacy policy