diff --git a/html/user/project.inc b/html/user/project.inc index 22b8775c23..a8fab09818 100755 --- a/html/user/project.inc +++ b/html/user/project.inc @@ -2,14 +2,14 @@ // This is a sample project file. Replace it with your own. -define("PROJECT", "TestBOINC@home"); +define("PROJECT", "Test Project"); define("MASTER_URL", "http://boinc.berkeley.edu/"); +define("URL_BASE", ""); function project_intro() { echo" -This is a test project of -the Berkeley Open Infrastructure for Network Computing (BOINC) -"; + This is a test project for BOINC. + "; } function project_banner($user) { diff --git a/html/user/project_ap.inc b/html/user/project_ap.inc index 71f9933648..fd47da7d57 100755 --- a/html/user/project_ap.inc +++ b/html/user/project_ap.inc @@ -1,24 +1,38 @@ black hole evaporation + and other phenomena. + "; + + echo "
+ Astropulse is based on BOINC, + which is being beta-tested. + We currently have enough volunteers for the beta test. + Stay tuned for an expanded beta test in the upcoming months. +
+ Beta testers: click here + for instructions and news. + "; } function project_banner($user) { - echo "
Astropulse |
\n
";
+
if ($user) {
echo "Logged in as $user->name";
} else {
diff --git a/html/user/project_beta.inc b/html/user/project_beta.inc
deleted file mode 100644
index 6dc9e86027..0000000000
--- a/html/user/project_beta.inc
+++ /dev/null
@@ -1,44 +0,0 @@
-black hole evaporation
-
-and other phenomena.
-";
-
- echo " -Astropulse is based on BOINC, -which is being beta-tested. -We currently have enough volunteers for the beta test. -Stay tuned for an expanded beta test in the upcoming months. - -Beta testers: click here -for instructions and news. -"; -} - -function project_banner($user) { - - echo "
\n"; -} - -?> |