mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4931
This commit is contained in:
parent
15ae6fce32
commit
b979b3701c
|
@ -56,7 +56,8 @@ downloading them from the project. Here's how it works:
|
|||
Create a file <b>app_info.xml</b> in the project directory. This file
|
||||
lists the applications you have compiled or downloaded. It has the
|
||||
following form:
|
||||
<pre><![CDATA[
|
||||
<pre>
|
||||
<?php= htmlspecialchars("
|
||||
<app_info>
|
||||
<app>
|
||||
<name>setiathome</name>
|
||||
|
@ -73,7 +74,7 @@ downloading them from the project. Here's how it works:
|
|||
</file_ref>
|
||||
</app_version>
|
||||
</app_info>
|
||||
]]></pre>
|
||||
")?></pre>
|
||||
</li>
|
||||
<li>
|
||||
Run the core client again. When it requests work from the scheduling
|
||||
|
|
|
@ -8,17 +8,17 @@ function page_head($title) {
|
|||
$d = last_mod();
|
||||
echo "<html>
|
||||
<head>
|
||||
<link rel='stylesheet' type='text/css' href="white.css"/>
|
||||
<link rel='stylesheet' type='text/css' href='white.css'/>
|
||||
<link rel='shortcut icon' href='iconsmall.ico'/>
|
||||
<title>$title</title>
|
||||
</head>
|
||||
<body bgcolor=ffffff>
|
||||
<table width=100%>
|
||||
<body bgcolor='ffffff'>
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td><center><h1>$title</h1></center>
|
||||
<td align=right><a href=.><img src=boinc.gif></a>
|
||||
<td align=right><a href='.'><img src='boinc.gif'></a>
|
||||
<br>
|
||||
<nobr><font size=2>Last modified $d</font></nobr>
|
||||
<nobr><font size='2'>Last modified $d</font></nobr>
|
||||
</td>
|
||||
</tr></table>
|
||||
<hr size=0 noshade>
|
||||
|
|
Loading…
Reference in New Issue