mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11154
This commit is contained in:
parent
d5edfcfe23
commit
aef50da4f1
|
@ -10208,3 +10208,20 @@ David 12 Sept 2006
|
|||
html/user
|
||||
top_teams.php
|
||||
top_users.php
|
||||
|
||||
David 12 Sept 2006
|
||||
bugs that affect newly-created projects:
|
||||
|
||||
- remove outdated forum_sample_index.php (just use forum_index.php)
|
||||
- include util.inc in project.inc
|
||||
- create_forums.php is a script, not a web page
|
||||
|
||||
html/
|
||||
ops/
|
||||
create_forums.php
|
||||
project.sample/
|
||||
project.inc
|
||||
user/
|
||||
forum_sample_index.php (removed)
|
||||
py/Boinc/
|
||||
setup_project.py
|
||||
|
|
|
@ -113,7 +113,7 @@ list_item_func("<proxy_debug>",
|
|||
list_item_func("<time_debug>",
|
||||
"Updates to on_frac, active_frac, connected_frac."
|
||||
);
|
||||
list_item_func("<net_xfer_debug>",
|
||||
list_item_func("<http_xfer_debug>",
|
||||
"Debugging information about network communication"
|
||||
);
|
||||
list_item_func("<measurement_debug>",
|
||||
|
|
|
@ -4,10 +4,6 @@ require_once("docutil.php");
|
|||
|
||||
page_head("Other sources of BOINC client software");
|
||||
|
||||
function site($url, $name, $platforms) {
|
||||
echo "<tr><td><a href=$url>$name</a></td><td>$platforms</td></tr>\n";
|
||||
}
|
||||
|
||||
echo "
|
||||
<p>
|
||||
The following sites offer downloads of BOINC software
|
||||
|
@ -18,57 +14,59 @@ Use them at your own risk.
|
|||
Read <a href=bare_core.php>Installing the command-line client</a>.
|
||||
<p>
|
||||
";
|
||||
list_start();
|
||||
list_heading_array(array(
|
||||
"Site", "Platforms", "Programs available"
|
||||
));
|
||||
list_item_array(array(
|
||||
$site_list = array(
|
||||
array(
|
||||
"<a href=http://lunatics.at>lunatics.at</a>",
|
||||
"Linux and Windows/x86",
|
||||
"BOINC and SETI@home.
|
||||
Also, <a href=http://lunatics.at/index.php?op=Articles>How-Tos
|
||||
for BOINC and SETI@home compilation for Linux and Windows</a>."
|
||||
),
|
||||
array(
|
||||
"<a href=http://boinc.truxoft.com/>boinc.truxoft.com</a>",
|
||||
"Windows/Intel",
|
||||
"BOINC client (optimized; benchmarks more closely
|
||||
match optimized SETI@home clients)"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"<a href=http://naparst.name/>Harold Naparst</a>",
|
||||
"Linux/x86",
|
||||
"SETI@home application"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"<a href=http://www.godefroy.t.freesurf.fr/seti/>SETI@home and BOINC on Linux</a>",
|
||||
"Mandrake Linux",
|
||||
"BOINC and SETI@home (graphical versions)"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"<a href=http://forums.macnn.com/showthread.php?t=266339>macnn.com</a>",
|
||||
"Mac OS X",
|
||||
"SETI@home app"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"<a href=http://www.nekochan.net/nekoware/index.php?path=current/>nekochan.net</a>",
|
||||
"SGI Irix 6.5.22 and above",
|
||||
"<a href=http://www.nekochan.net/nekoware/current/neko_boinc_client-5.4.9.tardist>BOINC client 5.4.9</a>
|
||||
and <a href=http://www.nekochan.net/nekoware/current/neko_setiathome_enhanced-5.12.tardist>SETI@home enhanced 5.12</a>."
|
||||
));
|
||||
if (0) {
|
||||
list_item_array(array(
|
||||
"<a href=http://rcswww.urz.tu-dresden.de/~s3240790>Erik Trauschke</a>",
|
||||
"Irix",
|
||||
"BOINC core client and SETI@home app"
|
||||
));
|
||||
}
|
||||
list_item_array(array(
|
||||
),
|
||||
//array(
|
||||
// "<a href=http://rcswww.urz.tu-dresden.de/~s3240790>Erik Trauschke</a>",
|
||||
// "Irix",
|
||||
// "BOINC core client and SETI@home app"
|
||||
//),
|
||||
array(
|
||||
"SETI@BOINC (<a href=http://www.marisan.nl/seti/>English</a>,
|
||||
<a href=http://www.marisan.nl/seti/index_nl.htm>Dutch</a>)",
|
||||
"Windows",
|
||||
"SETI@home"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"<a href=http://www.pperry.f2s.com/downloads.htm>SETI-Linux</a>",
|
||||
"Linux i686, linux athlon xp, Linux AMD64,
|
||||
Linux Pentium 3. Some Links to other Platforms",
|
||||
"BOINC, SETI@home"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"
|
||||
<a href=http://alioth.debian.org/projects/pkg-boinc/>alioth.debian.org</a>;
|
||||
installation instructions at
|
||||
|
@ -78,18 +76,18 @@ list_item_array(array(
|
|||
"<a href=http://packages.debian.org/boinc-client>BOINC core client</a>,
|
||||
<a href=http://packages.debian.org/boinc-manager>BOINC manager</a>
|
||||
and <a href=http://packages.debian.org/boinc-app-seti>SETI@home</a>"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"<a href=http://calbe.dw70.de>Matthias Pilch</a>",
|
||||
"Windows, Linux on DEC, IA64, FreeBSD",
|
||||
"BOINC, SETI@home, SETI@home Enhanced"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"<a href=http://www.kulthea.net/boinc/>SETI@Kulthea.net</a>",
|
||||
"Linux on Sparc64",
|
||||
"BOINC, SETI@home"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"<a href=http://www.lb.shuttle.de/apastron/boincDown.shtml>Stefan Urbat</a>",
|
||||
"Solaris: SPARC, AMD64 (Opteron) and x86
|
||||
<br> GNU/Linux: AMD64 (Opteron), PowerPC, Itanium, s390
|
||||
|
@ -100,27 +98,36 @@ list_item_array(array(
|
|||
<br> NetBSD: x86
|
||||
",
|
||||
"BOINC core client, SETI@home"
|
||||
));
|
||||
),
|
||||
|
||||
list_item_array(array(
|
||||
array(
|
||||
"<a href=http://members.dslextreme.com/~readerforum/forum_team/boinc.html>
|
||||
Team MacNN</a>",
|
||||
"Mac OS X, 10.2.8 and 10.3.x, G3/G4/G5",
|
||||
"BOINC core client, SETI@home"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"<a href=http://boinc.vawacon.de/>SOLARIS@x86</a>",
|
||||
"Solaris 9 on Intel x86",
|
||||
"BOINC core client, SETI@home"
|
||||
));
|
||||
list_item_array(array(
|
||||
),
|
||||
array(
|
||||
"FreeBSD.org",
|
||||
"FreeBSD on a variety of hardware.",
|
||||
"<a href=http://www.freebsd.org/cgi/ports.cgi?query=boinc-client&stype=all>BOINC core client</a>,
|
||||
<a href=http://www.freebsd.org/cgi/ports.cgi?query=boinc-setiathome&stype=all>SETI@home</a>
|
||||
"
|
||||
));
|
||||
),
|
||||
);
|
||||
|
||||
list_start();
|
||||
list_heading_array(array(
|
||||
"Site", "Platforms", "Programs available"
|
||||
));
|
||||
shuffle($site_list);
|
||||
foreach ($site_list as $site) {
|
||||
list_item_array($site);
|
||||
}
|
||||
list_end();
|
||||
echo "
|
||||
If you have a download server not listed here,
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
<?php
|
||||
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
|
||||
|
||||
// RUN THIS AS A SCRIPT, NOT VIA A BROWSER.
|
||||
// First, edit the set of forums (below) and remove the following line
|
||||
exit();
|
||||
|
||||
require_once("../inc/db.inc");
|
||||
require_once("../inc/util_ops.inc");
|
||||
|
@ -28,33 +31,20 @@ function create_forum($category, $orderID, $title, $description) {
|
|||
|
||||
db_init();
|
||||
|
||||
admin_page_head("Create forums");
|
||||
$catid = create_category(0, "", 0);
|
||||
create_forum($catid, 0, "Science", "Discussion of this project\'s science");
|
||||
create_forum($catid, 1, "Number crunching", "Credit, leaderboards, CPU performance");
|
||||
create_forum($catid, 2, "Cafe", "Meet and greet other participants");
|
||||
|
||||
$confirm = $_GET['confirm'];
|
||||
if (strlen($confirm)==0) {
|
||||
$confirm = 0;
|
||||
}
|
||||
|
||||
if ($confirm) {
|
||||
$catid = create_category(0, "", 0);
|
||||
create_forum($catid, 0, "SETI@home Science", "Life in the universe, radio SETI, and SETI@home\'s search for ET");
|
||||
create_forum($catid, 1, "Number crunching", "Credit, leaderboards, CPU performance");
|
||||
create_forum($catid, 2, "Cafe SETI", "Trade stories with other SETI@home users");
|
||||
|
||||
$catid = create_category(0, "Platform-specific problems", 1);
|
||||
create_forum($catid, 0, "Windows", "Installing and running BOINC on Windows");
|
||||
create_forum($catid, 1, "Unix/Linux", "Installing and running BOINC on Unix and Linux");
|
||||
create_forum($catid, 2, "Macintosh", "Installing and running BOINC on Mac OS/X");
|
||||
$catid = create_category(1, "General issues", 1);
|
||||
create_forum($catid, 3, "Getting started", "Creating your account");
|
||||
create_forum($catid, 4, "Preferences", "Using preferences to fine-tune SETI@home");
|
||||
create_forum($catid, 5, "Wish list", "What features would you like to see in BOINC and SETI@home");
|
||||
create_forum($catid, 6, "Web site", "Issues involving the SETI@home web site");
|
||||
} else {
|
||||
echo "<p>
|
||||
Please make sure to alter the default forums in this file before executing.<br>
|
||||
<a href=\"create_forums.php?confirm=1\">Yes, i had done.</a>
|
||||
<p>";
|
||||
}
|
||||
$catid = create_category(0, "Platform-specific problems", 1);
|
||||
create_forum($catid, 0, "Windows", "Installing and running BOINC on Windows");
|
||||
create_forum($catid, 1, "Unix/Linux", "Installing and running BOINC on Unix and Linux");
|
||||
create_forum($catid, 2, "Macintosh", "Installing and running BOINC on Mac OS/X");
|
||||
$catid = create_category(1, "General issues", 1);
|
||||
create_forum($catid, 3, "Getting started", "Creating your account");
|
||||
create_forum($catid, 4, "Preferences", "Using preferences");
|
||||
create_forum($catid, 5, "Wish list", "What new features would you like to see?");
|
||||
create_forum($catid, 6, "Web site", "Issues involving this web site");
|
||||
admin_page_tail();
|
||||
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
|
||||
?>
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
// Modify it to suit your project.
|
||||
// Put your version in html/project/project.inc
|
||||
|
||||
require_once("../inc/util.inc");
|
||||
|
||||
$master_url = parse_config(get_config(), "<master_url>");
|
||||
define("PROJECT", "Test Project");
|
||||
define("URL_BASE", $master_url);
|
||||
|
|
|
@ -1,58 +0,0 @@
|
|||
<?php
|
||||
|
||||
require_once('../inc/forum.inc');
|
||||
require_once('../inc/util.inc');
|
||||
require_once('../inc/time.inc');
|
||||
require_once('../project/project.inc');
|
||||
|
||||
db_init();
|
||||
|
||||
page_head('Message boards');
|
||||
|
||||
echo "<p>
|
||||
If you have a question or problem, please use the
|
||||
<a href=forum_help_desk.php>Questions/problems</a>
|
||||
area instead of the Message boards.</p>
|
||||
<p>
|
||||
";
|
||||
if (true) {
|
||||
echo "
|
||||
<form action=http://www.google.com/search>
|
||||
<input type=hidden name=domains value=".URL_BASE.">
|
||||
<input type=hidden name=sitesearch value=".URL_BASE."/forum_thread.php>
|
||||
<input class=small name=q size=20>
|
||||
<input type=submit value=Search>
|
||||
</form>
|
||||
";
|
||||
} else {
|
||||
echo "
|
||||
Do a <a href=forum_text_search_form.php>keyword search</a> of messages.
|
||||
<p>
|
||||
";
|
||||
}
|
||||
|
||||
function show_category($category) {
|
||||
echo "
|
||||
<tr class=subtitle>
|
||||
<td class=category colspan=4>", $category->name, "</td>
|
||||
</tr>
|
||||
";
|
||||
|
||||
$forums = getForums($category->id);
|
||||
while ($forum = mysql_fetch_object($forums)) {
|
||||
show_forum_summary($forum);
|
||||
}
|
||||
}
|
||||
|
||||
function show_forums() {
|
||||
$categories = getCategories();
|
||||
while ($category = mysql_fetch_object($categories)) {
|
||||
show_category($category);
|
||||
}
|
||||
}
|
||||
|
||||
start_forum_table(array("Topic", "Threads", "Posts", "Last post"));
|
||||
show_forums();
|
||||
end_table();
|
||||
page_tail();
|
||||
?>
|
|
@ -474,8 +474,6 @@ class Project:
|
|||
self.dir('html/project/project_news.inc'))
|
||||
install(srcdir('html/project.sample/cache_parameters.inc'),
|
||||
self.dir('html/project/cache_parameters.inc'))
|
||||
install(srcdir('html/user', 'forum_sample_index.php'),
|
||||
self.dir('html/user/forum_index.php'))
|
||||
install(srcdir('html/user', 'sample_rss_main.php'),
|
||||
self.dir('html/user/rss_main.php'))
|
||||
install(srcdir('html/ops', 'sample_server_status.php'),
|
||||
|
|
Loading…
Reference in New Issue