mirror of https://github.com/BOINC/boinc.git
16 lines
422 B
PHP
16 lines
422 B
PHP
<?php
|
|
require_once("docutil.php");
|
|
page_head("GUIs and add-on software");
|
|
echo "
|
|
A cross-platform GUI based on wxWidgets is under development.
|
|
The following web sites have information on
|
|
other add-on software:
|
|
<ul>
|
|
<li> <a href=http://boincadders.freelinuxhost.com/>BOINC Adders</a>
|
|
(a group of people making software add-ons for BOINC)
|
|
<li> <a href=http://www3.telus.net/BoincSpy/>BOINC Spy</a>
|
|
</ul>
|
|
";
|
|
page_tail();
|
|
?>
|