Select Git revision
boinc_api.C
-
David Anderson authored
update_versions to add version 6 apps. It looks for API_VERSION string in main executable, adds the API version to the app_version XML, and sets min_core_version to 6 for version 6+ apps - API: include API_VERSION string - convert tabs to spaces here and there - scheduler: parse unused elements in <net_stats> - ops/show_log.php: if no URL args, just show form (fixes #415) - client: parse and store api_version (not used yet) svn path=/trunk/boinc/; revision=13627
David Anderson authoredupdate_versions to add version 6 apps. It looks for API_VERSION string in main executable, adds the API version to the app_version XML, and sets min_core_version to 6 for version 6+ apps - API: include API_VERSION string - convert tabs to spaces here and there - scheduler: parse unused elements in <net_stats> - ops/show_log.php: if no URL args, just show form (fixes #415) - client: parse and store api_version (not used yet) svn path=/trunk/boinc/; revision=13627
header.html 745 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>$title</title>
<link href="$relpath$stylesheet.css" rel="stylesheet" type="text/css">
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
</head>
<body>
<table col="3" width="100%">
<tr>
<td width="300"><a href="http://www.ligo.org"><img src="lsc.gif" alt="LIGO Scientific Collaboration" align="left" border="0"></a></td>
<td width="*" valign="middle"><h1>Einstein@Home<br>(Graphics Application Framework)</h1></td>
<td width="300"><a href="http://www.aei.mpg.de"><img src="aei_full.png" alt="Albert-Einstein-Institute" align="right" border="0"></a></td>
<tr>
</table>
<br>