diff --git a/doc/index.php b/doc/index.php
index 1bd92a5376..711413f0cd 100644
--- a/doc/index.php
+++ b/doc/index.php
@@ -1,15 +1,17 @@
";
show_totals();
- echo "
-
- ";
+ ';
echo "";
include("piecharts/$i.html");
}
@@ -113,30 +115,27 @@ function show_participate() {
';
}
@@ -161,12 +160,10 @@ function show_science() {
"", "", "", ""
)
.'
+';
function top() {
echo "
";
@@ -295,8 +288,6 @@ function right() {
grid('top', 'left', 'right');
-echo '
-';
page_tail(true, true);
echo '
';
diff --git a/doc/versions.inc b/doc/versions.inc
index eade04a726..7b86be5f8c 100644
--- a/doc/versions.inc
+++ b/doc/versions.inc
@@ -43,26 +43,16 @@ function linux_info() {
instead. ";
}
-$w76dev = array(
+$w76 = array(
"num"=>"7.6.33",
- "status"=>"Development version",
+ "status"=>"Recommended version",
"file"=>"boinc_7.6.33_windows_intelx86.exe",
"vbox_file"=>"boinc_7.6.33_windows_intelx86_vbox.exe",
- "vbox_version"=>"5.0.18",
+ "vbox_version"=>"5.0.15",
"date"=>"5 Jun 2016",
"type"=>"win_new",
);
-$w76 = array(
- "num"=>"7.6.22",
- "status"=>"Recommended version",
- "file"=>"boinc_7.6.22_windows_intelx86.exe",
- "vbox_file"=>"boinc_7.6.22_windows_intelx86_vbox.exe",
- "vbox_version"=>"5.0.10",
- "date"=>"17 Dec 2015",
- "type"=>"win_new",
-);
-
$w74 = array(
"num"=>"7.4.42",
"status"=>"Older version",
@@ -89,26 +79,16 @@ $w5816 = array(
"type"=>"win_new",
);
-$w76x64dev = array(
+$w76x64 = array(
"num"=>"7.6.33",
- "status"=>"Development version",
+ "status"=>"Recommended version",
"file"=>"boinc_7.6.33_windows_x86_64.exe",
"vbox_file"=>"boinc_7.6.33_windows_x86_64_vbox.exe",
- "vbox_version"=>"5.0.18",
+ "vbox_version"=>"5.0.15",
"date"=>"5 Jun 2016",
"type"=>"win_new",
);
-$w76x64 = array(
- "num"=>"7.6.22",
- "status"=>"Recommended version",
- "file"=>"boinc_7.6.22_windows_x86_64.exe",
- "vbox_file"=>"boinc_7.6.22_windows_x86_64_vbox.exe",
- "vbox_version"=>"5.0.10",
- "date"=>"17 Dec 2015",
- "type"=>"win_new",
-);
-
$w74x64 = array(
"num"=>"7.4.42",
"status"=>"Older version",
@@ -129,22 +109,14 @@ $w72x64 = array(
"type"=>"win_new",
);
-$m76dev = array(
+$m76 = array(
"num"=>"7.6.33",
- "status"=>"Development version (standard GUI)",
+ "status"=>"Recommended version (standard GUI)",
"file"=>"boinc_7.6.33_macOSX_x86_64.zip",
"date"=>"6 Jun 2016",
"type"=>"mac_advanced",
);
-$m76 = array(
- "num"=>"7.6.22",
- "status"=>"Recommended version (standard GUI)",
- "file"=>"boinc_7.6.22_macOSX_x86_64.zip",
- "date"=>"17 Dec 2015",
- "type"=>"mac_advanced",
-);
-
$m74 = array(
"num"=>"7.4.42",
"status"=>"Older version (standard GUI)",
@@ -177,22 +149,14 @@ $m66 = array(
"type"=>"mac_advanced",
);
-$m76cdev = array(
+$m76c = array(
"num"=>"7.6.33",
- "status"=>"Development version (Unix command-line version)",
+ "status"=>"Recommended version (Unix command-line version)",
"file"=>"boinc_7.6.33_x86_64-apple-darwin.zip",
"date"=>"6 Jun 2016",
"type"=>"bare_core",
);
-$m76c = array(
- "num"=>"7.6.22",
- "status"=>"Recommended version (Unix command-line version)",
- "file"=>"boinc_7.6.22_x86_64-apple-darwin.zip",
- "date"=>"17 Dec 2015",
- "type"=>"bare_core",
-);
-
$m74c = array(
"num"=>"7.4.42",
"status"=>"Older version (Unix command-line version)",
@@ -314,7 +278,6 @@ $windows = array(
"description"=>"XP/Vista/7/8/8.1/10",
"dbname" => "windows_intelx86",
"versions"=>array(
- $w76dev,
$w76,
$w74,
$w66,
@@ -327,7 +290,6 @@ $windowsx64 = array(
"description"=>"XP/Vista/7/8/8.1/10",
"dbname" => "windows_x86_64",
"versions"=>array(
- $w76x64dev,
$w76x64,
$w74x64,
)
@@ -338,9 +300,7 @@ $mac = array(
"description"=>"Version 10.6.0+",
"dbname" => "x86_64-apple-darwin",
"versions"=>array(
- $m76dev,
$m76,
- $m76cdev,
$m76c,
$m74,
$m74c,