From 9d074d78d7c25852afa87005e21c118630f4f83b Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Sun, 2 Sep 2012 11:46:39 +0100 Subject: [PATCH] Hard-coded version numbers updated --- Documentation/de/search-box.ihtml | 6 +++--- Documentation/es/search-box.ihtml | 6 +++--- Documentation/fr/search-box.ihtml | 6 +++--- Documentation/hu/search-box.ihtml | 6 +++--- Documentation/it/search-box.ihtml | 6 +++--- Documentation/nl/search-box.ihtml | 6 +++--- Documentation/search-box.ihtml | 6 +++--- Documentation/zh/search-box.ihtml | 6 +++--- scripts/build/website_post.py | 4 ++-- 9 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Documentation/de/search-box.ihtml b/Documentation/de/search-box.ihtml index 1322170b71..452f275938 100644 --- a/Documentation/de/search-box.ihtml +++ b/Documentation/de/search-box.ihtml @@ -16,11 +16,11 @@ search for a while and have a redirection from "v2.15" to "v2.17".
diff --git a/Documentation/es/search-box.ihtml b/Documentation/es/search-box.ihtml index 43ac87b84c..56fb87f945 100644 --- a/Documentation/es/search-box.ihtml +++ b/Documentation/es/search-box.ihtml @@ -14,11 +14,11 @@ search for a while and have a redirection from "v2.15" to "v2.17". diff --git a/Documentation/fr/search-box.ihtml b/Documentation/fr/search-box.ihtml index 0017b60ffc..8a66780059 100644 --- a/Documentation/fr/search-box.ihtml +++ b/Documentation/fr/search-box.ihtml @@ -16,11 +16,11 @@ search for a while and have a redirection from "v2.15" to "v2.17". diff --git a/Documentation/hu/search-box.ihtml b/Documentation/hu/search-box.ihtml index fb526ad72c..6dc413f820 100644 --- a/Documentation/hu/search-box.ihtml +++ b/Documentation/hu/search-box.ihtml @@ -1,11 +1,11 @@ diff --git a/Documentation/it/search-box.ihtml b/Documentation/it/search-box.ihtml index cc7ddf3824..a393fd8944 100644 --- a/Documentation/it/search-box.ihtml +++ b/Documentation/it/search-box.ihtml @@ -15,11 +15,11 @@ search for a while and have a redirection from "v2.15" to "v2.17". diff --git a/Documentation/nl/search-box.ihtml b/Documentation/nl/search-box.ihtml index 51687b7765..d18b89d031 100644 --- a/Documentation/nl/search-box.ihtml +++ b/Documentation/nl/search-box.ihtml @@ -8,11 +8,11 @@ diff --git a/Documentation/search-box.ihtml b/Documentation/search-box.ihtml index eaac109bcc..9f48bc6f56 100644 --- a/Documentation/search-box.ihtml +++ b/Documentation/search-box.ihtml @@ -9,11 +9,11 @@ search for a while and have a redirection from "v2.15" to "v2.17". diff --git a/Documentation/zh/search-box.ihtml b/Documentation/zh/search-box.ihtml index 670a755a0a..639cf4d778 100644 --- a/Documentation/zh/search-box.ihtml +++ b/Documentation/zh/search-box.ihtml @@ -14,11 +14,11 @@ search for a while and have a redirection from "v2.15" to "v2.17". diff --git a/scripts/build/website_post.py b/scripts/build/website_post.py index ccc2cf4db6..312795e3a1 100644 --- a/scripts/build/website_post.py +++ b/scripts/build/website_post.py @@ -204,9 +204,9 @@ urchinTracker(); if (line.find("href=\"http://download.linuxaudio.org") >= 0): # TODO: more ugly hardcoding to make releases hard. :( if (line.find('2.16') >= 0): - line = line.replace('a href=', 'a onClick=\"javascript:urchinTracker(\'/download/v2.14\');\" href=') + line = line.replace('a href=', 'a onClick=\"javascript:urchinTracker(\'/download/v2.16\');\" href=') elif (line.find('2.17') >= 0): - line = line.replace('a href=', 'a onClick=\"javascript:urchinTracker(\'/download/v2.15\');\" href=') + line = line.replace('a href=', 'a onClick=\"javascript:urchinTracker(\'/download/v2.17\');\" href=') ### add language selection footer if (line.find("
") >= 0): outfile.write("
\n") -- 2.39.2