boinc/doc/release_notes.php

126 lines
3.6 KiB
PHP

<?php
require_once("docutil.php");
require_once("../html/inc/translation.inc");
page_head(tr(RLN_PAGE_TITLE));
$cur_version = "5.8";
echo "
<ul>
<li> <a href=#new>".sprintf(tr(RLN_WHATS_NEW), $cur_version)."</a>
<li> <a href=#install>".tr(RLN_INSTALLING)."</a>
<li> <a href=#uninstall>".tr(RLN_UNINSTALLING)."</a>
<li> <a href=#issues>".tr(RLN_KNOWN_ISSUES)."</a>
</ul>
<h2>".sprintf(tr(RLN_WHATS_NEW), $cur_version)."</h2>
<ul>
<li> ".tr(RLN_5_8_SIMPLE_GUI)."
<li> ".tr(RLN_5_8_THROTTLE)."
<li> ".tr(RLN_5_8_SCHED)."
<li> ".tr(RLN_5_8_MEM)."
<li> ".tr(RLN_5_8_SANDBOX)."
<li> ".tr(RLN_5_8_SNOOZE)."
</ul>
".sprintf(tr(RLN_RECOMMEND_LATEST_VERSION), $cur_version)."
<p>
".sprintf(tr(RLN_LINK2_VERSION_HISTORY),"<a href=rev_history.php>","</a>")."
<a name=install></a>
<h2>".tr(RLN_INSTALLING)."</h2>
<h3>".tr(RLN_MSWIN)."</h3>
".tr(RLN_MSWIN_INSTALL_MODES)."
<ul>
<li>
<b>".tr(RLN_SINGLE_USER_INSTALL)."</b>
<p>
".tr(RLN_MSWIN_INSTALL_SINGLE_USER_DESC)."
<li>
<b>".tr(RLN_SHARED_INSTALL)."</b>
<p>
".tr(RLN_MSWIN_INSTALL_SHARED_DESC)."
<li>
<b>".tr(RLN_WIN_SERVICE_INSTALL)."</b>
<p>
".tr(RLN_MSWIN_INSTALL_WINSERVICE_DESC)."
</ul>
<h3>Mac OS X</h3>
<ul>
<li> If your browser has not already done so,
expand the zip archive by double-clicking on it in the Finder.
<li> Double-click on <b>BOINC.pkg</b> to run the installer,
then follow the prompts.
<li> Close the installer when it is finished.
This will automatically launch the BOINC Manager.
<li> If you want BOINC to be your screen saver,
open <b>System Preferences</b> from the Apple menu.
Select <b>Desktop & Screen Saver</b> and select <b>BOINCSaver</b>.
</ul>
<p>
Several <a href=mac_admin_tools.php>tools</a> for Macintosh system administrators are available to:
<ul>
<li> automatically run BOINC as a daemon or system service at boot time
<li> improve security for stand-alone clients
<li> prevent BOINC Manager from launching automatically when selected users log in.
</ul>
<h3>".tr(RLN_LINUX)."</h3>
".tr(RLN_LINUX_INSTALL_SEA_DESC)."
<p>"
.sprintf(tr(RLN_LINUX_DL_FILENAME),"boinc_5.2.13_i686-pc-linux-gnu.sh")." "
.sprintf(tr(RLN_LINUX_RUN_SEA),"sh boinc_5.2.13_i686-pc-linux-gnu.sh")
.tr(RLN_LINUX_RESULTOF_SEA)
."<dl>
<dt> boinc
<dd> ".tr(RLN_BOINC_CORE_CL)."
<dt> boincmgr
<dd> ".tr(RLN_BOINC_MANAGER)."
<dt>
run_client
<dd> ".tr(RLN_SCRIPT_RUN_CLIENT_DESC)."
<dt>
run_manager
<dd> ".tr(RLN_SCRIPT_RUN_MANAGER_DESC)."
</dl>
<p>
".sprintf(tr(RLN_LINUX_AUTOSTART),"<a href=auto_start.php>","</a>")."
<a name=uninstall></a>
<h2>".tr(RLN_UNINSTALLING)."</h2>
<h3>".tr(RLN_MSWIN)."</h3>
".tr(RLN_MSWIN_UNINSTALL_DESC)."
<h3>Mac OS X</h3>
To completely remove (<b>uninstall</b>) BOINC from your Macintosh:
<ul>
<li> Move the following files to the trash:
<ul>
<li> <b>BOINCManager.app</b> (from your <b>/Applications/</b> folder)
<li> <b>BOINCSaver.saver</b> (from your <b>/Library/Screen Savers/</b> folder)
<li> the <b>BOINC Data/</b> folder (from your<b>/Library/Applications Support/</b> folder.)
<li> <b>[username]/Library/Preferences/BOINC Manager Preferences</b>)
</ul>
<li> Open the <b>Accounts</b> pane in the <b>System Preferences</b> (accessible from the Apple menu), and remove BOINCManager from your list of <b>Login Items</b> (or <b>Startup Items</b> under OS 10.3.)
<li> Open <b>System Preferences</b> from the Apple menu. Select <b>Desktop & Screen Saver</b> and select a different screen saver.
</ul>
<a name=issues></a>
<h2>".tr(RLN_KNOWN_ISSUES)."</h2>
<ul>
<li>
".tr(RLN_ISSUE_MSWIN_SCREENSAVER_XP3D)."
<li>
".tr(RLN_ISSUE_MSWIN_NO_SCREENSAVER)."
</ul>
";
page_tail(true);
?>