mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11144
This commit is contained in:
parent
7adb972266
commit
f1e92dec14
|
@ -10148,3 +10148,9 @@ David 11 Sept 2006
|
|||
|
||||
lib/
|
||||
app_ipc.C
|
||||
|
||||
David 11 Sept 2006
|
||||
- XML parser bug fix (from Urs Echternacht)
|
||||
|
||||
lib/
|
||||
parse.C
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
<?
|
||||
|
||||
$project_news = array(
|
||||
array("September 11, 2006",
|
||||
"<a href=chart_list.php>UW-Madison CAE</a>,
|
||||
the first BOINC user to top the 1 TERAFLOPS barrier,
|
||||
has surpassed 2 TERAFLOPS. Congratulations!"
|
||||
),
|
||||
array("September 2, 2006",
|
||||
"The <a href=http://spin.fh-bielefeld.de/>Spinhenge</a> project
|
||||
has moved into public beta test,
|
||||
|
|
|
@ -3,13 +3,35 @@ require_once("docutil.php");
|
|||
page_head("Building BOINC on Unix");
|
||||
|
||||
echo "
|
||||
On UNIX systems, the BOINC software (both server and client)
|
||||
can be built by typing
|
||||
The BOINC software consists of several components:
|
||||
<p>
|
||||
<center>
|
||||
<img src=components.png>
|
||||
</center>
|
||||
<p>
|
||||
<ul>
|
||||
<li> <b>Miscellaneous</b>: the API and various shared code.
|
||||
<li> <b>Client</b>: the core client and Manager.
|
||||
<li> <b>Server</b>: the scheduler, file upload handler, daemons, and tools.
|
||||
</ul>
|
||||
Which components you need depends on what you're doing:
|
||||
<ul>
|
||||
<li> If you're creating a project, you need to build the server
|
||||
and miscellaneous software
|
||||
(you <b>don't</b> need to build the client software;
|
||||
participants can get that from the BOINC web site).
|
||||
<li> If you're porting the BOINC client software to a new platform,
|
||||
you need the client and miscellaneous components.
|
||||
<li> If you're developing or porting a BOINC application,
|
||||
you need only the miscellaneous component.
|
||||
</ul>
|
||||
|
||||
On UNIX systems, the entire BOINC software can be built by typing
|
||||
<pre>
|
||||
./_autosetup
|
||||
./configure [see options below]
|
||||
make
|
||||
make install [optional: installs libraries and header files useful for building apps]
|
||||
./_autosetup
|
||||
./configure [see options below]
|
||||
make
|
||||
make install [optional: installs libraries and header files useful for building apps]
|
||||
</pre>
|
||||
in the top directory.
|
||||
|
||||
|
@ -60,12 +82,18 @@ list_item("--enable-debug",
|
|||
"enable tracing and debugging flags for all components"
|
||||
);
|
||||
list_item("--disable-server",
|
||||
"disable building the scheduling server"
|
||||
"disable building the server component"
|
||||
);
|
||||
list_item("--disable-client",
|
||||
"disable building the client
|
||||
"disable building the client component
|
||||
Default: --enable-server --enable-client: builds
|
||||
both server and client"
|
||||
both server and client.
|
||||
<p>
|
||||
If configure can't find WxWidgets it will build
|
||||
the core client but not the Manager.
|
||||
If you want to build only the core client,
|
||||
run configure with --with-wxdir=junk.
|
||||
"
|
||||
);
|
||||
list_item("--enable-maintainer-mode",
|
||||
"enable make rules and dependencies not useful
|
||||
|
|
46
doc/logo.php
46
doc/logo.php
|
@ -27,7 +27,8 @@ The Mac variant was contributed by Juho Viitasalo.
|
|||
We are looking for a new graphical identity for BOINC.
|
||||
Our criteria:
|
||||
<ul>
|
||||
<li> It should work on light-colored backgrounds.
|
||||
<li> It should work on light-colored backgrounds
|
||||
(both the web) and also on black (for the screensaver).
|
||||
<li> It should include graphics of various sizes,
|
||||
including icons (16x16 up to 128x128),
|
||||
a web-site logo (roughly 200x100),
|
||||
|
@ -43,7 +44,9 @@ to suggest global distributed computing,
|
|||
or scientific research, or both.
|
||||
|
||||
</ul>
|
||||
Here are some submissions:
|
||||
Here are some candidates.
|
||||
If you have an opinion, or think you can do better,
|
||||
please <a href=contact.php>contact us</a>.
|
||||
<p>
|
||||
<table cellpadding=8 border=1>
|
||||
<tr><th>Artist</th><th>Images (click for hi-res version)</th></tr>
|
||||
|
@ -53,6 +56,28 @@ Here are some submissions:
|
|||
... and <a href=logos/>many variants</a> in different sizes and colors,
|
||||
and for specific countries.
|
||||
</td></tr>
|
||||
<tr>
|
||||
<td>
|
||||
Dario Arnaez
|
||||
</td>
|
||||
<td>
|
||||
<img src=logos/Boinc-Iso2.jpg>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rebirther</td>
|
||||
<td>
|
||||
<img src=logo/rebirther/boincanderson7b-3.png>
|
||||
<img src=logo/rebirther/blackbackground.png>
|
||||
</td>
|
||||
</tr>
|
||||
<td>Michal Krakowiak</td>
|
||||
<td>
|
||||
<img src=logos/boinc_krakowiak.jpg>
|
||||
<br>
|
||||
16x16 icon: <img src=logos/boinc_small_icon_krakowiak.jpg>
|
||||
</td>
|
||||
</tr>
|
||||
<tr> <td>Jim Paulis</td><td>
|
||||
<a href=images/BOINC_logo.jpg><img src=images/BOINC_logo_240.jpg></a>
|
||||
... and several variants
|
||||
|
@ -80,6 +105,14 @@ and for specific countries.
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>Banners for BOINC projects</h2>
|
||||
<p>
|
||||
<table cellpadding=8 border=1>
|
||||
<tr><th>Artist</th><th>Images</th></tr>
|
||||
<tr>
|
||||
<td>Tony Hern</td>
|
||||
<td>
|
||||
<a href=logos/Knightrider_TV_1.gif><img height=90 src=logos/Knightrider_TV_1.gif></a>
|
||||
|
@ -87,14 +120,7 @@ and for specific countries.
|
|||
<a href=logos/Knightrider_TV_1tp.gif><img height=90 src=logos/Knightrider_TV_1tp.gif></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
If you have an opinion, please <a href=contact.php>contact us</a>.
|
||||
|
||||
<h2>Banners for BOINC projects</h2>
|
||||
<p>
|
||||
<table cellpadding=8 border=1>
|
||||
<tr><th>Artist</th><th>Images</th></tr>
|
||||
<tr>
|
||||
<td>Anthony Hern</td>
|
||||
<td>
|
||||
<img src=images/hern_logo3.gif>
|
||||
|
|
|
@ -530,6 +530,7 @@ bool XML_PARSER::parse_string(
|
|||
bool flag = parse_str(parsed_tag, start_tag, buf, sizeof(buf));
|
||||
if (!flag) return false;
|
||||
str = buf;
|
||||
return true;
|
||||
}
|
||||
|
||||
// Same, for integers
|
||||
|
|
Loading…
Reference in New Issue